chiroyce — 6/10/2023, 4:09:16 AM

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;})()

original post deleted
♥ 9 ↩ 0 💬 7 comments

comments

gilbert189:

On my Firefox install I just do this:

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

Bonus for the mobile version: When I got an ad, I can:

6/10/2023, 2:08:45 PM
cucumber:

At that point you’d save more time waiting for the ad to finish

6/10/2023, 11:48:27 PM
gilbert189:

I watch YouTube mostly on mobile, and I did the entire refreshing procedure for ~0.5-1 second

Given that an ad takes ~5-10 seconds I’d say it actually saves me time (unless if YouTube decided to give an ad chain; longest I’ve got is 6 in a row)

6/11/2023, 3:43:23 AM
chiroyce:

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;

6/11/2023, 3:55:30 AM
pkmnq:

I just speed up the ad to 2x speed because my right click is weird and can do that

6/10/2023, 5:33:56 AM
mybearworld:

If you right click twice, the native browser right click opens

6/10/2023, 6:45:52 AM
chiroyce:

yep i know that, but its hard to use the native scrubbing in firefox, you can speed up the ad tho

6/10/2023, 6:53:00 AM