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;})()
has anyone heard the news yt is just starting to block ad blockers to recover billions in lost revenue over the decade :/
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;