user.js

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

commit 4d1689b7a531dc9f68a48fd1930b65dcc5a11f5b
parent d87bcfde58feb316b6f7d947b35243951cd82c36
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Fri, 21 Apr 2017 01:04:28 +1200

forgot a closing ***/ in deprecated section

no syntax issues, calm down
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1668,5 +1668,5 @@ user_pref("ghacks_user.js.parrot", "No no he's not dead, he's, he's restin'! Rem // user_pref("plugin.scan.WindowsMediaPlayer", "99999"); /* 2022: (53+) disable screensharing ***/ // user_pref("media.getusermedia.screensharing.allow_on_old_platforms", false); -/* 2507: (53+) disable keyboard fingerprinting +/* 2507: (53+) disable keyboard fingerprinting ***/ // user_pref("dom.beforeAfterKeyboardEvent.enabled", false);