你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/390992-hide-hdr-support-from-youtube,源站連結 點此以跳轉。
Hide HDR support for Firefox 69. v0.1 2019-10-10
Intercepts isTypeSupported() calls by YouTube and lies about HDR support being available.
If this has no effect on yours, please edit the code of the script by removing the // on this line:
//console.log('testing for: '+ type);
Then, when you load a video, the script will dump out a list of all the different codecs YouTube is checking for to the Web Console.
Reference: https://developer.mozilla.org/docs/Tools/Web_Console
I think the interesting ones will contain eotf so you can filter the Web Console on that as a first approximation.