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}