New
#320
It’s time to give Firefox another chance
https://techcrunch.com/2017/09/29/its-time-to-give-firefox-another-chance/
I am trying the portable version of Firefox 57 and wow it is fast at loading pages and all of my extensions work.
Here's a cool trick, if you want:
To save on real estate and clutter, I put my Bookmarks on the Toolbar along with a minimum of Toolbar icons:
then, to have instant access to all that other junk in the Customization Panel, put them on the Bookmarks Bar (on autohide):
To autohide your Bookmarks Bar, (without some add-on), add the following code to your UserChrome.css stylesheet:
Code:/* Auto-hide bookmarks toolbar */ #PersonalToolbar {visibility: collapse !important;} #navigator-toolbox:hover > #PersonalToolbar {visibility: visible !important;}