Tips & Tricks, Tutorials, Hacking, Troubleshooting,

Mozilla Firefox personal bar allows you to add your bookmarks so they can be easily accessible to you no matter on which web site you are. In one of my previous tutorial I showed you how to make some additional space on your monitor by moving your bookmarks in Firefox to left or right side of your screen. This tutorial is a bit different and I will show you how to display your bookmarks only when you hover the mouse over and hide the rest of the time.


To get started follow steps below
Step 1: Open Windows Explorer and go to this location C:\ Users\ [ your username ]\ AppData\ Roaming\ Mozilla\ Firefox\ Profiles\ 94svhx6b.default\ chrome\

Step 2: If the file userChrome.css is not present, rename the file userChrome-example.css into userChrome.css.
Step 3: Then open this file with Notepad by clicking the right mouse button and choosing Open with -> Notepad.

Step 4: Then add the following lines at the end of the file:
# PersonalToolbar {display: none;}
# navigator-toolbox: hover> # PersonalToolbar {display:-moz-box;}
Step 5: Then save the changes and close the Notepad
Step 6: Now restart your Firefox so changes can take effect. When you mouse over in the address bar, personal bar is displayed. It disappears when you remove the mouse pointer.

No comments:

Post a Comment