Greasy Fork is available in English.
Adds keyboard shortcuts [ and ] for liking and disliking videos, B and R to Back up and Restore position, H to use picture-in-picture, { and } to change playback speed.
Устаревшая версия за
This script adds keyboard shortcuts to perform common actions on YouTube without clicking or exiting a full-screen video.
[
to like a video]
to dislike a videoB
to save the current playback time, meaning the script will remember your current position in the videoR
to restore the saved playback time, jumping back to the moment when you pressed B
H
to enable or disable Picture-in-picture mode, creating a floating video that keeps playing even if you switch to another application}
(Same as Shift + ]
) to increase playback speed by 5% (so going from 1x to 1.05x to 1.1x… etc as you press multiple times){
(Same as Shift + [
) to decrease playback speed by 5%{
and }
can be configured in the code as well; it's 5% by default but the constant can be updated in a single place.