Browser extension that globally blocks vertical video?
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.
16 comments
[ 4.7 ms ] story [ 43.9 ms ] threadBut here is some sloppy code you could create a basic browser extension and shove in content.js:
Or use something like 'Simple Blocker' (FF) which would just block everything which includes `youtube.com/shorts/` in the URL.
I also recommend blocking "feed" page, side suggestions and comment section.
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.
Phones are commonly used in horizontal mode for games, photos, and video streaming.
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 ...
Safari in particular has never worked, but I've had bad luck with Chrome and Firefox as well.