« Disable Firefox 3's Automatic Virus Scan | Main | Damn You Apple! »
Saturday 27 September 2008
Firefox 3 userChrome.css Tips
Here are some userChrome.css tips for Firefox 3:
Show Go Button on Firefox 3 address bar
Hide Bookmark Star on Firefox 3 address bar
This tip works on any version:
Replace Adblock Plus icon and replace with text
Show Go Button on Firefox 3 address bar
#go-button { visibility: visible !important; }Hide Bookmark Star on Firefox 3 address bar
.ac-type-icon, #star-button { display: none !important; }This tip works on any version:
Replace Adblock Plus icon and replace with text
#abp-status image { display: none !important; }
#abp-status label { display: -moz-box !important; }Posted in Firefox at 19:33 | Edit Entry

