user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 8f40c97fd1c2cd8400357da6575e304626015415
parent 9642452c483e922f14727d0f4adea2bb94e69866
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Fri, 28 Jun 2019 04:11:46 +0000

the return of the jedi

https://bugzilla.mozilla.org/show_bug.cgi?id=1444133
Diffstat:
Muser.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -1632,6 +1632,7 @@ user_pref("_user.js.parrot", "5000 syntax error: this is an ex-parrot!"); // user_pref("browser.urlbar.decodeURLsOnCopy", true); // see bugzilla 1320061 [FF53+] // user_pref("general.autoScroll", false); // middle-click enabling auto-scrolling [WINDOWS] [MAC] // user_pref("ui.key.menuAccessKey", 0); // disable alt key toggling the menu bar [RESTART] + // user_pref("view_source.tab", false); // view "page/selection source" in a new window [FF68+, FF59 and under] /* OTHER ***/ // user_pref("browser.bookmarks.max_backups", 2); // user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false); // disable CFR [FF67+]