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',
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',