HatScripts / youtube-auto-liker

A userscript that automatically likes 👍 each video you watch on YouTube ▶️
68 stars 15 forks source link

button id has changed (including fix) #13

Closed ghost closed 2 years ago

ghost commented 2 years ago

Seems youtube has changed the id of the like button. At least this script didn't work for me.

How to fix it? Simply change the selector in row 96 to LIKE_BUTTON: '#top-level-buttons-computed > ytd-toggle-button-renderer:nth-child(1) > a > yt-icon-button',