Tweak the userContent.css for better AdBlocking for FF or Flock!

Hi malware fighters & Mozilla type browser users,

Tweak your userContent.css with this: http://www.floppymoose.com/userContent.css
Instructions here: http://www.floppymoose.com/

polonus

Nice one polonus!

Hi mate,

Some further tweak or personification:

/* just plain annoying things */
marquee { display: none !important; }
blink { text-decoration: none !important; }

/* add an e-mail icon to mailto: links */
a[href^=”mailto:”] { 
      background: url(mail.gif) no-repeat top left !important; 
      padding-left: 20px !important; 
}
/* alternatively, I've used 
   text-decoration: overline; for e-mail */

/* always have an underline */
a:hover { text-decoration: underline !important; }

use your own toolbar image add this to userContent.css

/* Use a background image for the toolbars:
   (Substitute your image file for background.gif) */

 menubar, toolbox, toolbar, .tabbrowser-tabs {
   background-image: url("background.gif") !important;
   background-color: none !important;
   } 

You can use any picture format that FF or Flock support.
Enjoy,

polonus