mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
Add YouTube codec check and their settings
This commit is contained in:
parent
f56f753c74
commit
9230d4f436
6 changed files with 157 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue