## How To Make Youtube Less Boring
Tutorial: https://www.youtube.com/watch?v=hIqMrPTeGTc
Paste the below code in your browser console (F12 > Console):
```js
(()=>{
markAllVideosAsNotBeingInteresting({
iterations: 1
});
})();
async function markAllVideosAsNotBeingInteresting({iterations}) {
for(let i=0; i ytd-menu-service-item-renderer:nth-child(5) > tp-yt-paper-item");
if(!notInterestedButton) {
continue
}
notInterestedButton.click();
console.log("One video has been marked. Waiting 100ms");
window.scrollBy(0, 95);
await sleep(100);
}
}
// Utils
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
```
PS. I'm not responsible if your accound get banned (Up until now, I wasn't banned) .
Thanks!
#### UPDATE!
You can check the "New to you" tab (make sure to scale the page to 80%)
