diff --git a/package.json b/package.json index 61ac9f2..aac71ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "no-coin", - "version": "0.3.3", + "version": "0.3.4", "description": "Stop coin miners on the web!", "repository": { "type": "git", diff --git a/src/js/background.js b/src/js/background.js index 653801b..210cfe7 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -132,7 +132,7 @@ if (!config.toggle) { } // Load the blacklist and run the blocker -const blacklist = 'https://raw.githubusercontent.com/keraf/aaaNoCoin/master/src/blacklist.txt'; +const blacklist = 'https://raw.githubusercontent.com/keraf/NoCoin/master/src/blacklist.txt'; fetch(blacklist) .then(resp => { if (resp.status === 200) { diff --git a/src/view/popup.html b/src/view/popup.html index cf1d25e..3e7cf08 100644 --- a/src/view/popup.html +++ b/src/view/popup.html @@ -1,7 +1,9 @@ + + No Coin - +