Greasy Fork is available in English.

Youtube Speed By Channel

Allow to choose the default speed for specific YT channel

< Σχολιασμός για τον κώδικα Youtube Speed By Channel

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 20/09/2022

great script. Was only looking to change the default speed, but making it for channels specific is fantastic. Tampermonkey on chrome gives a bunch of flags, though. Like:

eslint_ no-undef - '$' is not defined

Dont know what thats about, but script works just fine for me.

I prefer to have it in the screen so I changed the element it's injected to ".ytp-player-content", added some styling to make it vertical and made a border around the set speed

alpeΔημιουργός
§
Δημοσιεύτηκε: 21/09/2022
Επεξεργάστηκε: 21/09/2022

'$' is jquery. It's added via:

// @require https://code.jquery.com/jquery-3.6.0.min.js

Since it isn't defined in the script itself, Tampermonkey's editor says that it doesn't exist.

Happy to hear that you liked it.

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.