New userscript with user blocking

Image preview: http://i50.tinypic.com/f4pc3n.jpg
Download link: http://userscripts.org/scripts/show/138612

Changes:

- Removed the "recent/Events/polls" tab on the right side
- Removed the "Videos/Albums" tab on the right side
- Background colors changed to grey
- Added line of code which blocks content from a specific user ( thanks to drsr @ userscripts)

Now you're able to hide content from specific users. Content the user posts will still be viewable when your browse thru the tabs, but will not be viewed on the side bar. News content will be showed how ever on the index page, but will also be hidden on the side bar.

Thanks to antman and drsr from userscripts.org
Comments
6
I already added ''bAnga'' to the block list for you.
wise choice
Parent
Quote[17:15:01] foreveR: "I already added a iptables script to my VPS that blocks whole polands ip-range, u mad polackiz?"
[17:15:39] bAnga: "Add it also on my VPS but then block all the polaks from CF."
[17:18:00] foreveR: ok will try to fix iit now for you :D
Parent
Quote$(".content .author > a").filter(function(index) { return $(this).text() === "bAnga"; }).parent().parent().hide(); // Thanks to drsr @userscripts

Ben klaargekomen.
Parent
bAnga Blocker, I like that!
that shit is ugly
Back to top