hang on, I got dis
this is iban's modifed version, it works with firefox.
http://dl.dropbox.com/u/62429174/user_ignore.user.js - this is what I use, it blocks
only this topic the entire forums now.
to use it, go to the user's profile and click "Add this person to your ignore list.", next you have to manually add the name to the blacklist inside the script. It's stupid, but it works unless the page doesn't have some PHPIDSESSION thing-ma-bob.
you can edit these scripts with notepad.
this piece
// @include http://forum.blockland.us/index.php?*topic=159737*
// @include http://forum.blockland.us/index.php?action=profile*
is what is used to include what links. I keep messing around with these to see what happens. you can delete them all and just have "
http://forum.blockland.us/index.php?*" to block a user from the entire forum.
this piece
if(localStorage.blockList == undefined) localStorage.blockList = (" ");
tells it who to block. "name1, name2, name3," so on
you need greasemonkey or Scriptish
for Chrome, it is suggested to use
Tampermonkey to avoid bugs