Hide HDR support from YouTube

Hide HDR support for Firefox 69. v0.1 2019-10-10

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
Jefferson Scher
일일 설치수
0
총 설치수
84
평점
0 0 0
버전
0.1
생성
2019-10-10
갱신
2019-10-10
라이선스
BSD-3-Clause
동작 사이트

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.