From adfc8a38ea25b32430326a1faa0c0abd11f1bcb9 Mon Sep 17 00:00:00 2001 From: jspenguin2017 Date: Sun, 30 Sep 2018 16:41:15 -0600 Subject: [PATCH] No commit message --- src/manifest.json | 2 +- src/reporter/index.js | 27 +++++++-------------------- 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index ea2eb0632b..6fdbab2b91 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -54,7 +54,7 @@ "webRequest", "webRequestBlocking" ], - "version": "15.0.0.48", + "version": "15.0.0.49", "web_accessible_resources": [ "resources/*" ] diff --git a/src/reporter/index.js b/src/reporter/index.js index ee3a8aba3b..332ba9d8ee 100644 --- a/src/reporter/index.js +++ b/src/reporter/index.js @@ -62,28 +62,19 @@ const showMessage = (msg) => { * @const {Array.} */ const knownGood = [ + // Wrong page "addons.mozilla.org", "chrome.google.com", - "www.microsoft.com", - "github.com", "jspenguin.com", "jspenguin2017.github.io", + "www.microsoft.com", - "androidcentral.com", - "bild.de", + // Bad installation "blockadblock.com", - "businessinsider.com", - "hdblog.it", // Broken by the non-default ABP X Files - "kissasian.sh", - "soft98.ir", - "moonbit.co.in", - "moondoge.co.in", - "moonliteco.in", - "pixlr.com", - "symbolab.com", - "techradar.com", - "washingtonpost.com", + + // Broken by non-default ABP X Files + "hdblog.it", // Fixed in regional filters "dn.se", @@ -98,12 +89,8 @@ const knownGood = [ * @const {Array.} */ const knownBad = [ - "9anime.is", - "avgle.com", // NSFW - "cointiply.com", - "cryptomininggame.com", "kissanime.ru", - "wowescape.com", + "twitch.tv", ]; /** * Check if a domain matches one of the matchers.