YouTube Like/Dislike Shortcut

Enables keyboard shortcuts to like/dislike a video on YouTube.

当前为 2024-05-01 提交的版本,查看 最新版本

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
warib64
评分
0 0 0
版本
2.2
创建于
2023-12-11
更新于
2024-05-01
大小
3.4 KB
许可证
MIT
适用于

A simple shortcut to like/dislike a YouTube video using predefined keys, which are numpad + and - by default, and on Shorts it now also allows you access the comments with a shortcut, by default numpad * (multipication symbol). You can change the key by assigning the code value for the desired keyboard event to the variables codeLike,codeDislike and codeComments as a string. You can find a list of keyboard event code values here.

Based on the script "Youtube like/dislike video and skip ad keyboard shortcuts", which didn't work properly as of December 2023.

It also works on Shorts, but it does so by refreshing the page each time you scroll down; if you don't want this behavior change the value os shortsRefresh to false, but that makes it so that the first accessed Short is always targeted regardless of which is the current one being viewed.

I have a very limited knowledge of JavaScript and this is my first user script, so feel free to improve it yourself as I'm sure there's much room for that. Sometimes it gets the wrong like button element on shorts and I have no idea how I could fix that, so I think I'm just going to have to live with that bug. Avoid pressing the key before its corresponding button loads; if you do that and it doesn't work, try refreshing the page and waiting for it to load first.