global/focus.js: remove userscript header - firefox-fix-web - Firefox extension… | |
git clone git://git.codemadness.org/firefox-fix-web | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 125774eede81e50c061c09e0c9db512b84ca881a | |
parent 658fcf04ef29a31af3b6842f412099c0b1a95234 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 7 Aug 2018 20:30:41 +0200 | |
global/focus.js: remove userscript header | |
This used to be a (Greasemonkey) userscript of mine. These special headers are | |
not needed anymore so remove them. | |
Diffstat: | |
M extension/global/focus.js | 11 ----------- | |
1 file changed, 0 insertions(+), 11 deletions(-) | |
--- | |
diff --git a/extension/global/focus.js b/extension/global/focus.js | |
@@ -1,14 +1,3 @@ | |
-// ==UserScript== | |
-// @name Input focus | |
-// @namespace - | |
-// @description Input focus | |
-// @version 1.1 | |
-// @grant none | |
-// ==/UserScript== | |
-// | |
-// 1.1 | |
-// - added toggle to blur field (ctrl+space). | |
-// | |
(function() { | |
function hasfocus(el) { | |
return el === document.activeElement; |