Author

Topic: Ignore User --> Ignore thread? LTC bounty. (Read 560 times)

full member
Activity: 168
Merit: 100
Ok, script is like this one, simple and stupid.
Code:
// ==UserScript==
// @name           noname
// @description    Hide those scammers threads
// @include        *bitcointalk.org*
// ==/UserScript==

var threads = document.getElementsByTagName('tr')
var l = threads.length
regexp = /(hdclover|serge79|mill0601)/i;
for(var i=1; i if(threads[i].innerHTML.match(regexp))
{
threads[i].innerHTML=""
}
}
Works great with Firefox+Greasemonkey. Please, test in on Chrome+Tampermonkey.
legendary
Activity: 1274
Merit: 1050
The thing with those annoying, scammy posters is... the replies others make in their threads could be a worthwhile read.

That's the reason I never ignore someone, eventhough I cringe everytime I read their posts. It takes away the context of replies of others.
legendary
Activity: 3108
Merit: 1359
greasemonkey, privoxy, proxomitron, adblock plus... You can write rules for this tools to do this.
full member
Activity: 166
Merit: 100
I betcha a greasemonkey script could do it.

post the script, get the bounty. Greasemonkey is fine although i prefer something i can use on chrome.
Edit: I could use Tampermonkey on chrome.
full member
Activity: 166
Merit: 100
nope, unless you are admin or use other software stuffs





LdgZbmcovU3tXJv6haULEXzn3ABdoKYHEb

Sorry, bounty is for getting the job done only.
legendary
Activity: 1190
Merit: 1000
www.bitcointrading.com
I betcha a greasemonkey script could do it.
full member
Activity: 196
Merit: 100
nope, unless you are admin or use other software stuffs





LdgZbmcovU3tXJv6haULEXzn3ABdoKYHEb
full member
Activity: 166
Merit: 100
So I'm done with all the alt spam,
just learned how to use the ignore link on some users (hdclover, serge79 and mill0601).
Now my question is, how can I also make their threads disappear?
3LTC bounty.
Jump to: