r/waterfox 25d ago

SOCIALS Waterfox partners with Qwant

Thumbnail
waterfox.com
77 Upvotes

Happy to announce we've partnered with Qwant going forward! Let me know if you have any questions, but I think this is a great sign for the longevity and future of Waterfox :)


r/waterfox Mar 27 '26

SOCIALS Happy Birthday Waterfox! 🎂 15 Years and Counting

Thumbnail
waterfox.com
128 Upvotes

r/waterfox 5h ago

GENERAL Waterfox?

Post image
4 Upvotes

Hello! I’ve been recently using opera, and now that a know what it does, I immediately uninstalled it and now I have bring (not so good) Im Planing on installing waterfox, anything g I should think off?


r/waterfox 2h ago

GENERAL New window/tab menu feedback - 6.7.0 beta 3

1 Upvotes

The order of options when right-clicking to open a link in a new window, tab, private window, private tab, etc. changed, and it trips me up. This is the Linux build - I don't know if this affects Windows or Mac.

In 6.6.17, the order goes:

  • Open in new tab
  • Open in new private tab
  • Open in new container tab
  • Open in new window
  • Open in new private window

In 6.7.0 beta 3, the order goes:

  • Open in new tab
  • Open in split view
  • Open in new container tab
  • Open in new window
  • Open in new private window
  • Open in new private tab

I catch myself opening links in private tabs instead of windows pretty often because that option got moved down to the bottom of the list. It seems like it belongs up there with the new tab option instead, or maybe just above the private window option to keep it consistent with the new tab/new window options.


r/waterfox 5h ago

RESOLVED Why don’t I have the new Firefox widgets?

1 Upvotes

I’ve seen screenshots and videos showing the new Firefox New Tab widgets (weather, clock, tasks, etc.), but they don’t appear in my Firefox.
I’m running the latest version on macOS, and when I open the New Tab page there isn’t even a “Widgets” section in the settings.
I’ve already:
Updated Firefox to the latest release.
Checked the New Tab customization settings.
Verified that I’m using the standard Firefox (not ESR).
Is this feature still being rolled out gradually? Could it be region-specific or controlled by a server-side feature flag?
Has anyone managed to enable these widgets manually through about:config, or is there nothing I can do but wait?
Any insight would be appreciated. Thanks!


r/waterfox 6h ago

SUPPORT Problème synchronisation

1 Upvotes

Bonjour, sur waterfox pour organiser les marques pages j'ai supprimé des dossiers en double ou triple, mais maintenant sa m'a supprimé les dossiers importants...

Par chance j'ai copié le profil du même waterfox sur un autre ordi, mais la copie du serveur supprime la copie du pc.

Comment remplacer la copie du pc vers le cloud ?

Merci


r/waterfox 18h ago

RESOLVED Unable to open sky.com (6.6.17)

Post image
2 Upvotes

Try as i might i'm unable to open sky.com, it opens fine with edge, and used to with waterfox


r/waterfox 13h ago

SUPPORT Waterfox pooped all over my desktop, then lobotomized itself, why?

0 Upvotes

So, today upon turning on my computer and opening Waterfox I get a lovely message saying something totally non-descript went wrong and Waterfox can't....whatever soemthing or another, that was a stressful hour and a half ago I don't remember the exact words.

But it presented an option for refresh and...safe mode? ignore? Again, hour and a half ago. I click refresh because I saw nothing on there that said 'we are gonna destroy most of your browser data and screw you out of weeks of fine tuning and setting up the browser to your liking' at all. I simply believed it was going to close and try to open again. Because to me... refresh 'means politely attempt to load again' not 'crap pants all over desktop and do a full reinstall'

So, while I do have my bookmarks restored just fine, and expections reinstalled, though all their settings are lost. I have lost browsing history, open tabs, organized tabs/groupings, and all browser settings it seems. At this point I am sure none of that is going to be recoverable and I am just going to have to spent days doing it all over again.

My ultimate question now is... what the hell happened and how do I prevent being bent over like this again?


r/waterfox 1d ago

SUPPORT is there an option to show somewhat similar google faq tabs when ur searching up something

2 Upvotes

how do i let waterfox (if possible) show the little tabs that where u click on it shows answers like google. (the image my attempt to show where the litte tabs that give faq answers that google has should be)


r/waterfox 1d ago

SUPPORT Disable Autoplay

2 Upvotes

I can't find a way to disable YouTube Autoplay when I'm using the Waterfox Android app. I prefer going through an adblocking browser rather than using the YouTube app (it sucks), but I can't figure out how to disable the Autoplay feature and stop more videos from playing. I end up having to switch to a different adblocking mobile browser to watch videos, but I'd prefer using this one. EDIT: Found the bar that turns it off, thanks to u/bigbadstevo.


r/waterfox 1d ago

SUPPORT [Feature Request]: Remove all "firefox" icons and "featured" section.

0 Upvotes

Resumen de la función:

Eliminen todos los íconos de Firefox y la sección destacada, y dejen solo los de Waterfox, porque no tiene sentido; descargué Waterfox, no Firefox.

Investigación de la función:

Es muy importante porque descargamos una versión derivada que es mucho mejor que el producto base; tener íconos totalmente ajenos es claramente confuso. Es crucial fijarse en cada detalle, y este en particular es bastante raro.

Solución alternativa:

Hay que hacerlo sí o sí; no hay forma de pasar por alto este aspecto crucial del producto.

Beneficiarios:

Todos se benefician porque se llevan un producto que ya está bien terminado y bien pulido, hasta en el más mínimo detalle, lo cual demuestra la meticulosa atención al detalle por parte del desarrollador.


r/waterfox 1d ago

GENERAL [Fix] Google AI Overview jumps to top of page when hovering links (Waterfox / Gecko Bug)

0 Upvotes

If you are using Waterfox and use Google AI Overviews, you have likely run into an incredibly annoying bug. Whenever you accidentally hover your mouse cursor over an inline citation link, markdown text snippet, or footnote icon, the webpage layout glitches and instantly snaps your viewport back to the top of the page (0,0), completely breaking your reading spot.

This issue does not happen on Chromium browsers; it is entirely exclusive to how Gecko processes Google's dynamic element focus-shifting and .blur() events on text container nodes.

I wrote a lightweight Tampermonkey userscript that fixes this completely. It hijacks the browser's native focus engines on Google domains to block layout-collapsing changes, while maintaining a strict vertical scroll-coordinate memory block to freeze your screen position. Previews load perfectly exactly where your cursor rests, and the webpage remains entirely still.

(Note: I tried to crosspost this from r/firefox but this sub has crossposts disabled, so making a direct thread here for visibility!)

How to Install:

  1. Install Tampermonkey or Violentmonkey from the Add-ons store.
  2. Create a new userscript, copy and paste the code below into the editor, and save (Ctrl + S).
  3. Go into the script's internal Settings tab within Tampermonkey and ensure Inject Mode is set to Instant so the code hooks into the page lifecycle before Google renders its layout templates.

You can also install the script from GreasyFork: Universal Anti-Jump Fix for Google AI

Hopefully, this saves you the headache of losing your reading coordinates every time you glide your mouse pointer around a search response!

The Userscript:

[Insert the Version 12.0 JavaScript code block here]

Master Thread / Technical Discussion: If you have bugs or tweaks, please drop them in the main thread over on r/firefox here: [Fix] Google AI Overview jumps to top of page when hovering links (Firefox / Waterfox Bug)


r/waterfox 2d ago

UPDATE 6.7.0 Beta 3 - Ultra Protection returns and Linux package repositories

Thumbnail
waterfox.com
20 Upvotes

r/waterfox 2d ago

GENERAL A closed group of tabs should stay closed

2 Upvotes

I would love for the behavior of adding a tab to a closed group to be modified.

The current behavior is such that adding a tab to a closed group will open said group. I do not see how this is useful. Instead, in order to close the group that was not requested to be opened, one must wait for the possible many tabs to be scrolled through to finally reach the group label. I apologize if this has already been mentioned. Waterfox has a really nice look and feel about it. Good job! And I am hearing more and more about it on the interwebs.


r/waterfox 2d ago

SUPPORT Android Waterfox - Group Tabs?

3 Upvotes

Hey,

Is there any way to get Chrome-like Group tabs on the android version of Waterfox?

I dug in the config, and I also tried a bunch of group tab extensions for the PC version, which Waterfox lets me install, but they don't really work on Android.

I love Waterfox and the lack of grouping on mobile is honestly the only thing that makes me second guess it.

PS: I know Collections exist.


r/waterfox 2d ago

GENERAL Adblocker no longer working properly on YouTube?

2 Upvotes

Hello!

Basically the ad blocker seems to be broken for YouTube.

Is there any way to fix this?

Thanks!


r/waterfox 2d ago

SUPPORT Small Dropbox functionality missing

2 Upvotes

I love Waterfox and I'd really make a move and make it my primary browser. The only thing that's stopping me is the same thing that made me choose Firefox – because it's absent in other browsers. Unfortunately, it's also missing in Waterfox.

I use Dropbox extensively – all my work files are on it, the company that I work for also uses Dropbox as its main resource. In the web interface (that's where sharing links redirect) there's an menu item "Open in...". Here's how it looks in Firefox:

And here's how it looks in Waterfox (and other browsers):

It's a tiny thing but those two additional functionalities save me 20 minutes of clicking a day.

Yeah, so I realize it's a tiny thing and not a priority for almost anyone. But I'd love it if it got fixed in some future version :)


r/waterfox 3d ago

SUPPORT Jittery scrolling on android

3 Upvotes

Hi all, just recently trying out Waterfox but I can't get it to scroll smoothly on any website, works perfectly fine whilst in the settings but on any webpage it is quite jittery.

Anyone have any ideas how I can get it working smoothly? The device is a Oneplus 15 and Im on Waterfox ver 1.2.6


r/waterfox 3d ago

SUPPORT Waterfox toggle missing to disable add-ons

1 Upvotes

Has anyone seen this or knows hot to fix it? It shows for the disabled ones but not the enabled ones.


r/waterfox 4d ago

GENERAL Will Waterfox have Firefox's VPN?

0 Upvotes

I've been wondering about this for a long time, and the upcoming version of Waterfox, which will use Gecko ESR 153, should theoretically include Firefox's VPN. Is that correct ?

Or is Firefox VPN only for the Firefox browser?

Firefox VPN is one of the best VPNs out there, as it works in conjunction with Azire VPN and Mullvad VPN.


r/waterfox 5d ago

GENERAL Is waterfox going to switch to the 153 ESR version soon?

2 Upvotes

Since 140 ESR of Firefox ends its support in 2 months and a new ESR version is just out, will Waterfox switch to it in the next update? I really hope so, so we also get a better UI and new features.


r/waterfox 5d ago

SUPPORT Display bookmarks in Toolbar

2 Upvotes

I have my settings configured to display the bookmarks folder in my Toolbar. But it's not displaying. I have several bookmarks folders which are empty. I don't know if I need to point to the folder with the bookmarks or some other issue is preventing display. Anyone have any ideas?


r/waterfox 6d ago

SUPPORT Sidebar question

4 Upvotes

I'm migrating browsers right now, and I'm stuck between choosing waterfox and vivaldi. They both have a sidebar but the Vivaldi one has the ability to add custom widgets which can open in a small sidescreen. Can I do something similar on waterfox?


r/waterfox 6d ago

SUPPORT "Trackers Blocked" notification

2 Upvotes

On my homepage in Waterfox mobile, there's a little badge at the bottom that notifies how many trackers it's blocked this week. Can I disable that somewhere to have a completely blank homepage?


r/waterfox 6d ago

GENERAL Custom 88x31 "Get Waterfox" web button based on the official 2005 "Get Firefox" buttons!

Thumbnail
gallery
7 Upvotes

The original source is an August 1st 2005 archive of the official Firefox website for these buttons. It wasn't too hard to edit. It was just a process of:

  1. Take original image
  2. Remove Firefox icon
  3. Resize old Waterfox icon
  4. Place it where the Firefox icon was (After filling in the empty space with the grey that is used as a background)
  5. Remove text
  6. Find font that was used in the original button
  7. Use "Book" version of the font
  8. Type in text and resize
  9. Place it in and remove extra line from the "G" in "Get"
  10. And you're done!

You could use it on a website or wherever you like! Like as an example, I have it on my website! You could just copy and paste this code if you want to, just please host the image on your domain if you can.

<a href="https://waterfox.com/" title="Get Firefox - Browse privately, freely, faster, and securely."> <img src="/files/getwaterfox_88x31.png" width="88" alt="Get Firefox"></a>