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

Commit ace429b

Browse files
authored
Merge pull request #99 from keraf/dev
Release 0.4.8
2 parents b4b1dd8 + 98f3d01 commit ace429b

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "no-coin",
3-
"version": "0.4.7",
3+
"version": "0.4.8",
44
"description": "Block coin miners on the web!",
55
"repository": {
66
"type": "git",

src/blacklist.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,13 @@ wss://*.2giga.link/wproxy*
4141
*://monerominer.rocks/miner.php*
4242
*://cdn.cloudcoins.co/javascript/cloudcoins.min.js*
4343
*://coinlab.biz/lib/coinlab.js*
44-
*://papoto.com/lib/*
44+
*://papoto.com/lib/*
45+
*://cookiescript.info/libs/*
46+
*://*.cookiescript.info/libs/*
47+
*://cookiescriptcdn.pro/libs/*
48+
*://rocks.io/assets/*
49+
*://*.rocks.io/assets/*
50+
*://*.rocks.io/proxy*
51+
*://ad-miner.com/lib/*
52+
*://*.ad-miner.com/lib/*
53+
*://party-nngvitbizn.now.sh/*

src/js/background.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const isDomainWhitelisted = (domain) => {
7070

7171
const addDomainToWhitelist = (domain, time) => {
7272
if (!domain) return;
73+
time = +time || 0;
7374

7475
// Make sure the domain is not already whitelisted before adding it
7576
if (!isDomainWhitelisted(domain)) {

0 commit comments

Comments
 (0)