Greasy Fork is available in English.

Return YouTube Dislike

Return of the YouTube Dislike, Based off https://www.returnyoutubedislike.com/

< Return YouTube Dislike 피드백

질문/댓글

§
작성: 2022-07-23

So, it seems to be broken again. Here's a quick fix until it gets properly fixed.

Replacing

getButtons().children[1].querySelector("#text").innerText = dislikesCount;

with

getButtons().children[1].getElementsByTagName('a')[0].querySelector("#text").innerText = dislikesCount;

should get it working again normally.

Original code works fine when logged out(or in incognito). But when logged in buttons.children[1].querySelector("#text") returns null for some reason. There's probably a better solution, so feel free to continue debugging.

댓글 남기기

댓글을 남기려면 로그인하세요.