scsi@lemm.eetoNew Communities@lemmy.world•What are your favorite communities which are NOT about politics or news?English
5·
17 days agoI would love to find a Bill Watterson one, if anyone knows.
Here you go, I’ll throw in some bonus ones as they’re all linked together in the Bloom County sidebar:
To expand on this, there are two settings you can put in
user.js
/prefs.js
(desktop) or via about:config (mobile), documented on the Mozilla Wiki:user_pref("media.autoplay.default", 5); user_pref("media.autoplay.blocking_policy", 2);
Two bonus settings if you want to get rid of the “do you want to enable DRM?” pop-in bar when hitting one of those sites:
user_pref("media.gmp-widevinecdm.enabled", false); user_pref("media.gmp-widevinecdm.visible", false);
hth