summaryrefslogtreecommitdiff
path: root/home/xyz/.mozilla
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-04-29 01:51:54 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-04-29 01:53:51 -0700
commita154702e3bb6ee43f82f22386306d9965a5167ca (patch)
tree7572736f70a7c6712a5f0913d0833c08c0953fb4 /home/xyz/.mozilla
parent707fdbbf8c88f2c5fba84fb50254e61f46dc2b08 (diff)
arkenfox user overrides troubleshooting parrot
Diffstat (limited to 'home/xyz/.mozilla')
-rw-r--r--home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js
index e42cfc3d..81905987 100644
--- a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js
+++ b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js
@@ -1,3 +1,7 @@
+// https://github.com/arkenfox/user.js/issues/1621#issuecomment-1413230640
+// https://github.com/arkenfox/user.js/wiki/5.2-Troubleshooting
+user_pref("_user.js.parrot", "custom overrides: starting");
+
// fixes
// a lot: image upload from local, image check not robot, disable surfingkey alt-s hotkey, twitch login and follow
//user_pref("privacy.resistFingerprinting", false);
@@ -70,3 +74,5 @@ user_pref("browser.urlbar.suggest.openpage", false);
// websites that appear when there's no entry in url bar
// have sites like facebook that I almost never use and not in my bookmark
user_pref("browser.urlbar.suggest.topsites", false);
+
+user_pref("_user.js.parrot", "custom overrides: finished");