chiroyce @chiroyce

cant wait for the ultimate battle: AdBlock Devs VS YT devs

also if you dont want to install an adblocker just to block YT ads, you can use this bookmarklet (runs JavaScript to change the ads current playback frame to the last one

javascript: void(0);(function(){document.querySelectorAll('video')[0].currentTime = document.querySelectorAll('video')[0].duration;})()

siliconecb_ @siliconecb_

has anyone heard the news 😭 yt is just starting to block ad blockers to recover billions in lost revenue over the decade :/

Jun 4, 2023, 8:26 PM
4
Jun 10, 2023, 4:09 AM
7
View all Parent

comments

Highlighted comment

Yes, but I’d rather remove them like this rather than installing some extension I don’t put all my trust on.

ok or use a one liner bookmarklet script

document.querySelectorAll('video')[0].currentTime = document.querySelectorAll('video')[0].duration;