Greasy Fork is available in English.

YouTube HD Override

Makes YouTube videos run in high definition + YouTube fixes

< YouTube HD Override 피드백

리뷰: 좋음 - 잘 동작함

§
작성: 2015-05-07

Nice script! And some Firefox issues.

In Firefox, you have to port the objects to unsafeWindow or it can't be used in console.

You can add something like

if (typeof unsafeWindow != "undefined") {
    unsafeWindow.HDOSettings = HDOSettings;
    unsafeWindow.SaveHDOSettings = SaveHDOSettings;
}

to the end of script.

Prehistoricman개발자
§
작성: 2015-05-09

OK, thanks! I was unaware GM had security like that. Updated :)

댓글 남기기

댓글을 남기려면 로그인하세요.