Ignore list for Rule7
Sep. 6th, 2011 11:18 pmI'd been meaning to look at this for a while and have finally got round to it.
The Rule7 forums run on forum software that doesn't have any sort of ignore list for posts. (It has one for PMs, but that's all.) Being able to ignore a particular user's posts is something I find really useful for maintaining sanity while browsing a forum.
So here is a Greasemonkey script that I threw together today to do this for me. There's a line at the start of the script where you list the usernames you want to ignore, and on any thread that you load it'll replace the text of their posts with "(You are ignoring this user.)". If you're logged in and quote their post you can see what they wrote, and you can of course disable the script - it's just to avoid initial flares of anger rather than prevent one from reading it entirely.
I've tested this on Firefox 3.6.21 with the Greasemonkey extension; I know there's one property in it that doesn't work in IE before version 9 but should on earlier ones, and will try to get that working next.
If you try it and find any bugs, please find your browser's Javascript error console (this StackOverflow.com question gives a summary of how for several browsers) and let me know the error message you're getting.
The Rule7 forums run on forum software that doesn't have any sort of ignore list for posts. (It has one for PMs, but that's all.) Being able to ignore a particular user's posts is something I find really useful for maintaining sanity while browsing a forum.
So here is a Greasemonkey script that I threw together today to do this for me. There's a line at the start of the script where you list the usernames you want to ignore, and on any thread that you load it'll replace the text of their posts with "(You are ignoring this user.)". If you're logged in and quote their post you can see what they wrote, and you can of course disable the script - it's just to avoid initial flares of anger rather than prevent one from reading it entirely.
I've tested this on Firefox 3.6.21 with the Greasemonkey extension; I know there's one property in it that doesn't work in IE before version 9 but should on earlier ones, and will try to get that working next.
If you try it and find any bugs, please find your browser's Javascript error console (this StackOverflow.com question gives a summary of how for several browsers) and let me know the error message you're getting.