blocking user avatars

Pyro Pilots Lounge. For all topics *not* covered in other DBB forums.

Moderators: fliptw, roid

Post Reply
User avatar
Isaac
DBB Artist
DBB Artist
Posts: 7695
Joined: Mon Aug 01, 2005 8:47 am
Location: 🍕

blocking user avatars

Post 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}
}
User avatar
TigerRaptor
DBB Fleet Admiral
DBB Fleet Admiral
Posts: 2598
Joined: Tue Feb 01, 2000 6:00 am

Post by TigerRaptor »

Just download Adblock Plus and place this in the filter. That will block all avatars.

images/avatars/*

Problem solved.
User avatar
BUBBALOU
DBB Benefactor
DBB Benefactor
Posts: 4198
Joined: Tue Aug 24, 1999 2:01 am
Location: Dallas Texas USA
Contact:

Re:

Post by BUBBALOU »

TigerRaptorFX wrote:Problem solved.
But that would be too easy!

I seem to have a better workout dodging your stupidity than attempting to grasp the weight of your intelligence.
User avatar
Krom
DBB Database Master
DBB Database Master
Posts: 16058
Joined: Sun Nov 29, 1998 3:01 am
Location: Camping the energy center. BTW, did you know you can have up to 100 characters in this location box?
Contact:

Post by Krom »

Or again with adblock plus, right click the avatar in question and select \"block image...\"
User avatar
EngDrewman
DBB Ace
DBB Ace
Posts: 232
Joined: Mon Oct 13, 2008 12:01 am
Location: Sacramento, CA
Contact:

Re:

Post 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
User avatar
Isaac
DBB Artist
DBB Artist
Posts: 7695
Joined: Mon Aug 01, 2005 8:47 am
Location: 🍕

Post by Isaac »

Oh ok. I didn't know this was solved already. I guess I should have guessed it was.
User avatar
JMEaT
DBB Meat ByProduct
DBB Meat ByProduct
Posts: 10047
Joined: Wed Mar 10, 1999 3:01 am
Location: USA

Post by JMEaT »

Add Block Plus is awesomesauce.
Post Reply