Recommended Posts

Looks great, really pleased now it has a custom home and bookmarks button.

1 small issue, the top of the new tab button seems to be missing its grey line, i have just installed the theme and no other addons.

We were trying to get the border on the New Tab Button but we were able to do it. We will try to fix this for the next version.

This update makes it look almost exactly the same as the mock-up! Kudos to you both for the work you've put into this, for listening to our suggestions and for the help/support you've given (Y) I really appreciate it :happy:

Thanks a lot for the kind words! :)

Great job on the new version! looks much better. Only problem I see is the dropdown arrow at the end of the tabbar looks wierd and you can't really see it at all. Once the grey stuff on the options window is removed it'll be perfect.

Thank you. I will see if we can fix the dropdown arrow, and I will include a new replacement for the grey header for the options window.

Good stuff. I will have to try it out at home.

I hope you like it :D.

Thank you so much for the Update! Great work!

The new Buttons look very sexy^^

Btw, here are a vew tweaks that i found on the Internet:

Hide the black URL Bar in the popup-windows:

1. Type about:config in the url bar of your window.

2. Search in the filter for dom.disable_window_open_feature.location

3. Right-click on the word True in the Value column.

4. Click Toggle.

Remove resize handles from statusbar corner:

#main-window .statusbar-resizerpanel {display: none !important; }

Make the statusbar smaller:

#status-bar {

-moz-appearance: none !important;

border: none !important;

min-height: 19px !important; max-height:19px !important;

padding-top: 2px !important;

border-top: solid 1px #000 !important; }

To hide the icons in the Statusbar use the "Organize Status Bar" Firefox addon.

After that it looks clean like mine :) :

post-305922-1248647781_thumb.jpg

Thanks for the tweaks! Your screenshot looks great :)!

Btw, here are a vew tweaks that i found on the Internet:

Hide the black URL Bar in the popup-windows:

1. Type about:config in the url bar of your window.

2. Search in the filter for dom.disable_window_open_feature.location

3. Right-click on the word True in the Value column.

4. Click Toggle.

Make the statusbar smaller:

#status-bar {

-moz-appearance: none !important;

border: none !important;

min-height: 19px !important; max-height:19px !important;

padding-top: 2px !important;

border-top: solid 1px #000 !important; }

Man those are GREAT tweaks.. I play a couple of browser based games, and being able to get rid of that urlbox and make the statusbar smaller gives me more real estate room, and looks so much better.

Thanks for posting those.

Bug report :) (menubar needs to be hidden).

Bug 1:

- press CTRL+F.

- you will see a black findbar.

post-305922-1248694620.jpg

- to get it glassy, you need to refresh the GUI ( for example press ALT twice to show and hide the menubar on the top of the window).

- after that it looks right.

post-305922-1248694641.jpg

- close the findbar.

- now you will see that.

post-305922-1248694662.jpg

- to get it fixed you need to refresh the GUI again by pressing ALT twice (show and hide menubar).

post-305922-1248694685.jpg

Bug 2:

If you open a lot of tabs by pressing the new tab button you will notice that the "+" is moving around.

Maybe it could be fixed if the whole new-tab-button is just one single graphic file?

post-305922-1248695378.jpg post-305922-1248695398.jpg

post-305922-1248695412.jpg post-305922-1248695426.jpg

Bug report :) (menubar needs to be hidden).

Bug 1:

- press CTRL+F.

- you will see a black findbar.

post-305922-1248694620.jpg

- to get it glassy, you need to refresh the GUI ( for example press ALT twice to show and hide the menubar on the top of the window).

- after that it looks right.

post-305922-1248694641.jpg

- close the findbar.

- now you will see that.

post-305922-1248694662.jpg

- to get it fixed you need to refresh the GUI again by pressing ALT twice (show and hide menubar).

post-305922-1248694685.jpg

Bug 2:

If you open a lot of tabs by pressing the new tab button you will notice that the "+" is moving around.

Maybe it could be fixed if the whole new-tab-button is just one single graphic file?

post-305922-1248695378.jpg post-305922-1248695398.jpg

post-305922-1248695412.jpg post-305922-1248695426.jpg

well...I get that but I dont need to refresh the GUI, when I press ctrl+F I get the black findbar for like a second then it goes away, same with the other thing (the blue thing)

Cant reproduce the "+" moving around

I also noticed that text in my status bar and some items in the bookmark toolbar gets a little bit chopped off at the end. For example, if the last letter is an "O" then the right side of it is sliced off so it's flat, rather than completely round. I can post some screens if my description wasn't graphical enough.

Bug report :) (menubar needs to be hidden).

Bug 1:

- press CTRL+F.

- you will see a black findbar.

post-305922-1248694620.jpg

- to get it glassy, you need to refresh the GUI ( for example press ALT twice to show and hide the menubar on the top of the window).

- after that it looks right.

post-305922-1248694641.jpg

- close the findbar.

- now you will see that.

post-305922-1248694662.jpg

- to get it fixed you need to refresh the GUI again by pressing ALT twice (show and hide menubar).

post-305922-1248694685.jpg

Bug 2:

If you open a lot of tabs by pressing the new tab button you will notice that the "+" is moving around.

Maybe it could be fixed if the whole new-tab-button is just one single graphic file?

post-305922-1248695378.jpg post-305922-1248695398.jpg

post-305922-1248695412.jpg post-305922-1248695426.jpg

I have also experienced the black finderbar before. All-Glass seems to be the cause of this. We are trying to fix some issues relating to All-Glass already, so keep an eye out for any posts from us.

I also noticed that text in my status bar and some items in the bookmark toolbar gets a little bit chopped off at the end. For example, if the last letter is an "O" then the right side of it is sliced off so it's flat, rather than completely round. I can post some screens if my description wasn't graphical enough.

I have also noticed this as well. This also seems to be an All-Glass glitch. I will let you know if we can get it fixed.

Thanks to both of you for the bug reports :).

got question one , how do i get craved url address bar /searchbox

i saw some of you have it this way

thanks

To change the amount the address bar/search bar is rounded, add the following text to a stylish code, and change the numbers. Be sure to change all of them to the same number, otherwise you will get varying amounts of roundness on your address/search bar. Higher numbers = more round.

#identity-box, .searchbar-engine-button { 
-moz-border-radius-topleft: 3px !important; 
-moz-border-radius-bottomleft: 3px !important; 
}   

#urlbar, .searchbar-textbox { 
-moz-border-radius-topleft: 3px !important; 
-moz-border-radius-bottomleft: 3px !important; 
-moz-border-radius-topright: 3px !important; 
-moz-border-radius-bottomright: 3px !important; 
}

One more glitch that I noticed. As you can see from the screenshot below, there are a couple of miscoloured pixels just to the left of the Back/Forward buttons

post-289790-1248715066.png

P.S. They are not dead pixels on my monitor, they move as I move my Firefox window around the screen.

I don't seem to have that problem. Maybe an addon you are using is causing it?

I also noticed that text in my status bar and some items in the bookmark toolbar gets a little bit chopped off at the end. For example, if the last letter is an "O" then the right side of it is sliced off so it's flat, rather than completely round. I can post some screens if my description wasn't graphical enough.

I think that is a Firefox bug.

https://bugzilla.mozilla.org/show_bug.cgi?id=363861

I don't seem to have that problem. Maybe an addon you are using is causing it?

Maybe the bug is only on Vista?

I'm using Windows 7. And I don't have the bug.

Oh, and look at that difference. The space between the Buttons and the space between the buttons and the end of the Window are much bigger on ?Vista? !

post-305922-1248725013.jpg

Edited by Fatal!ty Str!ke

Yeah, do you think it would be possible to combine the stop/reload/go button like the new mockup?

Mockup-4-0-Vista-(TabsBottom)-(LocBar).png

Also the buttons in the new mockup are more translucent/clear than the current 2.5 theme buttons (they have blue hue).

well...I get that but I dont need to refresh the GUI, when I press ctrl+F I get the black findbar for like a second then it goes away, same with the other thing (the blue thing)

Cant reproduce the "+" moving around

+ definitely moves here, very noticeable when you rapidly lose tabs via middle click

And the combines stop reload in the mockup above would be really nice looking.

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

    • No registered users viewing this page.
  • Posts

    • Windows 11 KB5094126 June 2026 Patch Tuesday update now available to download by Sayan Sen Microsoft has released the June 2026 Patch Tuesday updates for Windows 11 25H2, 24H2. The 25H2 and 24H2 update is provided via KB5094126 (manual download link below), build 26100.8655 on 24H2, and build 26200.8655 on 25H2, after applying the updates. Windows 11 23H2 is available under KB5082052 (build 22631.6936). The full changelog is given below: [Secure Boot] New! The status of Secure Boot certificate updates on your device may be displayed in the Windows Security app (Settings > Privacy & security > Windows Security). These enhancements are disabled by default on commercial devices. With this update, Windows quality updates include additional high confidence device targeting data, increasing coverage of devices eligible to automatically receive new Secure Boot certificates. Devices receive the new certificates only after demonstrating sufficient successful update signals, maintaining a controlled and phased rollout. This update addresses an issue where the device might enter BitLocker Recovery after the Secure Boot updates. [Networking] This update improves reliability when Windows uses SMB compression over QUIC. After you install this update, SMB compression requests over QUIC complete more consistently, reducing the likelihood of timeouts and supporting smoother, more dependable performance. [Remote Desktop] This update improves protection against phishing attacks that use Remote Desktop (.rdp) files. When you open an .rdp file, Remote Desktop shows all requested connection settings before it connects, with each setting turned off by default. A one-time security warning also appears the first time you open an .rdp file on a device. [Reset this PC (known issue)] Fixed: This update addresses an issue that might cause device reset to fail when using the “Keep my files” or “Remove everything” options. This might occur after installing the March 2026 (KB5079420) Hotpatch security update. These updates will be available from Windows Update and should install automatically in most cases. If you would like to download these updates for offline installation, you can get them from the Microsoft Catalog website. You can find the update for 25H2/24H2 at this link.
    • Price Drop: Save 90% on ChatPlayground AI lifetime plan, and compare multiple AI models by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where for only a limited time, you can save up to 90% on ChatPlayground AI: Lifetime Subscriptions. ChatPlayground AI puts the world’s top AI models in one powerful interface, letting you enter a single prompt and instantly compare outputs from multiple models to choose the perfect response for your needs. Boost productivity and creativity with access to the latest AI giants like GPT-4o, Claude Sonnet 4, Gemini 1.5 Flash, DeepSeek V3, and dozens more — all in one window. Whether you’re chatting, coding, generating images, or refining prompts, ChatPlayground AI equips you with advanced tools like prompt engineering, image/PDF chat, saved conversations, and AI image creation, plus priority support to keep your workflow seamless. Access the world’s best AI models Side-by-Side Comparisons: Enter one prompt & instantly view results from multiple AI models to find the best output for your needs 40+ AI Models: Includes GPT-4o, Claude Sonnet 4, Gemini 1.5 Flash, DeepSeek V3, Llama, Perplexity, and many more Multi-Function Platform: Access AI for chat, image generation & coding all within a single interface Web Browser Extension: Offers a Chrome extension to seamlessly integrate the platform into your browsing workflow Boost productivity with powerful features ChatPlayground Interface: Designed for seamless AI model comparison in one window Prompt Engineering: Refine & optimize your prompts for better, more accurate responses Chat with Images & PDFs: Upload visuals and documents to get context-aware answers Saved Chat History: Keep track of past conversations for reference & ongoing projects AI Image Generation: Create high-quality visuals powered by top AI image models Priority Customer Support: Get faster assistance whenever you need it What you'll get with the Unlimited Plan Includes unlimited messages/month Built for prompt engineers, startups, and teams who run experiments nonstop Includes priority access to new features and future models Good to know Length of access: lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: Desktop Max number of device(s): Unlimited Available to both NEW & Existing users Updates included A lifetime subscription to ChatPlayground AI (Unlimited Plan) normally costs $619, but you can pick it up for just $59.97 for a limited time - that represents a saving of $614 (90% off). Click the link below for more details, always check terms and specifications before making a purchase. Get this ChatPlayground AI (Unlimited) for $59.97 (was $619) There are also two other discounted plans to choose from. Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • Amazon Deal: These AMD RX 9070 XT GPUs are very good offers by Sayan Sen Following the release of AMD's new RX 9070 GRE last week for $549 (our review), AMD currently has a couple of great deals on the more powerful 9070 XT wherein the GPU is on sale for $650. We already covered the Gigabyte Gaming model a couple of days ago which is still live at that price. Aside from that, the white ICE variant is also at the same price (purchase link under the specs table down below). This is interesting to note considering white cards are generally more expensive as they come with a premium attached. Similar to the Gaming model, the ICE card too employs Gigabyte's WINDFORCE cooling system which combines multiple design elements such as alternate-spinning Hawk fans, a vapor chamber, and composite heat pipes to manage heat dissipation. The Server-grade Thermal conductive gel further helps in this department. The inclusion of a semi-passive cooling mode allows the fans to remain inactive under low workloads, which allows for reduced noise operation during lighter usage. There is dual BIOS switch that allows toggling between performance and silent modes. The tech specs of the card are given in the table below: Specification Value Boost Clock Up to 3060 MHz (Reference Card: 2970 MHz) Game Clock Up to 2520 MHz (Reference Card: 2400 MHz) Stream Processors 4096 Memory Size 16 GB Memory Type GDDR6 Memory Clock 20 Gbps Memory Bus Width 256-bit PCI Express Interface PCI Express 5.0 Max Resolution 7680 × 4320 Maximum Displays Supported 4 Display Outputs 2 × DisplayPort 2.1a 2 × HDMI 2.1b Card Dimensions 288 × 132 × 56 mm (L × W × H) (2.7 slot) Recommended Power Supply 750 W Power Connectors 3 × 8-pin PCIe Get it at the link below: GIGABYTE Radeon™ RX 9070 XT Gaming OC ICE 16G Graphics Card (GV-R907XGAMINGOCICE-16GD): $649.99 (Sold and Shipped by Amazon US) (Was: $750) If your budget is lower, check this Nvidia RTX 5060 Ti 8GB deal out for only $330 wherein you get the latest James Bond game free. This Amazon deal is US-specific and not available in other regions unless specified. This is a first-party seller link (at the time of article publishing); ensure that you also purchase from a first-party seller link only. If you don't like it or want to look at more options, check out the previous deals that we have covered, OR you can also visit Amazon US deals page. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an Amazon Associate, we earn from qualifying purchases.
    • What about it? The old MV2 version will not work.
  • Recent Achievements

    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
    • One Year In
      jojodbn earned a badge
      One Year In
    • One Month Later
      jojodbn earned a badge
      One Month Later
    • Week One Done
      jojodbn earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      516
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      +Edouard
      118
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      83
  • Tell a friend

    Love Neowin? Tell a friend!