Greasy Fork is available in English.

Youtube like/dislike video and skip ad keyboard shortcuts

Adds keyboard shortcuts [ and ] for liking and disliking videos, and s for skipping pre-video and banner ads.

< Youtube like/dislike video and skip ad keyboard shortcuts 피드백

리뷰: 보통 - 동작하나 버그 있음

§
작성: 2023-11-26

Hi, I like the script. Just a fix for last youtube's version to this date on the functionality of liking/disliking videos.
Inside function findButtons change the like buttons logic to:

videoinfo = document.getElementById("segmented-buttons-wrapper");
if(videoinfo) {
buttons = videoinfo.getElementsByTagName("button");
like = buttons[0];
dislike = buttons[1];
}
else {
like = null;
dislike = null;
}

댓글 남기기

댓글을 남기려면 로그인하세요.