Simple tweak to make your active tab wider. Using ChromEdit add the following lines to your userChrome.css file: /* Make the active tab wider */ #content tab[selected="true"] { min-width: 200px !important; } Once you have added these lines, click Save, then … Continue reading
Daily Archives: May 10, 2025
1
Along with the ‘Go’ Button and the Bookmark ‘Star’ (Fx 3) buttons there is also a ‘Live Feed’ button to add clutter to the address bar: To remove the ‘Live Feed’ Button use ChromEdit and add the following lines to … Continue reading
As if the ‘Go’ Button weren’t bad enough, Firefox 3 adds a Bookmark ‘Star’ Button to the address bar. This ‘feature’ allows you to bookmark the current page you are browsing. This can also be accomplished by pressing CTRL+D (Add … Continue reading
Here is the text you need to copy into your UserChrome.css file: /*Remove the search button (magnifying glass) */ .search-go-button { display: none !important; } New Source: Eric Wendelin’s Blog … Continue reading