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%k
to switch between playing and pausedl
to go forward by 10 secondsj
to go back by 10 seconds,
(comma) to go back by one frame.
(dot/period) to go forward by one frame0
, 1
… 9
to go to 0%, 10% … 90% of the video[
to like a video]
to dislike a videob
to save the current playback timer
to restore the saved playback timeh
to enable or disable Picture-in-picture modew
to use the "classic" YouTube video player for this video, instead of the "Shorts" player with a feedThe first five of these are already built into the regular YouTube player, but did not work on the Shorts player; this script re-adds these shortcuts.
{
and }
can be configured in the code as well; it's 5% by default but the constant can be updated in a single place.