Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Commit

Permalink
Fixed blacklist URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
keraf committed Sep 21, 2017
1 parent 28ad886 commit e4de6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e4de6af

Please sign in to comment.