Author Topic: Tweak the userContent.css for better AdBlocking for FF or Flock!  (Read 2879 times)

0 Members and 1 Guest are viewing this topic.

Offline polonus

  • Avast Überevangelist
  • Probably Bot
  • *****
  • Posts: 33892
  • malware fighter
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
Cybersecurity is more of an attitude than anything else. Avast Evangelists.

Use NoScript, a limited user account and a virtual machine and be safe(r)!

Offline TedNelly

  • Avast Evangelist
  • Super Poster
  • ***
  • Posts: 1538
  • Trust No-One!
Re: Tweak the userContent.css for better AdBlocking for FF or Flock!
« Reply #1 on: June 18, 2007, 09:22:34 AM »
Nice one polonus!
Windows 10 Pro | Intel I7 CPU | 16 Gig 2133 RAM | Avast beta 17.5.2295 | Firefox 54 b9(64-bit) | Cyberfox 52.1 | T-Bird 52.1.1 | SpyWareBlaster 5.5 | MalwareBytes 3.0.0.865 | WinPatrol 35.5.2 | GlassWire 1.2.100 | Cybereason Ransomfree 2.2.7 |  Pulla-dePlug Final!

Offline polonus

  • Avast Überevangelist
  • Probably Bot
  • *****
  • Posts: 33892
  • malware fighter
Re: Tweak the userContent.css for better AdBlocking for FF or Flock!
« Reply #2 on: June 18, 2007, 12:22:30 PM »
Hi mate,

Some further tweak or personification:
Code: [Select]
/* 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

Code: [Select]
/* 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
Cybersecurity is more of an attitude than anything else. Avast Evangelists.

Use NoScript, a limited user account and a virtual machine and be safe(r)!