r3dfox, a modern Firefox based web browser for Windows Vista, 7, and 8!

The modern Firefox based browser for Windows Vista/7/8+ made by us, Eclipse Community!
User avatar
Duke
Full Moderator
Posts: 528
Joined: 16 Mar 2024, 13:32
OS: Windows 8.1 x64
Has thanked: 93 times
Been thanked: 177 times

r3dfox, a modern Firefox based web browser for Windows Vista, 7, and 8!

Unread post by Duke »

mauro wrote: 22 Jan 2026, 20:39 what I like most about this browser is the customizations here
Yes, I can have a full dark theme and that's great :D

User avatar
Duke
Full Moderator
Posts: 528
Joined: 16 Mar 2024, 13:32
OS: Windows 8.1 x64
Has thanked: 93 times
Been thanked: 177 times

r3dfox, a modern Firefox based web browser for Windows Vista, 7, and 8!

Unread post by Duke »


User avatar
Duke
Full Moderator
Posts: 528
Joined: 16 Mar 2024, 13:32
OS: Windows 8.1 x64
Has thanked: 93 times
Been thanked: 177 times

r3dfox, a modern Firefox based web browser for Windows Vista, 7, and 8!

Unread post by Duke »

Duke wrote: 22 Dec 2025, 22:57
Duke wrote: 16 Dec 2025, 21:17 I have a strange bug/annoyance with R3dfox 146 when I right click on the page back/page forward arrows at the top left corner.
When I slowly hover the pages history with my mouse several lines keep being highlighted at the same time:

R3dfox146-PagesHistory.png
R3dfox146-PagesHistory.png (12.13 KiB) Viewed 934 times

This doesn't happen with Firefox ESR and LibreWolf.
I'm using the dark theme + the dark mode + Eclipse Purple.
Similar bug reported here:
https://github.com/Eclipse-Community/r3dfox/issues/95
Looks like the issue is still there:
https://github.com/Eclipse-Community/r3dfox/issues/116

User avatar
Duke
Full Moderator
Posts: 528
Joined: 16 Mar 2024, 13:32
OS: Windows 8.1 x64
Has thanked: 93 times
Been thanked: 177 times

r3dfox, a modern Firefox based web browser for Windows Vista, 7, and 8!

Unread post by Duke »

About this issue report: https://github.com/Eclipse-Community/r3dfox/issues/120
See error : In the Transcript window (top right) see the loading wheel keeps spinning but nothing appears
For me, with R3dfox 147.0.1-1, the transcript is working fine with some videos but not with some other ones. So I guess it's not about R3dfox but about Youtube ?
The transcript is working with this video:
https://www.youtube.com/watch?v=ByGzjvx7sKs

R3dfox-YoutubeTranscript.png
R3dfox-YoutubeTranscript.png (164.7 KiB) Viewed 829 times

User avatar
Duke
Full Moderator
Posts: 528
Joined: 16 Mar 2024, 13:32
OS: Windows 8.1 x64
Has thanked: 93 times
Been thanked: 177 times

r3dfox, a modern Firefox based web browser for Windows Vista, 7, and 8!

Unread post by Duke »

About this issue report: https://github.com/Eclipse-Community/r3dfox/issues/115

I don't have any problems when downloading files BUT on Github where the download speed is often low, like 150 KB/s or less, sometimes very low 20-30 KB/s. If I stop the download with the X and restart it then I get full speed.

R3dfox-Download-Github.png
R3dfox-Download-Github.png (10.12 KiB) Viewed 390 times

AFAIK this occurs on Github only, any repo. This does not happen with Firefox 115.32 ESR.

ivanbuto
Posts: 1
Joined: 04 Feb 2026, 11:18
Has thanked: 1 time

r3dfox, a modern Firefox based web browser for Windows Vista, 7, and 8!

Unread post by ivanbuto »

Hi everyone,
is there any way to remove the uBlock Origin extension from r3dfox, if I prefer not to use it?
I removed it manually from the profile folder, but it reinstalled itself.

The-10-Pen
Posts: 344
Joined: 16 Feb 2025, 08:43
OS: Win10 2016 LTSB
Has thanked: 7 times
Been thanked: 66 times
United States of America

r3dfox, a modern Firefox based web browser for Windows Vista, 7, and 8!

Unread post by The-10-Pen »

I had a large message typed out.
But have decided to "bite my tongue".

In regards to how to prevent this "bundle" from reinstalling itself when you, the end user, "prefers not to use it" --
1) CLOSE r3dfox (and make sure it isn't listed in Task Manager)
2) navigate to your Profile directory
3) you will see a FOLDER named "extensions"
4) inside that FOLDER is a FILE named uBlock-blah-blah-blah-dot-xpi -- DELETE IT
5) go back to the Profiles directory
6) DELETE the FOLDER named "extensions"
7) CREATE a FILE named "extensions"
8) now, when Mickey Mouse tries to recreate the FOLDER and then drop an .xpi into it, the OS will not let it because a FILE and a FOLDER cannot share the same name
9) watch this fix no longer work in the next r3dfox release because we made the developer aware of how we PREVENT the "bundled" uBlock

The-10-Pen
Posts: 344
Joined: 16 Feb 2025, 08:43
OS: Win10 2016 LTSB
Has thanked: 7 times
Been thanked: 66 times
United States of America

r3dfox, a modern Firefox based web browser for Windows Vista, 7, and 8!

Unread post by The-10-Pen »

Granted, that method assumes you use ZERO extensions.
I only use r3dfox for "testing" and only use it with ZERO extensions.

If you want to run your own extensions but prevent the uBlock "bundle", there are "loaders" that can perform this.
But that kind of "complicates" things. But it can be done.

GoodConscience
Posts: 17
Joined: 07 Nov 2021, 02:25
Has thanked: 33 times
Been thanked: 12 times
Greece

r3dfox, a modern Firefox based web browser for Windows Vista, 7, and 8!

Unread post by GoodConscience »

The forced installation of uBlock Origin in r3dfox is another LibreWolf-ication feature and is controlled by a group policy; the proper way to do what @ivanbuto wants is:

1. With r3dfox exited, navigate to its installation directory (not the browser profile!)
2. Locate the "distribution" directory and open it
3. Open the policies.json file with a proper text editor
4. Remove below lines

Code: Select all

        "ExtensionSettings": {
            "uBlock0@raymondhill.net": {
                "install_url": "https://addons.mozilla.org/firefox/downloads/latest/uBlock0@raymondhill.net/latest.xpi",
                "installation_mode": "normal_installed",
                "private_browsing": true
            }
        },
and then save the edited file.

5. You can then navigate to r3dfox's "profile directory\extensions" and purge it from the "uBlock0@raymondhill.net.xpi" file.

6. Launch r3dfox; it should now be clean of uBO and an auto-reinstallation should not take place...

DISCLAIMER: I do use myself uBO in ALL of my browsers, so nothing against the extension itself; what I don't like (and haven't liked for ages) is when user freedom of choice is taken away (even when it's for said user's best interest) ...

The-10-Pen
Posts: 344
Joined: 16 Feb 2025, 08:43
OS: Win10 2016 LTSB
Has thanked: 7 times
Been thanked: 66 times
United States of America

r3dfox, a modern Firefox based web browser for Windows Vista, 7, and 8!

Unread post by The-10-Pen »

Awesome! Thanks!

Yeah, I actually use uBO in all of my non-VM browsers (r3dfox is strictly VM).
But a *MODIFIED* version more to my liking than the original.

Your disclaimer is SPOT ON !!!

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests