*** OFFICIAL IGNORE MISTERFOO (and aliases) THREAD ***

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

mrSHEiK124

Lifer
Mar 6, 2004
11,488
2
0
Originally posted by: dugweb
cant some of you computer geniuses on atot hack his website or something? that would be cool, and teach a very important lesson.
DDoS maybe? The RIAA/MPAA would probably give us medals of honor :laugh:

Originally posted by: suse920
stop bumping his threads !!!!!!
 

Nitemare

Lifer
Feb 8, 2001
35,461
4
81
Originally posted by: sheik124
Originally posted by: dugweb
cant some of you computer geniuses on atot hack his website or something? that would be cool, and teach a very important lesson.
DDoS maybe? The RIAA/MPAA would probably give us medals of honor :laugh:

Originally posted by: suse920
stop bumping his threads !!!!!!

I think I would rather gouge out my eyes with ice cream scoopers than help them.

Ever hear of reverse psychology? Why would anyone that cares about torrents be that much of an annoying asshole?
 

DAGTA

Diamond Member
Oct 9, 1999
8,172
1
0
Originally posted by: Nitemare
Why would anyone that cares about torrents be that much of an annoying asshole?

Maybe trying to drive up traffic so he can start selling ad space.
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
Originally posted by: sheik124
Nice script, but how do I block MISTERTFOO with it?

Make sure you have the latest version of greasemonkey installed. Save the script to your hard drive, and open it with notepad.

Look for the lines that look like this:
// add any users that you don't want to be dispalyed (removes threads, but not individual posts)
var removeUsers = new Array("myjaja", "otheruser");

Change the line that says:
var removeUsers = new Array("myjaja", "otheruser");

to say:
var removeUsers = new Array("myjaja", "otheruser", "MISTERTFOO");


You can add as many names as you like in this fashion. Make sure you put them in quotes, with commas between them.

After making changes, save the script, open it in firefox, and go to "tools" > "install user script".

After you have installed it, you can make changes (such as adding more blocked users, or unblocking users) by going to "tools" > "manage user scripts" and then selecting the AT script and pressing the "edit" button.