You can get the script here (requires firefox)
Here's instructions to configure the script to block threads by MISTERTFOO:
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.
I realize it's not a super user-friendly configuration, but it only takes a couple minutes, and once you've set it up, you can make changes in just a few seconds.
PM me or post in this thread if you have problems setting it up.
Here's instructions to configure the script to block threads by MISTERTFOO:
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.
I realize it's not a super user-friendly configuration, but it only takes a couple minutes, and once you've set it up, you can make changes in just a few seconds.
PM me or post in this thread if you have problems setting it up.