"Jay Garcia" <J...@JayNOSPAMGarcia.com> wrote in message
news:uqCdnQuLVarAUOzS...@mozilla.org...
> Ever since Mozilla started its controversial new versioning scheme,
> Firefox 3.6 was still maintained as a stable and supported version of
> Firefox. Today, Mozilla announced that Firefox 3.6.28, to be released
> "over the next few weeks", will be the final version of Firefox 3.6. As
> of April 24th, no more security fixes will be published for Firefox 3.6
Gone but not forgotten! I for one absolutely *hate* the design changes in
the 4-11...series. Nothing good was done. It's all falderal and
fiddlesticks, and I would support a splinter group to adopt 3.6.x as its
permanent basic GUI!
In the meantime, websites won't accept older browser versions after awhile
so... You can still keep the 4-11...series looking and acting similar to
3.6.x with the following modifications, although there's no guarantee about
the future:
(1) Install this theme: "Firefox 3 theme for Firefox 4+"
(2) Put the http:// back into Firefox URLs:
Enter about:config and set browser.urlbar.trimURLs to False.
(3) Get rid of the light gray coloring in Firefox URLs:
Enter about:config and set browser.urlbar.formatting.enabled to False.
(4) Activate the menu bar, title bar, and status (add-on) bar if you want
it.
(5) Rightclick somewhere on the toolbars, select "Customize...", then drag
the toolbars and icons around like you want.
(6) Add the following lines to the "userChrome.css" file.
/* Do not remove this @namespace line -- it's required for correct
functioning */
@namespace
url("
http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set
default namespace to XUL */
/* Remove unimportant Location Bar Icon Text
-- click on the favicon to see information
--
http://eriwen.com/firefox/use-the-dom-inspector/
-- Firefox 4.0+ again respects browser.identity.ssl_domain_display set to
0 */
#identity-icon-label { display: none !important; }
/* Turn Location Bar Yellow for HTTPS */
#urlbar[level] .autocomplete-textbox-container { background-color: #FFFFB7
!important; }
/* remove that superfluous bookmark star on the right side of the URL bar */
#star-button { display: none; }
--
JQP