Skip to content

avi12/youtube-like-dislike-shortcut

Repository files navigation

YouTube Like-Dislike Shortcut

Basically copies the like/dislike shortcut from YouTube Music, which means:

  • Shift+Plus (on the number row) to like a video
  • Shift+Minus (on the number row) to dislike
  • Numpad Plus to like
  • Numpad Minus to dislike

Additionally:

  • Auto-like videos based on a watch time threshold that you set OR based on whether you're subscribed to the channel
  • Shift+0 (on the number row) to remove your like/dislike
  • Pressing the like/dislike shortcut while the corresponding button is active (i.e. pressed), will do nothing
  • Pop-up page with options Screenshot

This extension does not reveal the videos' dislike counters.

 

Available for:

Made by avi12.

Requirements for setting up

Install Node.js and PNPM.

Install dependencies

pnpm i

Start dev server

pnpm dev

Running

Chromium/Chrome

pnpm run-chromium

Edge on Windows 10/11

pnpm run-edge-windows

Opera on Windows 10/11

pnpm run-opera-windows

Firefox

pnpm run-firefox

Build & pack

pnpm build-pack

Contribution

Feel free to contribute! Keep in mind that the license I chose is GPL v3.
If you want to fork, make sure to credit avi12 and link to this repository.