diff --git a/README.md b/README.md index 88c6cf7..f6210da 100644 --- a/README.md +++ b/README.md @@ -36,5 +36,3 @@ Additional contributors (in alphabetical order): - [panozzaj](https://github.com/panozzaj) - [Procyon-b](https://github.com/Procyon-b) - [rspeed](https://github.com/rspeed) - - diff --git a/src/bg.js b/src/bg.js index 7f7b04a..3835ef5 100644 --- a/src/bg.js +++ b/src/bg.js @@ -7,4 +7,4 @@ chrome.runtime.onMessage.addListener( text: '1', tabId: sender.tab.id }); -}); \ No newline at end of file +}); diff --git a/src/content.js b/src/content.js index 8b806c4..61f09df 100644 --- a/src/content.js +++ b/src/content.js @@ -1,4 +1,4 @@ -const DEBUG=true; +const DEBUG=false; let numseen=0, numspoiled=0; let unspoiled=[]; diff --git a/src/manifest.json b/src/manifest.json index e385b20..bb84a04 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "author": "Greg Sadetsky et al.", "manifest_version": 2, "name": "Don't add custom search engines", - "version": "0.0.4.1", + "version": "0.0.5", "description": "Prevent Google Chrome from auto-adding custom search engines", "minimum_chrome_version": "49.0.0.0", "offline_enabled": true,