Greasy Fork is available in English.
Makes YouTube videos run in high definition + YouTube fixes
< Σχολιασμός για τον κώδικα YouTube HD Override
Nice script! And some Firefox issues.
In Firefox, you have to port the objects to unsafeWindow or it can't be used in console.
unsafeWindow
You can add something like
if (typeof unsafeWindow != "undefined") { unsafeWindow.HDOSettings = HDOSettings; unsafeWindow.SaveHDOSettings = SaveHDOSettings; }
to the end of script.
OK, thanks! I was unaware GM had security like that. Updated :)
Συνδεθείτε για να δημοσιεύσετε μια απάντηση.
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
to the end of script.