Disable YouTube number shortcuts

Stop the anoying 0 to 9 YouTube shortcuts from ruining your wathing experience while allowing all the other shortcuts to work

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
Éric Beaudoin
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
874
Βαθμολογίες
8 0 0
Έκδοση
1.0
Δημιουργήθηκε την
10/04/2021
Ενημερώθηκε την
10/04/2021
Μέγεθος
1 KB
Άδεια
Μη διαθέσιμη
Εφαρμόζεται σε

Disable YouTube number shortcuts

I wrote this script to intercept the 0 to 9 shortcuts used by the YouTube player. I often hit those keys by mistake while watching a video and find it very annoying. The 1 to 9 shortcuts are used normally to seek to the 10% to 90% of the video, but I never find any cases where I want to do that. I guess 0, goes to the start of the video, could be useful but the Home key already does that.

This script has been developed and tested using Chrome on Windows 10. It should be able to work with setups but you are on your own.

Future development

A better implementation would replace a shortcut with another one instead of removing the shortcut altogether. I haven't a need for that so the chance that I add this functionality is slim to none.

Acknowledgments

The idea and most of the code came from a stack overflow post by user Martin J. H.