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

Commit

Permalink
Merge pull request #26 from keraf/dev
Browse files Browse the repository at this point in the history
Release 0.3.4
  • Loading branch information
keraf authored Sep 21, 2017
2 parents 428a886 + e4de6af commit 1f76f64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
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
4 changes: 3 additions & 1 deletion src/view/popup.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<html>
<head>
<meta charset="utf-8" />

<title>No Coin</title>

<link rel="stylesheet" type="text/css" href="../styles/popup.css" />
</head>
<body>
Expand Down

0 comments on commit 1f76f64

Please sign in to comment.