| Author | rob64rock |
|---|---|
| Created | Nov 14, 2010 |
| Updated | Apr 26, 2012 |
| Installs (this week) | 5 |
| Installs (total) | 924 |
For Firefox 5+ and up to the latest Fx 13 builds.
Userstyle for latest Fx 14+ builds found here:
Fx Logo App Button/Styled Tabs-WinXP - Fx 14+
This style makes the App menu button an Iconized Firefox Logo button when window is maximized with Tabs in Titlebar and minimizes the "window caption controls". This also modifies the appearance of inactive tabs making them more visible on Window OS Themes or Moderately dark Persona Themes and restores the "modern rounded tab styling" that was removed from "Windows OS only" due to Bug 570279, just prior to the releasing of Firefox 4. This also styles the Tab favicon and Urlbar favicon of New/Blank tabs and about:home .
!Important! After applying this userstyle you may have to toggle the Window state from (Minimize to Maximize) or restart the browser, so the style will appear correctly.
Tested on Firefox 5 and up to the latest Fx 13 builds.
Modified code from:
Tesla74: http://forums.mozillazine.org/
ChemE
Firefox 4 - Rounded Tabs
Userstyle for latest Fx 14+ builds found here:
Fx Logo App Button/Styled Tabs-WinXP - Fx 14+
This style makes the App menu button an Iconized Firefox Logo button when window is maximized with Tabs in Titlebar and minimizes the "window caption controls". This also modifies the appearance of inactive tabs making them more visible on Window OS Themes or Moderately dark Persona Themes and restores the "modern rounded tab styling" that was removed from "Windows OS only" due to Bug 570279, just prior to the releasing of Firefox 4. This also styles the Tab favicon and Urlbar favicon of New/Blank tabs and about:home .
!Important! After applying this userstyle you may have to toggle the Window state from (Minimize to Maximize) or restart the browser, so the style will appear correctly.
Tested on Firefox 5 and up to the latest Fx 13 builds.
Modified code from:
Tesla74: http://forums.mozillazine.org/
ChemE
Firefox 4 - Rounded Tabs
More Info
Updated 04-26-2012
Now compatible with Fx 13 builds, userstyle for latest Fx 14+ builds or newer found here:
Fx Logo App Button/Styled Tabs-WinXP - Fx 14+
Updated 03-31-2012
Fixed some issues when placing toolbar-buttons in the Menu Bar...
Updated 03-24-2012
Bookmarklets(JavaScipt based bookmarks) now have a styled favicon...
Updated 03-21-2012
Due to Bug 731459 - New "visited" livemarks icons gets too much attention...
Updated 03-10-2012
Style now only compatible up to Fx 12 builds.
Updated 03-08-2012
Fixed a Tabs on Bottom style bug...
Updated 02-27-2012
Due to Bug 706850 - Need a "visited" livemark item icon...
Updated 02-12-2012
Fixed the issue with the "window caption controls"(Min,Max,Restore, and Close) buttons spacing...
Updated 11-30-2011
Restored default favicons for RSS Live Bookmarks.(Thanks to: Tss)
Updated 11-19-2011
Default favicons in Urlbar Auto-Complete drop-down results now styled.(Thanks to: Tss)
Updated 08-20-2011
Styled the Tab favicon and Urlbar favicon of New/Blank tabs and about:home .
Updated 08-09-2011
Restyled the App button for non-maximized windows for Private Browsing Mode, Aurora and Nightly builds users.
Updated 06-21-2011
Firefox 5 is now released, style will no longer support Firefox 4.
To customize or fix Firefox Beta, Aurora, and Nightly builds, you can also have a look at my other styles: rob64rock
****"For those using Personal Menu extension version 4.3.2 with Firefox"****
If you want to replace the menu of Firefox App Button to the one of Personal Menu, you may need to install userChrome.js extension from here: http://userchromejs.mozdev.org/ , and you need to first remove the Menu Button of Personal Menu extension from Toolbars before putting this code into the file "userChrome.js":
if(location == "chrome://browser/content/browser.xul"){
var appbutton = document.getElementById("appmenu-button");
appbutton.setAttribute("context", "toolbar-context-menu");
var appmenu = document.createElement("menupopup");
var newappmenu = document.createElement("menu");
newappmenu.setAttribute("label", "Firefox");
newappmenu.id = "new-appmenu";
newappmenu.appendChild(appbutton.firstChild);
document.getElementById("compact-addbutton").parentNode.appendChild(newappmenu);
appbutton.appendChild(appmenu);
appmenu.setAttribute("cmpopup",true);
appmenu.id = "menubutton-popup";
appmenu.setAttribute("onpopupshowing","CMCE.onOpenMenu(this, event, this.cm_list);");
appmenu.setAttribute("onpopuphidden","CMCE.onCloseMenu(this, event);");
}
You may simply remove the code or the extension userChrome.js to bring the default menu of Firefox Button back.
Or you can try the latest version of Personal Menu extension here:
https://addons.mozilla.org/firefox/addon/personal-menu/versions/
Now compatible with Fx 13 builds, userstyle for latest Fx 14+ builds or newer found here:
Fx Logo App Button/Styled Tabs-WinXP - Fx 14+
Updated 03-31-2012
Fixed some issues when placing toolbar-buttons in the Menu Bar...
Updated 03-24-2012
Bookmarklets(JavaScipt based bookmarks) now have a styled favicon...
Updated 03-21-2012
Due to Bug 731459 - New "visited" livemarks icons gets too much attention...
Updated 03-10-2012
Style now only compatible up to Fx 12 builds.
Updated 03-08-2012
Fixed a Tabs on Bottom style bug...
Updated 02-27-2012
Due to Bug 706850 - Need a "visited" livemark item icon...
Updated 02-12-2012
Fixed the issue with the "window caption controls"(Min,Max,Restore, and Close) buttons spacing...
Updated 11-30-2011
Restored default favicons for RSS Live Bookmarks.(Thanks to: Tss)
Updated 11-19-2011
Default favicons in Urlbar Auto-Complete drop-down results now styled.(Thanks to: Tss)
Updated 08-20-2011
Styled the Tab favicon and Urlbar favicon of New/Blank tabs and about:home .
Updated 08-09-2011
Restyled the App button for non-maximized windows for Private Browsing Mode, Aurora and Nightly builds users.
Updated 06-21-2011
Firefox 5 is now released, style will no longer support Firefox 4.
To customize or fix Firefox Beta, Aurora, and Nightly builds, you can also have a look at my other styles: rob64rock
****"For those using Personal Menu extension version 4.3.2 with Firefox"****
If you want to replace the menu of Firefox App Button to the one of Personal Menu, you may need to install userChrome.js extension from here: http://userchromejs.mozdev.org/ , and you need to first remove the Menu Button of Personal Menu extension from Toolbars before putting this code into the file "userChrome.js":
if(location == "chrome://browser/content/browser.xul"){
var appbutton = document.getElementById("appmenu-button");
appbutton.setAttribute("context", "toolbar-context-menu");
var appmenu = document.createElement("menupopup");
var newappmenu = document.createElement("menu");
newappmenu.setAttribute("label", "Firefox");
newappmenu.id = "new-appmenu";
newappmenu.appendChild(appbutton.firstChild);
document.getElementById("compact-addbutton").parentNode.appendChild(newappmenu);
appbutton.appendChild(appmenu);
appmenu.setAttribute("cmpopup",true);
appmenu.id = "menubutton-popup";
appmenu.setAttribute("onpopupshowing","CMCE.onOpenMenu(this, event, this.cm_list);");
appmenu.setAttribute("onpopuphidden","CMCE.onCloseMenu(this, event);");
}
You may simply remove the code or the extension userChrome.js to bring the default menu of Firefox Button back.
Or you can try the latest version of Personal Menu extension here:
https://addons.mozilla.org/firefox/addon/personal-menu/versions/
Feedback
Discussions
Ask a new question or add a review for this style.
