Greasy Fork is available in English.

YouTube Undo

Undo and redo changes in playback position on YouTube

< Σχολιασμός για τον κώδικα YouTube Undo

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

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

Excellent work. Good for referring back to a certain time and comparing with the previous time. I tried to change the redo keystroke from Ctrl+Y to Ctrl+Shift+Z but I couldn't get it to work by changing line 113 from:

} else if (ev.ctrlKey && ev.key.toLowerCase() === 'y') {

to

} else if (ev.ctrlKey && ev.shiftKey && ev.key.toLowerCase() === 'z') {

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

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