diff options
Diffstat (limited to 'lib/main.js')
-rw-r--r-- | lib/main.js | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/main.js b/lib/main.js index 937f237..7524552 100644 --- a/lib/main.js +++ b/lib/main.js @@ -34,29 +34,6 @@ var config = {}; config.matches = matchesAll.matches; config.skipMatches = matchesAll.skipMatches; })(); -// ============================================================== -// https://wiki.mozilla.org/Labs/Jetpack/JEP/24 -var WillBemanifest = { - settings : [ - { - name : "BZpassword", - type : "password", - label : "Bugzilla password" - }, - { - name : "JSONURL", - type : "text", - label : "Configuration file URL", - "default" : "http://mcepl.fedorapeople.org/scripts/BugZappers_data.json" - }, - { - name : "enabledPacks", - type : "text", - label : "comment packs which should be enabled", - "default" : "" - } - ] -}; function isOurPage(window, matchingURLs) { var url = window.location.href; |