Warning: fopen(/www/sites/greasyfork.icu/index/store/temp/ddfe875326ec36fe9184a85526655ec9.html): failed to open stream: No space left on device in /www/sites/greasyfork.icu/index/scriptsControl.php on line 132 Return YouTube Dislike - 反馈
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.
So, it seems to be broken again. Here's a quick fix until it gets properly fixed.
Replacing
with
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")
returnsnull
for some reason. There's probably a better solution, so feel free to continue debugging.