John L. Galt
Member since: Mar 6th, 2007
John L. Galt's Latest Comments
| Blog | # of Comments |
|---|---|
| Download Squad | 1 Comment |
| Netscape Blog | 1 Comment |
Recent Comments:
Four addons to combine Firefox UI elements and save space (Download Squad)
Feb 26th 2009 10:38PM As Bill said above, most of this can be performed with chrome edits.
#1 is a slight workaround to what you see in personal menu, but I like the way it works:
=====begin code=====
/*::::::::::::::Invisible Menubar::::::::::::
How to use it: Move all your Navigation Toolbar items (back/forward buttons, address bar, search bar etc. from the navigation toolbar to the Menu Bar, either on the right side or left side of the Menu Items. Now past this code in userChrome.css and restart your browser. You will no longer see the menu items. Now hover at the right/left edge of the menu bar (whichever side the menu items were on) and the menu items will appear. You can now hide the navigation bar and save vertical space
::::::::::::::*/
#menubar-items {
padding-left: 5px !important;
}
#menubar-items > #main-menubar {
margin-left: -9000px !important;
}
#menubar-items:hover > #main-menubar {
margin-left: 0 !important;
}
#menubar-items:hover {background-image: none !important; padding-left:0 !important;}
======end code======
This achieves a menu bar that auto hides itself to the left of your Fx (and off screen).
#2 is exactly the same as in the extension:
=====begin code=====
/* Show Stop and Reload buttons smartly*/
#stop-button[disabled] { display: none; }
#stop-button:not([disabled]) + #reload-button { display: none; }
======end code======
#3 is similar in scope but extends it to the forward button as well, only displaying *either* when either options are available and not displaying anything when nothing is present, and displaying only the appropriate button when any history with the associated tab is present (IOW< show back when there is something to go back to, and forward when there is something to go forward to):
=====begin code=====
/* Show Stop and Reload buttons smartly*/
#stop-button[disabled] { display: none; }
#stop-button:not([disabled]) + #reload-button { display: none; }
======end code======
As for #4, Since I use TabMixPlus as an extension, it allows you to set the progress bar on the *tab* itself - so if multiple tabs are loading you can easily see the progress. It also (optionally) can remove the progress bar in the status bar. Since I am constantly working with multiple tabs and the session saver features of Fx 3, this makes it a lot easier than having to visit each tab to see if it is still loading or not.
Netscape 9: What's my line? (Netscape Blog)
Mar 6th 2007 4:16AM Hmmm, a top level menu item that is not in Fx nor in any previous Netscape.
Since it is between BMs and Tools, I am going to say something along the lines of "Synchronize" - like with Google BMs, Del.icio.us, etc.
DLS Archives
June 2012
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
Gadget News
- Creative HanZpad hurdles FCC, will deliver ICS and quad-core goodness to China
- Ultimate Ears Personal Reference Monitors offer custom tuning, look great with your smoking jacket
- Kabel Deutschland sets record with 4.7Gbps download speeds
- Google World Wonders Project takes you to Earth's treasures in glorious Street View vision (video)





