Closed TalosDx closed 1 year ago
Thank you! 🙂
It is also worth looking into that the code compiles. It is possible that the problem is in the compilation. I say this because my code practically did not change after compilation.
Thanks a lot
After being accepted into the main branch, it is also necessary to collect it into a single file (dir UserScript), I tried to do it locally, but for some reason it was collected in several different files.
Solve this iss8
The pull request fixes getting dislikes on the mobile version of the site. It fixes it in two ways.
Problem founded in compiled code:
buttons.children[0].children[1] is undefined
Why getDislikesButtons() compiled to buttons.children[0].children[1] i don't know.