Add YouTube codec check and their settings

This commit is contained in:
wuggy 2026-09-15 14:15:53 -07:00
commit 9230d4f436
6 changed files with 157 additions and 0 deletions

View file

@ -3,3 +3,6 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
pref("browser.internal-userscripts.enabled", true);
pref("browser.video.youtube.hide-unaccelerated", true);
pref("browser.video.youtube.force-h264", false);
pref("browser.video.youtube.disable-60fps", false);