Recommended Posts

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?

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.

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\[email protected]\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

61RRyBvULE.jpg

https://addons.mozilla.org/en-US/firefox/addon/9256

try 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?

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 by Kalel83
pls help me

after 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

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.

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

post-292608-1253122850_thumb.jpg

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

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • But it opens the floodgates to anyone who gets a refund instead of a replacement (since refund will buy you a 1/3rd of the capacity it did years ago)
    • He has planned to file a lawsuit in small claims court so it'll only be a $1000 lesson assuming he wins. That's likely a fraction of what Samsung spends on toilet paper on a daily basis.
    • Windows Server gets DNS over HTTPS (DoH) support by Usama Jawad For the past few months, Microsoft has been previewing DNS over HTTPS (DoH) for Windows DNS Server, touting it as a foundational upgrade for zero-trust enterprise networks. It essentially introduces encrypted, authenticated DNS for the networks rather than transmitting DNS traffic in clear. Now, the company has introduced the general availability (GA) of this feature. The GA of DoH encourages organizations to deploy the solution in production environments without implementing a new client-to-resolver architecture. DoH helps improve the overall security of the network and reduces the risk of spoofing due to its zero-trust design. This is a significant change because pretty much every interaction with the network requires interfacing with DNS. DoH offers several advantages over standard DNS traffic, such as encryption using HTTPS, preventing unauthorized inspection, man-in-the-middle attacks, and traffic analysis. Since it leverages TLS certificates so that clients can verify the identity of the DNS server, it prevents spoofing through this authentication mechanism. Additionally, it's built on the DoH standard defined by the Internet Engineering Task Force (IETF), which means that it should work with modern RFC 8484-compliant clients. Finally, it integrates into the existing network architecture seamlessly and can even run in parallel with standard DNS, so that customers can migrate to the new technology at their own pace. Microsoft says that in the past few months of preview, DoH has become more stable, and customers can confidently deploy it in production environments with proper guidance. Microsoft has emphasized that migrating to DoH is necessary for organizations that are moving toward zero-trust DNS solutions. Windows clients already support DoH, but the latest availability on Windows Server provides encrypted DNS to all endpoints. The company has also mentioned that "while this release focuses on encrypting client-to-resolver communication, support for encrypted communication between Windows DNS Server and upstream DNS resolvers is planned for a future update." You can follow Microsoft's guidance to deploy DoH here, but keep in mind that you need a Windows Server 2025 installation with the latest Patch Tuesday updates installed.
    • Lol I had one of these turn faulty in Jan, guess it wasn't just bad luck lol
    • I'm team Rossmann all the way. I have the exact same NVME, altough not in an array like him.
  • Recent Achievements

    • Week One Done
      davidbazooked earned a badge
      Week One Done
    • One Month Later
      Jamswaz earned a badge
      One Month Later
    • Week One Done
      Jamswaz earned a badge
      Week One Done
    • Rookie
      Marzoid went up a rank
      Rookie
    • Community Regular
      coch went up a rank
      Community Regular
  • Popular Contributors

    1. 1
      +primortal
      511
    2. 2
      PsYcHoKiLLa
      184
    3. 3
      +Edouard
      159
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!