YouTube Like/Dislike Shortcut

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

2023/12/12のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
warib64
評価
0 0 0
バージョン
1.1
作成日
2023/12/11
更新日
2023/12/12
大きさ
1.87KB
ライセンス
MIT
対象サイト

A simple shortcut to like/dislike a YouTube video with a predefined key, numpad + and - by default. You can change the key by assigning the code of the desired key to the variables codeLike and codeDislike as a string.

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

I couldn't find a good way to make it work properly with the scrolling on shorts, so while it does works on shorts, it only does so on the first one before scrolling down.

I have a very limited knowledge of JavaScript and this is my first script, so feel free to improve it yourself as I'm sure there's much room for that.