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.