I dislike nearly everything about the recent vertical video format/medium that's taken over the internet since ~2018 or so. Is there an extension that globally blocks it across twitter/tumblr/youtube/anywhere embedded? Feels like it'd be pretty trivial to code if not, and I know there's a few other old web farts who would gladly use such an extension.
runjake|1 year ago
But here is some sloppy code you could create a basic browser extension and shove in content.js:
ryandetzel|1 year ago
musicale|1 year ago
Safari in particular has never worked, but I've had bad luck with Chrome and Firefox as well.
gentile|1 year ago
danjl|1 year ago
musicale|1 year ago
On a related note, is there a browser that can completely block auto-playing video with a setting that actually works?
I find it depressing that web developers seem willing to do anything to ignore user preferences, especially when intrusive advertising is involved.
LargoLasskhyfv|1 year ago
In about:config:
media.autoplay.default = 5
media.autoplay.blocking_policy = 2
From https://www.privacy-handbuch.de/handbuch_21h.htm?q=autoplay
Searching on that site for autoplay leads to the same settings for Fennec on Android, but I don't dream of electric sheep, so ...
chatmasta|1 year ago
cpach|1 year ago
ivanjermakov|1 year ago
rerdavies|1 year ago