Greasy Fork is available in English.

Twitter Blue Be Gone

03/02/2023, 00:56:41

< 脚本Twitter Blue Be Gone的反馈

评价:好评 - 脚本一切正常

§
发表于:2023-02-04
编辑于:2023-02-04

Thank you for making such a useful script. But unfortunately it doesn't work for me. It does nothing, the Twitter Blue button keeps showing up.

I noticed you misspelled "Twiter" (with a single "t") on line 19. But even fixing that, it still doesn't work.

I don't know if it's because I'm using the script with Tampermonkey. Just in case, I'm testing it with Chrome v. 109 and Tampermonkey v. 4.18.1.

The Tampermonkey editor shows an error on line 22 (with a yellow caution sign) It underlines the letter "c" in "console.log" and states: eslint: curly - Expected { after 'else'.

I hope you can fix it, or make the script compatible with Tampermonkey if it is currently not.

Thanks in advance.

SanaRinomi作者
§
发表于:2023-02-04

Yup! Just updated!

There was a change where the link would be assigned later meaning that the script needs to run a few times until they assign the URL that I targeted, and once that's done, it can be targeted and removed!

I just posted an update that does exactly that and presto! :D

SanaRinomi作者
§
发表于:2023-02-04
The Tampermonkey editor shows an error on line 22 (with a yellow caution sign) It underlines the letter "c" in "console.log" and states: eslint: curly - Expected { after 'else'.

That is most likely because you can do if else statements without curly brackets if you want to run only a single line of code.
For multiple lines, curly brackets must be used! :3

§
发表于:2023-02-04

Now it works properly. Perfect.
Thank you very much again.

发表回复

登录以发表回复。