Bitcoin Forum

Other => Meta => Topic started by: foggyb on July 10, 2016, 02:26:06 AM



Title: Tampermonkey script to block ignored users
Post by: foggyb on July 10, 2016, 02:26:06 AM
Is there a working script for tampermonkey (chrome) to remove ignored user fields from the bitcointalk page?


Title: Re: Tampermonkey script to block ignored users
Post by: grue on July 10, 2016, 02:44:59 AM
Can you clarify what you mean by "ignored user fields"? Is it the "This user is currently ignored." text?


Title: Re: Tampermonkey script to block ignored users
Post by: foggyb on July 26, 2016, 09:33:04 PM
Can you clarify what you mean by "ignored user fields"? Is it the "This user is currently ignored." text?

Yes, I want that hidden via a script. Or reduced to a single line; each ignored user post still contains the topic headline and post time.


Title: Re: Tampermonkey script to block ignored users
Post by: MyBTT on July 28, 2016, 10:58:37 PM
Im guessing you mean removing the whole post slot from the page? It should be possible. I've seen a script out there before. I think it was written by Grue here if I'm not mistaken.


Title: Re: Tampermonkey script to block ignored users
Post by: ColderThanIce on July 28, 2016, 11:04:08 PM
Im guessing you mean removing the whole post slot from the page? It should be possible. I've seen a script out there before. I think it was written by Grue here if I'm not mistaken.
grue wrote a script to hide signatures with a certain complexity from pages (effectively hiding most paid signatures), but the OP is looking for a script to hide the "This user is currently ignored." text on posts from ignored users.



I haven't used Tampermonkey before, but it would be extremely easy to do this with jQuery. I'll have to look into Tampermonkey scripts, and see if I'd be able to put something together for you OP.


Title: Re: Tampermonkey script to block ignored users
Post by: Decoded on July 29, 2016, 08:00:26 AM
Im guessing you mean removing the whole post slot from the page? It should be possible. I've seen a script out there before. I think it was written by Grue here if I'm not mistaken.
grue wrote a script to hide signatures with a certain complexity from pages (effectively hiding most paid signatures), but the OP is looking for a script to hide the "This user is currently ignored." text on posts from ignored users.



I haven't used Tampermonkey before, but it would be extremely easy to do this with jQuery. I'll have to look into Tampermonkey scripts, and see if I'd be able to put something together for you OP.
Yes. Grue wrote that script, im currently using it ^_^ how hypocritical of me.

Tampemonkey basically runs a userscript on the page you want, and can edit the appearance of the page and make commands behind the scene. In some cases, people have made tampermonkey bots.


Title: Re: Tampermonkey script to block ignored users
Post by: ColderThanIce on July 29, 2016, 04:10:05 PM
OP, I put together a simple Tampermonkey script to hide all the user fields of ignored users. Here's a Pastebin link: http://pastebin.com/raw/YCZX3uEe

Here's an image showing what hidden posts look like after installing the script:

https://i.imgur.com/KtFwEL3.png

Is that kind of what you were interested in having the script do, or did I miss something?