user.js

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

commit dc728f2cd03e65f56c418252a15821f132e7fb1d
parent 0605bd0d4ea824cad00b75b4f8509c97323cefdd
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Fri, 17 Mar 2017 02:39:06 +1300

2402->description edit
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -913,7 +913,7 @@ user_pref("dom.webnotifications.serviceworker.enabled", false); user_pref("ghacks_user.js.parrot", "2400 syntax error: the parrot's kicked the bucket!"); /* 2402: disable website access to clipboard events/content * http://www.ghacks.net/2014/01/08/block-websites-reading-modifying-clipboard-contents-firefox/ - * [WARNING] This will break some sites functionality such as pasting into facebook + * [WARNING] This will break some sites functionality such as pasting into Facebook, WordPress * this applies to onCut, onCopy, onPaste events - i.e you have to interact with * the website for it to look at the clipboard ***/ user_pref("dom.event.clipboardevents.enabled", false);