mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Fix Youtube Video Codec Preferences not working
This commit is contained in:
parent
1d6f94f417
commit
d429155206
1 changed files with 11 additions and 0 deletions
|
|
@ -32,6 +32,17 @@
|
||||||
name="media.peerconnection.enabled"
|
name="media.peerconnection.enabled"
|
||||||
type="bool"/>
|
type="bool"/>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
<!-- YouTube video codecs -->
|
||||||
|
<preference id="browser.video.youtube.hide-unaccelerated"
|
||||||
|
name="browser.video.youtube.hide-unaccelerated"
|
||||||
|
type="bool"/>
|
||||||
|
<preference id="browser.video.youtube.force-h264"
|
||||||
|
name="browser.video.youtube.force-h264"
|
||||||
|
type="bool"/>
|
||||||
|
<preference id="browser.video.youtube.disable-60fps"
|
||||||
|
name="browser.video.youtube.disable-60fps"
|
||||||
|
type="bool"/>
|
||||||
</preferences>
|
</preferences>
|
||||||
|
|
||||||
<script type="application/javascript"
|
<script type="application/javascript"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue