Looking through my prefs.js, seeing this scares me:
CODE
user_pref("browser.engagement.ctrlTab.has-used", true);
user_pref("browser.engagement.home-button.has-used", true);
Not because of telemetry (I have that turned off at compile-time), but because they are clearly thinking of fucking something else up. They already ruined ctrl-tab once.
By the way, I compiled a list of most of my about:config prefs in the form of a user.js file that you can use to change all the settings within at once.
You'll need to edit a couple lines to get it working properly, and also unless you want my very specific configuration you may want to consider removing some or all of the lines below the MISC. heading.
user.js: [
pastebin.com]
https://pastebin.com/raw/YJHEAujETo use user.js files, drop them in your profile directory and give them the name user.js.
Also, userChrome.css (updated for ff92 which broke the find toolbar again, among other things): [
pastebin.com]
https://pastebin.com/raw/8AXN6MEyThis post has been edited by dragontamer8740: Sep 12 2021, 20:50