Page 1 of 1

blocking user avatars

Posted: Thu Sep 17, 2009 3:58 am
by Isaac
I remember someone was asking about this. Anyway here's a method:

Install stylish (This lets you override code on a website, with your own)
https://addons.mozilla.org/en-US/firefox/addon/2108

go to descentbb.net

Once installed click on the \"S\" icon on the bottom right corner. It might be somewhere else in a non firefox browser.

After clicking the \"S\" go to >Write new styles>For Decentbb.net>

After the first { bracket paste this in:

{

Code: Select all

/*block user avatar*/
img[src$=\"images/avatars/[image file name]\"]{
background-image:url(\"\")!important;width:0!important}
}

Replace the [image file name] with the unwanted image and press save. All done.

Examples:
To block jmeat's avatar write
{

Code: Select all

/*block user avatar*/
img[src$=\"images/avatars/47945524b0172b70.gif\"]{
background-image:url(\"\")!important;width:0!important}
}

Posted: Thu Sep 17, 2009 8:11 am
by TigerRaptor
Just download Adblock Plus and place this in the filter. That will block all avatars.

images/avatars/*

Problem solved.

Re:

Posted: Thu Sep 17, 2009 8:47 am
by BUBBALOU
TigerRaptorFX wrote:Problem solved.
But that would be too easy!

Posted: Thu Sep 17, 2009 10:04 am
by Krom
Or again with adblock plus, right click the avatar in question and select \"block image...\"

Re:

Posted: Thu Sep 17, 2009 11:45 am
by EngDrewman
TigerRaptorFX wrote:Just download Adblock Plus and place this in the filter. That will block all avatars.

images/avatars/*

Problem solved.
X2, except that I like avatars

Posted: Thu Sep 17, 2009 1:43 pm
by Isaac
Oh ok. I didn't know this was solved already. I guess I should have guessed it was.

Posted: Sat Sep 19, 2009 9:16 am
by JMEaT
Add Block Plus is awesomesauce.