Please report me any bug and send me new features requests to DA or email.
• If you know how to force forward button always visible, please tell me. • If you could translate it to other languages please send me the translation to comment or email (xgolats(at)gmail.com) Please report me bugs and send me new feature requests.
Changelog: ____________________________________________________ /*version 2.0*/ 8thApril margin-fix for firefox 20.0 some minor fixes new addon-manager Thai version by codenameboss officially added colors of "places"(history+bookmarks) changed to white 3rd party plugins removed. ____________________________________________________ /*version 1.5*/ 1.5.2 expanded tab min-width to 110px 1.5.1 more languages - added Easier installation problem with overwriting "prefs.js" - solved ____________________________________________________ /*version 1.4*/ appmenu-button hover color changed from #3693e3 to #298CE1 appmenu-button font-weight problem in Win8 PRO fixed color of border changed to semi transparent color addon Tab Weel Scrool - ADDED (color of border fit with color of windows) - better solution still finding urlbar/search bar squared NAVIGATIONBAR color changed to solid white color of every border is same rgb (218,218,218) ugly blue line after navigation bar - DELETED new page background changed to white (color of border fit with color of windows)-PLANNED[maybe at next version] ____________________________________________________ /*version 1.3*/ tab bar more like Windows 8 explorer problem with unusable 4 positions in titlebar - FIXED problem with titlebar in maximized mode - FIXED reduced number of addons: Stratiform 3.0.1 - DELETED ____________________________________________________ /*version 1.2*/ easier installation (only drag files to folder) file button hover and click effects chenged private browsing had purple file button tabbar fixed in maximized mode userstyle divided to Ribbon UI (RTM, COLOR, URL, TEXT) reduced number of addons: Roomy Bookmarks Toolbar 1.3.8 - DELETED Extra Padding When Maximized 1.0 - DELETED App Button No Text 1.2 - DELETED ____________________________________________________ /*version 1.1*/ 3 languages - added (English, French, Czech) colors of "Firefox Operalike text-field" - CHANGED addon Smart location (smart text) 4.7 - ADDED Thanks to
authors of these add-ons: Stratiform 3.0.1 [link] Stylish 1.3 [link] Smart location (smart text) 4.7 [link]
and thanks to autors of these userstyles: Firefox Operalike text-field [link] Firefox: Bring the Title Back [link]
and thanks to Daniel Villalobos, who translated this skin to Spanish an codenameboss (Thai)
Go to "about:addons" there find userstyle named "Ribbon UI WINDOW" by ctrl+F find "QUICK ACCESS BAR" write after it "/*" or delete all css values between "QUICK ACCESS BAR" and "NAVIGATIONBAR". It should bring back old bookmarks toolbar. I hope it helps if not please tell me and I will try to help you more. Thank you for your interest.
Dear friend, you must right-click anywhere on navigation-bar there check that you have checked bookmark-toolbar visible after that your bookmark toolbar will appears in left top corner you have to pin there some page with Firefox icon. There is picture with this process [link]. I hope it will help if not just tell me I will try to explain it deeper.
About favorites button when you will move fav button to navigation toolbar it will disappear from this location, and it will appear on the left top corner. With history would be problem, because you could simply move there any button from button palette to the top but it will do this [link] now I really don't know how to fix it because I don't know what causes it. I am working on it so I hope that it would be fixed in next version but now I don't know what to do with it. I hope it will help if not just tell me
window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icons] > :-moz-any(#nav-bar[currentset*="unified-back-forward-button,urlbar-container"],#nav-bar:not([currentset])) > #unified-back-forward-button > #forward-button > .toolbarbutton-icon {
/*To remove mask from forward button and url bar
mask:none !important;
clip-path:none !important;
*/
}
#winstripe-urlbar-back-button-mask,
#winstripe-keyhole-forward-mask-hover,
#winstripe-keyhole-forward-mask {display:none;}
#urlbar-container {
clip-path:none !important;
}
#forward-button {opacity:1 !important;}
window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icons] > :-moz-any(#nav-bar[currentset*="unified-back-forward-button,urlbar-container"],#nav-bar:not([currentset])) > #unified-back-forward-button[forwarddisabled]:not(:hover) + #urlbar-container > #urlbar {
margin-left: 0px !important;
}