YouTube Auto-Liker

Automatically likes videos of channels you're subscribed to

2022-03-15 يوللانغان نەشرى. ئەڭ يېڭى نەشرىنى كۆرۈش.

ئاپتورى
HatScripts
باھا نومۇرى
0 0 0
نەشرى
1.3.6
قۇرۇلغان ۋاقتى
2017-10-08
يېڭىلانغان ۋاقتى
2022-03-15
Size
6.1 KB
ئىجازەتنامىسى
MIT
قوللايدىغىنى

youtube-auto-liker youtube-auto-liker logo

This userscript automatically likes videos of channels you're subscribed to on YouTube, after you've watched at least half of the video.

Download

  1. This is a userscript. To use it you'll first need one of the following browser extensions:

| | Tampermonkey | Greasemonkey | Violentmonkey | ------------------ | -------------------------------- | ------------ | ------------- | Chrome | Link (Beta) | - | Link | Firefox | Link | Link | - | Edge | Link | - | - | Safari | Link | - | - | Opera | Link | - | Link

  1. Then install this script from one of the following links:

Options

You can configure the following options by editing OPTIONS within the script.

Option Description Default
CHECK_FREQUENCY How often to attempt liking the video. 5000
WATCH_THRESHOLD

The percentage of the video watched before liking.

0.5
HIDE_LIKE_NOTIFICATION

Hide like notifications.

false
LIKE_IF_NOT_SUBSCRIBED Whether to like videos when you are not subscribed. false

TODO

  • Add options:
    • Retries - How many times to retry liking upon failure.
    • Whitelisted channels - A list of channels to always like the videos of, even if you are not subscribed to them.
    • Blacklisted channels - A list of channels to never like the videos of, even if you are subscribed to them.
  • Add a UI so that the user can configure the options without needing to manually edit the script.

Acknowledgements