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:51:54 -0700
commit0d3cfc0f7bcc3e851bdf99f850bbcbbce7662ced (patch)
treee817d49d0ffc19dc38d89f0698f3407a02061cf3 /home/xyz/.mozilla
parent66878c3bf8d394508354f2a562e256d05ec50430 (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");