Comment on Goodbye Youtube and thanks for all the fish

K3zi4@lemmy.world ⁨8⁩ ⁨months⁩ ago

Firefox + ublock origin is the way forward.

However, as a teacher, my school IT system default browser is chrome, and adverts on YT videos when you’re trying to teach a lesson can really suck all the momentum and attention from the class.

Chrome allows you to save javascript as a bookmark URL called bookmarklets. I’m not so clued up on java, but I found this code that zips through the adverts super quickly. Someone can probably improve on this;

javascript: var v = document.querySelector(‘video’); var t = 16; v.playbackRate = parseFloat(t)

source
Sort:hotnewtop