Recommended Posts

12fps on my work desktop which is a HP Compaq DX2000 PC (E4500 2.2GHz with 1GB RAM and an Intel 946GZ integrated GPU)

I expect my home PC will max out the 60fps cap...

On my co-worker's Win 7 machine, the same test runs on IE9 at 60+ fps. I think they really botched something this this release. Let's just hope that more frequent updates means this will be fixed soon, otherwise it's pretty horrible to watch even non-hardware accelerated browsers like Safari and Chrome kick it's butt.

60+fps here too on i5 430m 2.27-2.53GHz,Mobility Radeon 5650 1GB.Maybe your HA is not turned on?Type about:support on the last table you need to have direct2D:true,directwrite:true and the last one must be 1/1 Direct3D 9/10.On my old HP i have ticked the use HA when available, but it doesn't use it because drivers are old(it sais it need 10.6 ATI drivers or newer).

Co-worker's GPU is a AMD Mobility Radeon HD5470 with 1GB of memory. Direct2D is disabled, so is DirectWrite and GPU acceleration is 0/1. I just told him to upgrade his graphics drivers.

On my Mac I get this...

Direct2D Enabled: false

DirectWrite Enabled: false

WebGL Renderer: NVIDIA Corporation -- NVIDIA GeForce GT 330M OpenGL Engine -- 2.1 NVIDIA-1.6.26

GPU Accelerated Windows: 1/1 OpenGL

I'll report back on if upgrading the Windows 7 machine's drivers make a difference. As for my Mac, I haven't upgraded to 10.6.7 yet but I don't think it has any GPU driver upgrades for me anyway. I think it's just a sloppy implementation for Macs then.

Still doesn't explain why IE9 was able to run it at full speed on his computer though.

Still doesn't explain why IE9 was able to run it at full speed on his computer though.

Firefox likely has a different range of blacklisted drivers.

It may take a while before people start thinking about how they need to update their gfx drivers for browsers - it's pretty much always been the domain of gamers. Now everyone should be paying attention.

Is double clicking for new tab taken away?

I tried disabling putting the tab on top and it still maxi/minimize the screen. I even installed tab mix plus and it didn't help. Is it built this way or is there a way to make double clicking open new tab. Note: I do know that middle click can open new tab.

Is double clicking for new tab taken away?

I tried disabling putting the tab on top and it still maxi/minimize the screen. I even installed tab mix plus and it didn't help. Is it built this way or is there a way to make double clicking open new tab. Note: I do know that middle click can open new tab.

It behaves this way because the tab bar is now in the aero window border, this is the proper behavior for double clicking part of the aero border.

OK, I think -moz-appearance affects this but I don't know what that element on the left-side is called. Can anyone tell me? Trial-and-erroring my way through the list is too much hassle with having to keep relaunching the browser to see what happens. I have the add-on bar behaving exactly how I want now. Just need it to look right.

This is pretty close to what I'm looking for. But how can I make it look like the new-style status bar. For consistency I'd like them both to match.

image2tv.png

I know this has probably been discussed before, but the only thing I'm not super happy with in Firefox is the add-on bar. It takes a lot of space, and I can't disable it because I need some of the add-ons functionality like the Alexa ratings. Is there an add-on to make it just a button in the bottom right corner that would expand on mouse hover, or something similar?

Thanks.

Try this:

/*Animated Add-on Bar and Find Bar fixes*/
#navigator-toolbox:not([customizing]) ~ #browser-bottombox {
	position: fixed;
	bottom: 0;
	left: 0;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {
	-moz-appearance: none !important;
	padding: 4px 10px 2px 10px !important;
	margin-bottom: -1px !important;
	border: none !important;
	border-radius: 1.5px 1.5px 0 0 !important;
	margin-right: 25px !important;
	background-image: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
	position: fixed;
	bottom: -7px;
	right: 25px;
	opacity: 0;
	-moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in;
}
#addon-bar .toolbarbutton-1 {
	vertical-align: bottom !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar:hover {
	bottom: 0;
	opacity: 1;
	-moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;
}
#FindToolbar {
	border: none !important;
}
#FindToolbar .findbar-container {
	margin-bottom: -2px !important;
	margin-left: -2px !important;
	border-radius: 0 1.5px 0 0 !important;
	background: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
}
#FindToolbar .find-status-icon[status="notfound"] + .findbar-find-status, #FindToolbar .find-status-icon[status="wrapped"] + .findbar-find-status {
  	padding-right: 5px !important;
}
#FindToolbar .find-status-icon[status="notfound"], #FindToolbar .find-status-icon[status="wrapped"] {
 	 margin-left: -1px !important;
}
#FindToolbar .find-status-icon:not([status="notfound"]):not([status="wrapped"]) + .findbar-find-status {
 	 display: none !important;
}

Is double clicking for new tab taken away?

I tried disabling putting the tab on top and it still maxi/minimize the screen. I even installed tab mix plus and it didn't help. Is it built this way or is there a way to make double clicking open new tab. Note: I do know that middle click can open new tab.

Put this code inside your userChrome.css - only works when tabs on titlebar is off (maximized or normal mode) - by foxxyn8:

#navigator-toolbox > #TabsToolbar {
	-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar") !important;
}

Anyone else getting this problem? You need at least 2 tabs open, and hover over any link on a page that will show the URL bar at the bottom. It shifts the colour in the left/right borders downwards when the URL bar opens. It's quite distracting when that happens.

no_hover.pnghover.png

Confirmed this still happens on a new profile with no addons added or settings changed.

EDIT: added an animated gif at this -> link <- to better elaborate the problem.

Try this:

/*Animated Add-on Bar and Find Bar fixes*/
#navigator-toolbox:not([customizing]) ~ #browser-bottombox {
	position: fixed;
	bottom: 0;
	left: 0;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {
	-moz-appearance: none !important;
	padding: 4px 10px 2px 10px !important;
	margin-bottom: -1px !important;
	border: none !important;
	border-radius: 1.5px 1.5px 0 0 !important;
	margin-right: 25px !important;
	background-image: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
	position: fixed;
	bottom: -7px;
	right: 25px;
	opacity: 0;
	-moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in;
}
#addon-bar .toolbarbutton-1 {
	vertical-align: bottom !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar:hover {
	bottom: 0;
	opacity: 1;
	-moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;
}
#FindToolbar {
	border: none !important;
}
#FindToolbar .findbar-container {
	margin-bottom: -2px !important;
	margin-left: -2px !important;
	border-radius: 0 1.5px 0 0 !important;
	background: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
}
#FindToolbar .find-status-icon[status="notfound"] + .findbar-find-status, #FindToolbar .find-status-icon[status="wrapped"] + .findbar-find-status {
  	padding-right: 5px !important;
}
#FindToolbar .find-status-icon[status="notfound"], #FindToolbar .find-status-icon[status="wrapped"] {
 	 margin-left: -1px !important;
}
#FindToolbar .find-status-icon:not([status="notfound"]):not([status="wrapped"]) + .findbar-find-status {
 	 display: none !important;
}

I tried this, addon bar just disappears for good :/

Nope. No theme at all. It could be Aero kicking in.

I guess I just need to know what the default colours are for that status bar-type popup.

All I have in my userchrome.css is this:

#appmenu-button 
{
background: -moz-linear-gradient(top, rgba(25,143,224,.7), rgba(22,80,129,.7)) !important;
}

#addon-bar {
  position: fixed;
  bottom: -12px;
  right: 1px;
  border: 0 !important;
  opacity: 0;
  -moz-appearance: none !important;
  -moz-border-radius: 4px 0 0 0 !important;
  -moz-transition: bottom .2s 1s ease-in, opacity .2s 1s ease-in;
  padding-top: 1px !important;
}

#addon-bar:hover {
  bottom: 1px;
  opacity: 1;
  -moz-transition: bottom .2s ease-out, opacity .2s ease-in;
}

That makes mine appear transparent as well. Apart from that it works good (Y)

Can you tell me if you find out what's making yours transparent? Thanks

How do I move the Firerfox findbar to just under the tabs when I open it instead of opening at the bottom of the browser window?

you can try one of these

http://userstyles.org/styles/44781/

http://userstyles.org/styles/45007

Does anyone have issues with the font looking "fuzzy" ... I'm running FF 4 and I think everything is at default values.. but my fonts looks fuzzy and seem to be faint.. anyone notice? I have cleartype on in Win7 and have adjusted the setting...

Does anyone have issues with the font looking "fuzzy" ... I'm running FF 4 and I think everything is at default values.. but my fonts looks fuzzy and seem to be faint.. anyone notice? I have cleartype on in Win7 and have adjusted the setting...

Looks normal to me. Not fuzzy at all.

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

    • No registered users viewing this page.
  • Posts

    • BATorrent 3.0.2 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 BATorrent 3.0.2 changelog: Phone pairing & WebUI The browser WebUI was reskinned to match the desktop app — same dark palette, Inter font, flat surfaces, the real BATorrent logo (it was a random bat before), and a proper magnet icon. It now looks like the same product, not a separate dashboard. Pairing is one tap and zero typing: the generated WebUI password is now copyable, and the QR code carries the credentials — scanning it from your phone logs straight in (no typing the IP or password), then drops the credentials from the address bar. Search Two new providers: RuTor (CIS sources, no login, via a public TorAPI relay) and Torrents-CSV. Results are sorted by seeders (healthiest first), and each search now times out after 15 s so one dead provider can't hang the UI. Files & trackers Per-file priority is back: right-click a file in the detail panel to set Skip / Low / Normal / High. Rename an individual file inside a torrent (double-click or the file menu), separate from renaming the torrent. Remove a tracker from a torrent (the ✕ on a tracker row); adding was already there. Smart Paste on Ctrl+V — paste a magnet, a 40-char info-hash, or a .torrent URL straight from the clipboard and it's added immediately (text fields still paste text normally). Covers & titles Anime fansub naming ([Group] Title - NN) now resolves to the right show. Audio channel layouts in titles (DDP5.1, 7.1, …) are stripped so they don't pollute cover matching. Under the hood The legacy QWidget interface is gone. QML had been the only UI since 3.0.0 (reachable old code lived behind a hidden --legacy flag); with parity confirmed, the entire QWidget layer — main window, every dialog, the theme manager — was removed (~13,400 lines). The four restored actions above were features that backend already supported but the QML port had never wired. macOS: the WebUI password hash moved out of the keychain into app settings, so launching the app no longer pops a login-keychain password prompt on unsigned builds. The actual password still lives in the keychain. Cleanup: ~400 orphaned translation strings and a batch of dead code removed; internal duplication collapsed; an ARCHITECTURE.md added for contributors. Unit / security / memory tests and the ASan/UBSan/TSan sanitizers stay green. Download: BATorrent 3.0.2 | 30.5 MB (Open Source) Download: BATorrent Portable | 42.3 MB Links: BATorrent Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • How about a global switch to turn the awful things off instead of a registry hack? Then everyone wins.
    • This doesn't strike me as so shocking when... " IT admins do have some control over this rollout. If they choose to opt out, devices in their tenant won't automatically get the dreaded Copilot app"
  • Recent Achievements

    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
    • Week One Done
      I2D earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      468
    2. 2
      PsYcHoKiLLa
      257
    3. 3
      Skyfrog
      79
    4. 4
      ATLien_0
      60
    5. 5
      FloatingFatMan
      60
  • Tell a friend

    Love Neowin? Tell a friend!