user.js

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

commit f3e7a31e445c2e9378982f1115b640ee36bd9446
parent 53b8a82e8fe5fe4b3fce66fc6e9fa1cfd42a6aa2
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat, 18 Mar 2017 07:19:53 +1300

#61 #46 : 2201->inactive
Diffstat:
Muser.js | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/user.js b/user.js @@ -850,9 +850,9 @@ user_pref("media.block-autoplay-until-in-foreground", true); /*** 2200: UI MEDDLING see http://kb.mozillazine.org/Prevent_websites_from_disabling_new_window_features ***/ user_pref("ghacks_user.js.parrot", "2200 syntax error: the parrot's 'istory!"); -/* 2201: disable website control over right click context menu [SETUP] - * [WARNING] This will break sites' functionality such as Dropbox ***/ -user_pref("dom.event.contextmenu.enabled", false); +/* 2201: disable website control over browser right-click context menu + * [NOTE] Shift-Right-Click will always bring up the browser right-click context menu ***/ + // user_pref("dom.event.contextmenu.enabled", false); /* 2202: UI SPOOFING: disable scripts hiding or disabling the following on new windows ***/ user_pref("dom.disable_window_open_feature.location", true); user_pref("dom.disable_window_open_feature.menubar", true);