Open gunir opened 1 year ago
@gunir Do we check about:config in the browser or the phone? The tab will not load when I check it on my phone, so I can't really tell if it worked. I was able to do all of the steps though.
@gunir Do we check about:config in the browser or the phone? The tab will not load when I check it on my phone, so I can't really tell if it worked. I was able to do all of the steps though.
Yes, but you need to use Firefox Beta/Nightly, Stable doesn't allow to open it for some reasons ?
Thanks @gunir for posting and translating this mini-guide. Have you tried it yourself? Does it work?
Thanks @gunir for posting and translating this mini-guide. Have you tried it yourself? Does it work?
It worked for me using Firefox beta on Android. It might work on regular firefox, but you can't check about:config to verify.
Just wanted to say, it is confirmed and working on Lastest Firefox Beta on Android today. All good!
hey code newbie here, I recently managed to set up hardened firefox on my pc ^-^ just ran through this post today and decided to setup hardened firefox on my android phone as well, I followed the steps and used securefox.js on nightly. user above confirmed it was working, I'm not advanced enough to test that but it seems mine worked too ! thanks to all
Can we please have this mentioned in the readme somewhere, i wish i would have find this earlier. Thanks for sharing the guide
Can we please have this mentioned in the readme somewhere, i wish i would have find this earlier. Thanks for sharing the guide
How about writing a wiki post ?
Can we please have this mentioned in the readme somewhere, i wish i would have find this earlier. Thanks for sharing the guide
How about writing a wiki post ?
Will work but i was thinking we could rather a have a Betterfox user.js specifically for Android itself. Since not all the flags from desktop are present on Android, moreover there could be certain Android specific flags which could be benefited from.
Since not all the flags from desktop are present on Android, moreover there could be certain Android specific flags which could be benefited from.
So far so good from what I've tested, using the base user.js on Firefox Android only improves speed and battery life, which is great because telemetry can be very battery hungry.
I've seen no issues.
Still works in 2024 on Firefox Beta. Hope this gets picked up by the dev and turns official
I can't get this to work in Firefox beta, dunno if something changed recently but for every line in the user.js it outputs "Services is not defined". I imagine a simple edit to the script could make it work again but I don't know enough about Firefox to find out what to change
Edit: same with firefox nightly
I can't get this to work in Firefox beta, dunno if something changed recently but for every line in the user.js it outputs "Services is not defined". I imagine a simple edit to the script could make it work again but I don't know enough about Firefox to find out what to change
Edit: same with firefox nightly
Make sure you run it on about:support
page, just need to do exactly as the guide, it's pretty much the most informative guide already, nothing much can be improved.
Fennec from Fdroid allows about:config and also it's based on Firefox stable, not beta or nightly. Update comes a week or so later than Firefox. But this could be used for this? I haven't tested yet..
Fennec from Fdroid allows about:config and also it's based on Firefox stable, not beta or nightly. Update comes a week or so later than Firefox. But this could be used for this? I haven't tested yet..
I'm using this on Fennec, it works on Mull and SmartCookieWeb, Waterfox.
Fennec from Fdroid allows about:config and also it's based on Firefox stable, not beta or nightly. Update comes a week or so later than Firefox. But this could be used for this? I haven't tested yet..
I'm using this on Fennec, it works on Mull and SmartCookieWeb, Waterfox.
I just tested it on fennec, and it works. Now we need a adapted mobile version of betterfox.
Steps for rooted phones so they don't have to use adb: Use a root file explorer and navigate to /data/data/org.mozila.fenix/files/mozilla/"your profile name" and place the user.js there. You can then tweak it to your desire, force stop Firefox, and you're done.
Completely off topic. This guide serves a very clear and singular purpose.
If you want tonearm brownie points, create a new thread with step by step for root which is more or less the same as Windows, just different file paths but some general location
Completely off topic. This guide serves a very clear and singular purpose.
If you want tonearm brownie points, create a new thread with step by step for root which is more or less the same as Windows, just different file paths but some general location
don't want to add clutter to issues, not completely off topic just offers a really simple alternative way if you have a rooted phone.
Completely off topic. This guide serves a very clear and singular purpose.
If you want tonearm brownie points, create a new thread with step by step for root which is more or less the same as Windows, just different file paths but some general location
don't want to add clutter to issues, not completely off topic just offers a really simple alternative way if you have a rooted phone.
I understand where you're going with that thought train but your comment will just get lost in the clutter. A new thread and earning credit for it I think is appropriate in the situation.
Steps for rooted phones so they don't have to use adb: Use a root file explorer and navigate to /data/data/org.mozila.fenix/files/mozilla/"your profile name" and place the user.js there. You can then tweak it to your desire, force stop Firefox, and you're done.
does it actually work? i tried it in fennec and mull, but can't tell if it's doing anything, even after looking at the about:config..how to verify it's working on?
does it actually work? i tried it in fennec and mull, but can't tell if it's doing anything, even after looking at the about:config..how to verify it's working on?
I use firefox nightly and verified using about:config by doing a comparison on user js and about:config
Steps for rooted phones so they don't have to use adb: Use a root file explorer and navigate to /data/data/org.mozila.fenix/files/mozilla/"your profile name" and place the user.js there. You can then tweak it to your desire, force stop Firefox, and you're done.
does it actually work? i tried it in fennec and mull, but can't tell if it's doing anything, even after looking at the about:config..how to verify it's working on?
I had the same issue, and managed to fix it. The way to do this is by changing the chmod permission to 777 for user.js
Install adb: https://www.xda-developers.com/install-adb-windows-macos-linux/
Connect your Android device to your PC using cable, if success you'll be able to see something like this if you type
adb devices
and Enter:Enable
Remote Debugging via USB
in Android Firefox's Settings:From Firefox PC, type
about:debugging
and Enter, you'll see your Android device in the list, choose Connect:And open your device and you'll see all the opening tabs:
Open
about:support
in your Firefox AndroidInspect the
about:support
tab from your Firefox PC, you will see this console screen:Paste this code to the console:
var user_pref = function(pref, val){
try { if(typeof val == "string"){
} catch(e){ console.log("pref:" + pref + " val:" + val + " e:" + e); } } //paste your user.js file content here