Greasy Fork is available in English.

YouTube Auto-Liker

Automatically likes videos of channels you're subscribed to

스크립트 설치?
개발자의 추천 스크립트

Google Translate: Filter & Flags는 어떤가요?

스크립트 설치
질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
HatScripts
일일 설치수
0
총 설치수
6,981
평점
40 2 9
버전
1.3.25
생성
2017-10-08
갱신
2023-10-29
라이선스
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 | Userscripts | ------------------ | -------------------------------- | ------------ | -------------------------------- | ----------- | Chrome | Link (Beta) | - | Link (Beta) | | Firefox | Link | Link | Link | | Edge | Link (Beta) | - | Link | | Safari | Link | - | - | Link | Opera | Link | - | - |

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

Settings

You can configure the settings by clicking the 'Settings' button under 'YouTube Auto-Liker' in your userscript manager.

Setting Description Default
Debug mode Log debug messages to the console off
Check frequency How often to attempt liking the video 5000 ms
Watch threshold The percentage of the video watched before liking 50%
Like if not subscribed Like videos from channels you are not subscribed to off

TODO

  • Add settings:
    • 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.

Acknowledgements

  • The userscript itself was inspired by this one by JoeSimmons, which hasn't worked since 2015
  • The debugger code was adapted from this Stack Overflow answer by arctelix
  • The settings interface uses GM_config by sizzlemctwizzle