firefoxnoob Posted August 20, 2009 Share Posted August 20, 2009 Hi. Is there an easy (or hard, doesn't matter :)) way to remove the title bar without messing up the blur, and moving the _ [] X to the tab bar or nav bar? via Stylish, an add-on... anything! Thanks!! Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591464962 Share on other sites More sharing options...
david melex Posted August 20, 2009 Share Posted August 20, 2009 Glad you got it working. Regarding the transparent search bar I forgot to add that before! :blush:I have a stylish script that does exactly that. You'll need the Stylish Addon if you don't already have it. Then just click 'Write new style' and paste in this code: @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #urlbar , #searchbar *{ -moz-appearance: none !important; background: transparent !important; -moz-border-radius: 0px !important; color: #fff !important; /* These font settings are optional.*/ /*font-family: Tahoma !important; font-size: 11px !important; font-weight: bold !important; */ } I take no credit for the code. Remove the comments ( /* */ ) around the font settings if you want to change any of them. I found it on the Stylish site. And regarding the actual glassing of the Camifox skin, that was modified by dragon0823 :) thank you very much friend. I worked perfect. occurred that did not need to add these commands that you put, it all became very good glass. is something special for the commands you gave me? Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591467670 Share on other sites More sharing options...
ViZioN Posted August 21, 2009 Share Posted August 21, 2009 thank you very much friend. I worked perfect. occurred that did not need to add these commands that you put, it all became very good glass. is something special for the commands you gave me? You're very welcome :) Do you mean these commands? /* These font settings are optional.*/ /*font-family: Tahoma !important; font-size: 11px !important; font-weight: bold !important; */ They're only for changing the font, font size etc that is shown in the address bar :) They don't alter the glass effect at all. Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591471726 Share on other sites More sharing options...
firefoxnoob Posted August 21, 2009 Share Posted August 21, 2009 Rawr. Does anyone know the answer to this?: Hi.Is there an easy (or hard, doesn't matter :)) way to remove the title bar without messing up the blur, and moving the _ [] X to the tab bar or nav bar? via Stylish, an add-on... anything! Thanks!! Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591474894 Share on other sites More sharing options...
ViZioN Posted August 21, 2009 Share Posted August 21, 2009 Rawr. Does anyone know the answer to this?: I'm not sure if you can although I'm willing to be proved wrong :p Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591474928 Share on other sites More sharing options...
c0ldfury Posted August 22, 2009 Share Posted August 22, 2009 there's no titlebar, so in theory it's possible. Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591475144 Share on other sites More sharing options...
firefoxnoob Posted August 22, 2009 Share Posted August 22, 2009 there's no titlebar, so in theory it's possible. Just tried it - it removed blur effect and broke my tabs =\ Thanks anyways - if it did not do those two things - it would actually be PERFECT :D Anything/one else? Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591476052 Share on other sites More sharing options...
A.Gabri Posted August 22, 2009 Share Posted August 22, 2009 https://addons.mozilla.org/en-US/firefox/addon/9256 try this i haven`t tried it but i think it will work Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591476434 Share on other sites More sharing options...
Dark Preacher Posted August 22, 2009 Share Posted August 22, 2009 Recently I've found this addon and like it much, however I've also got installed Treestyle Tab, so whole page became translucent, I saw posts here regarding fix, but were not satisfyed with it - whole page, including tabs lost transparency. And today I made a fix for it, find "dwm-overlay.js" in "%your_profile_dir%\extensions\allglassv2lw@loveworthy.ru\chrome\content\", open it with text editor, locate string (~line 61): var tabwidth = gBrowser.mTabContainer.boxObject.width; and add following line after it: var tabheight = gBrowser.mTabContainer.boxObject.height; next locate this line: dwm.ExtendFrameIntoWindow(height+tabheight, 0, bottom, 0); and change it to this: dwm.ExtendFrameIntoWindow(height, 0, bottom, 0+tabwidth); Here you go - a transparent tabs on left side of your window Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591476710 Share on other sites More sharing options...
firefoxnoob Posted August 22, 2009 Share Posted August 22, 2009 https://addons.mozilla.org/en-US/firefox/addon/9256try this i haven`t tried it but i think it will work Thanks. Just tried - but it's a no-go. Everything works, but the blur is removed. This happens with it seems all of the no titlebar extensions =\ --- If removing the titlebar as a whole won't work, I'd just like to take out the Firefox logo and title without removing it from the taskbar. Does anyone know how to do this? I tried to find their elements with ColorZilla, but it was a no-go. Thoughts? Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591477842 Share on other sites More sharing options...
kalel83 Posted August 25, 2009 Share Posted August 25, 2009 (edited) any recommended way to autohide bookbarks bar? the way i have now, it takes a visible second or two as apposed to instant to show the bookmarks when mouse hovering over, sometimes the bookmarks don't render at all, and i have to do a second swipe. Edited August 25, 2009 by Kalel83 Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591488900 Share on other sites More sharing options...
GregW17 Posted August 25, 2009 Share Posted August 25, 2009 Is there any way to glass extra toolbars in a similar way? (seeing the StumbleUpon toolbar opaque between the tabs and bookmarks toolbar is quite awkward...Opaque as in the default theme color, not the black underneath the navigation bar people had before) Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591492410 Share on other sites More sharing options...
BALAJI.P.M. Posted August 30, 2009 Share Posted August 30, 2009 so nice Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591511540 Share on other sites More sharing options...
eduardonba Posted September 6, 2009 Share Posted September 6, 2009 pls help me after install appeared this error Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591541258 Share on other sites More sharing options...
Ambroos Posted September 6, 2009 Author Share Posted September 6, 2009 pls help meafter install appeared this error *snip* Hey! Make sure Firefox is closed, then: Press Windows key + R at the same time. In the "Run..." box paste this: %appdata%\Mozilla\Firefox\Profiles Click OK. You will see a folder with .default as the last characters. Open it. Go to Extensions and delete everything that is inside. Now open Firefox and everything should be working again. Then, you can install All Glass Firefox from here: https://www.neowin.net/forum/index.php?showtopic=746714 Hope you got it working now, otherwise you can contact me on MSN (email is on my profile) and I'll help you out step-by-step. Greets - Ambroos Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591541916 Share on other sites More sharing options...
Yochanan Posted September 7, 2009 Share Posted September 7, 2009 Delete them? Why not just disable all other extensions besides All-Glass Firefox and re-enable the others one by one until the culprit is discovered? Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591543292 Share on other sites More sharing options...
YounGMessiah Posted September 7, 2009 Share Posted September 7, 2009 thanks Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591543326 Share on other sites More sharing options...
Theymademedoit Posted September 7, 2009 Share Posted September 7, 2009 Is there a way to get the normal thin url bar from the default firefox back? i don't really like that thick bar, and is there a way to get the same favicon thingi? thanks! ur awesome amrbos Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591545512 Share on other sites More sharing options...
c0ldfury Posted September 9, 2009 Share Posted September 9, 2009 Click OK. You will see a folder with .default as the last characters. Open it. Go to Extensions and delete everything that is inside.Greets - Ambroos LoL. Just run FF is safe mode and disable from there. Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591553748 Share on other sites More sharing options...
firefoxnoob Posted September 9, 2009 Share Posted September 9, 2009 Ambroos, do you have any ideas on how to remove the address bar or remove the title and icon of the address bar (while still keeping the title and icon in the taskbar and) while still keeping the glass? Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591554854 Share on other sites More sharing options...
Corgana Posted September 14, 2009 Share Posted September 14, 2009 Ambroos, do you have any ideas on how to remove the address bar or remove the title and icon of the address bar (while still keeping the title and icon in the taskbar and) while still keeping the glass? There's been a couple posts about this (one was mine!) and If there's a way I don't think Ambroos is interested in finding it, though I understand cause making it compatible with every extension out there would be maddening. Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591576344 Share on other sites More sharing options...
Theymademedoit Posted September 16, 2009 Share Posted September 16, 2009 I have a problem, how can I have the normal text shadow etc in the bookmark bar like the menu bar? the bookmark bar is so light and glowing, I don't like that, I want to have the normal text again Does anyone know how I can achieve that? I tried to edit the overlay.css but don't know where to do what thanks Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591586574 Share on other sites More sharing options...
Ambroos Posted September 17, 2009 Author Share Posted September 17, 2009 There's been a couple posts about this (one was mine!) and If there's a way I don't think Ambroos is interested in finding it, though I understand cause making it compatible with every extension out there would be maddening. Sorry for the slow responses lately, been very busy. (If you're in Belgium come have a look at what I've been working on - http://www.facebook.com/event.php?eid=150011732743 ) Unfortunately, like you said, I can't try making every extension compatible, and complex ones like removing the titlebar, ... are impossible for me to make compatible. I'm just providing support for my addon with the latest non-testing Firefox version without addons/themes. Other people have been building themes based on/on top of my addon so it's perfectly fine to modify it, and I don't mind as long as I'm still mentioned here and there ^^ Greets Ambroos I have a problem, how can I have the normal text shadow etc in the bookmark bar like the menu bar?the bookmark bar is so light and glowing, I don't like that, I want to have the normal text again Does anyone know how I can achieve that? I tried to edit the overlay.css but don't know where to do what thanks I think the problem is the other theme/style you have installed (3.7 or 4.0 (Redux) mockup). If you use just my addon you shouldn't have the problem. If you tell me what you have installed I can try help you though :) Just send me a PM (personal message) - Ambroos Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591590568 Share on other sites More sharing options...
Robbie Khan Reviews Posted September 17, 2009 Reviews Share Posted September 17, 2009 Just use V4 people! Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591590732 Share on other sites More sharing options...
firefoxnoob Posted September 20, 2009 Share Posted September 20, 2009 Just use V4 people! Now wouldn't that look way nicer if the title was removed? and it would save way more space If someone manages to get it removed (while it still being in the taskbar, please let me know) Link to comment https://www.neowin.net/forum/topic/746714-all-glass-firefox-v2/page/16/#findComment-591603690 Share on other sites More sharing options...
Recommended Posts