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

    • BATorrent 4.0.0 by Razvan Serea BATorrent is a lightweight, open-source BitTorrent client built with modern C++ and Qt 6, offering a clean, fast, and privacy-focused alternative to traditional torrent apps. It supports magnet links, .torrent files, resume data, sequential downloading, per-file priorities, and even imports from qBittorrent. Power users benefit from integrated RSS auto-download with regex filtering, duplicate detection, and automatic tracker lists from Stremio. Streaming is seamless thanks to auto-detected players like VLC and IINA. BATorrent includes robust VPN tools—interface binding, auto-detection for WireGuard-based services like Mullvad and NordLynx, kill switch, proxy support, and IP filtering. A full WebUI enables remote control, while integrations with Plex, Jellyfin, and Emby automate library updates. With themes, speed scheduling, system-tray alerts, and cross-platform support for Windows, Linux, and macOS, BATorrent delivers a polished, high-performance torrenting experience. BATorrent features: Core .torrent file and magnet link support Resume data — picks up where you left off after restart Import torrents from qBittorrent Create .torrent files from any file or folder Sequential download mode Per-file priority control (skip, low, normal, high) Seed ratio limits with auto-pause DHT, PEX, UPnP, NAT-PMP RSS Auto-Download Subscribe to RSS feeds — automatically download new torrents as they appear Regex filters — match only what you want (e.g. 1080p|720p, S01E\d+) Per-feed settings — custom save path, check interval (5–1440 min), enable/disable Auto-download — matched items are downloaded automatically in the background Supports magnet links, .torrent URLs, and tags Tray notifications when items are auto-downloaded Duplicate detection — never downloads the same item twice Stremio Stremio Addon System pre-installed — works out of the box Auto tracker list from ngosang/trackerslist Streaming Play while downloading — stream video files before the download is complete Supports mp4, mkv, avi, mov, wmv, flv, webm, m4v, ts Auto-detects installed players (VLC, IINA, system default) VPN & Privacy Interface binding — lock torrent traffic to a specific network interface (e.g. tun0) Auto VPN detection — identifies VPN interfaces (tun, tap, WireGuard, Mullvad, NordLynx, ProtonVPN) Kill switch — automatically pauses all torrents if the VPN interface drops Auto-resume — resumes only the torrents paused by the kill switch when VPN reconnects Proxy support — SOCKS5 and HTTP proxy with optional authentication IP filtering — load P2P blocklists to block unwanted IP ranges Protocol encryption (enabled / forced / disabled) WebUI Remote management — control torrents from any browser at http://localhost:8080 REST API with JSON responses Add torrents via magnet link or .torrent upload Pause, resume, remove torrents remotely View peers and files per torrent Dark theme matching the desktop app HTTP Basic Auth with SHA-256 password hashing Configurable port and remote access (localhost vs 0.0.0.0) Interface 3 themes: Dark, Light, Midnight (bat/vampire aesthetic) Real-time speed graph Detailed panel with tabs: General, Peers, Files, Trackers Filter bar: search by name, filter by state (Active, Downloading, Seeding, Paused, Finished) Drag & drop .torrent files and magnet links Drag & drop reorder in torrent list System tray with notifications (download complete, kill switch events, RSS auto-downloads) Splash screen with bat animation Bilingual: English and Portuguese (BR), auto-detected from system locale Bandwidth Scheduler Alternative speed limits — set different download/upload limits on a schedule Time range — configure active hours (e.g. 01:00 to 07:00), supports overnight ranges Per-day control — choose which days of the week the schedule applies Automatically switches between normal and alternative speeds Media Server Integration Plex — automatically trigger library scan when a download completes Jellyfin / Emby — same automatic library refresh via API Configure server URL and authentication token/key in Settings System Cross-platform: Windows, Linux, macOS Auto-shutdown — automatically shut down PC when all downloads complete (60s cancellable countdown) Auto-update system (AppImage on Linux, installer on Windows, DMG on macOS) CLI arguments: pass .torrent files or magnet: URIs directly Keyboard shortcuts: Space to toggle pause, Ctrl+A to select all, Ctrl+O to open Download: BATorrent 4.0.0 | 37.4 MB (Open Source) Download: BATorrent Portable | 51.7 MB Links: BATorrent Website | Screenshot | Changelog Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Well duh. But it's not their agenda, they just push it forward.
    • Easier to move to Firefox, either Zen Browser or LibreWolf (which includes it by default)
    • People do not care. We are all tourists on this trip called life. So many others thing you can do, should do, then worry about trying to protect data collection. Not using Chrome, the most popular, most compatible and fastest patched browser on the market, because of data collection or some moral/political reason....is a complete waste of time IMHO. But we all get roughly the same amount of time on this trip, feel free to spend yours doing whatever makes you happy.
    • Does anyone know how the Ghostery extension works in Google Chrome? I switched to that quite a while ago, from uBlock Origin after uBlock started having issues just working. Personally I love Ghostery and I think it does a fantastic job, and I really enjoy the whitelist I have built up as well for tons of websites that don't serve ads so that it isn't blocking good elements of them by accident.
  • Recent Achievements

    • Week One Done
      D0nn13 earned a badge
      Week One Done
    • Reacting Well
      lamborghiniv10 earned a badge
      Reacting Well
    • First Post
      lamborghiniv10 earned a badge
      First Post
    • Week One Done
      skylerssviv earned a badge
      Week One Done
    • One Month Later
      mobmobiles earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      511
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      +Edouard
      108
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      83
  • Tell a friend

    Love Neowin? Tell a friend!