Hide Content Blocking Shield Icon From ESR v68

User Help for Mozilla Firefox
Post Reply
User avatar
JodyThornton
Posts: 153
Joined: August 12th, 2004, 5:59 pm
Location: Richmond Hill, Ontario (Canada)
Contact:

Hide Content Blocking Shield Icon From ESR v68

Post by JodyThornton »

Hey Folks:

Is there anyone who has found a way to hide the Content Blocking Shield Icon from the Address Bar in Quantum v68 ESR? I like the idea of Content Blocking, but once it's working, I don't want that shield appearing again and again.

Using the userChrome.css file, I tried adding the tracking-protection icon as "display:none", but I think with v64 or v65, that all changed.
Cheers,
Jody Thornton
(Richmond Hill, Ontario)
morat
Posts: 6421
Joined: February 3rd, 2009, 6:29 pm

Re: Hide Content Blocking Shield Icon From ESR v68

Post by morat »

Try this:

Code: Select all

#tracking-protection-icon-box {
  display: none !important;
}
Reference
http://dxr.mozilla.org/mozilla-release/ ... n-icon-box
http://dxr.mozilla.org/mozilla-release/ ... ersion.txt
User avatar
JodyThornton
Posts: 153
Joined: August 12th, 2004, 5:59 pm
Location: Richmond Hill, Ontario (Canada)
Contact:

Re: Hide Content Blocking Shield Icon From ESR v68

Post by JodyThornton »

I have the shield blocked. Thanks to everyone for their help!
Cheers,
Jody Thornton
(Richmond Hill, Ontario)
User avatar
dickvl
Posts: 54161
Joined: July 18th, 2005, 3:25 am

Re: Hide Content Blocking Shield Icon From ESR v68

Post by dickvl »

Post Reply