From 4a041ba0cdc0827ae6783ebc38f17824361052fc Mon Sep 17 00:00:00 2001 From: jspenguin2017 Date: Fri, 8 Feb 2019 19:25:29 -0700 Subject: [PATCH 1/7] No commit message --- docs/index.html | 4 +--- src/reporter/index.js | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 4b33e4dba3..7c3c5df531 100644 --- a/docs/index.html +++ b/docs/index.html @@ -257,7 +257,6 @@

Known issues

javher.com [NSFW], kissanime.ru, kissmanga.com, - pokyun.tv, quora.com, wowescape.com @@ -273,8 +272,7 @@

Known issues

Issue 2 [NSFW] Issue 3 [NSFW] Issue 4 - Issue 5 - Issue 6 + Issue 5


diff --git a/src/reporter/index.js b/src/reporter/index.js index edbec95d7b..71adaa452d 100644 --- a/src/reporter/index.js +++ b/src/reporter/index.js @@ -99,7 +99,6 @@ const knownBad = [ "kissmanga.com", "maddertranslates.com", "twitch.tv", - "pokyun.tv", ]; /** * Check if a domain matches one of the matchers. From b4d3a677e274b59682a20ac532843b5f2df06691 Mon Sep 17 00:00:00 2001 From: jspenguin2017 Date: Mon, 11 Feb 2019 21:17:10 -0700 Subject: [PATCH 2/7] update doc & reporter --- docs/index.html | 2 +- src/reporter/index.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 7c3c5df531..97c4247d62 100644 --- a/docs/index.html +++ b/docs/index.html @@ -100,7 +100,7 @@

Common questions and issues

Can console messages be turned off?

No, I need to see the console output on your end to quickly find the cause of your issues, that is why I ask for a screenshot of the console when you open an issue.

-

In production mode, all the console messages will begin with [Nano], so you can easily filter them out.

+

In production mode, all the console messages will begin with [Nano], so you can easily filter them out with -[Nano].


Can mining wall be bypassed?

diff --git a/src/reporter/index.js b/src/reporter/index.js index 71adaa452d..7ed4040e57 100644 --- a/src/reporter/index.js +++ b/src/reporter/index.js @@ -81,6 +81,7 @@ const knownGood = [ // Fixed in regional filters "dn.se", + "filmweb.pl", "kwejk.pl", "onet.pl", "tvp.pl", From c80ddcb2bd922a2389ef00c44e8ad03cc546971d Mon Sep 17 00:00:00 2001 From: jspenguin2017 Date: Mon, 11 Feb 2019 21:17:49 -0700 Subject: [PATCH 3/7] publish version update --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 1243cfa0a0..0968557e42 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -54,7 +54,7 @@ "webRequest", "webRequestBlocking" ], - "version": "15.0.0.90", + "version": "15.0.0.91", "web_accessible_resources": [ "resources/*" ] From e7655dbfde447ac1a80a196299827f7d562cdd4c Mon Sep 17 00:00:00 2001 From: jspenguin2017 Date: Wed, 13 Feb 2019 19:04:00 -0700 Subject: [PATCH 4/7] https://github.com/NanoMeow/QuickReports/issues/471 https://github.com/MajkiIT/polish-ads-filter/issues/12101 --- src/content/rules-common.js | 1 + src/content/rules-specific.js | 11 ++++++++--- src/manifest.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/content/rules-common.js b/src/content/rules-common.js index 85ffe528d7..65ea65709f 100644 --- a/src/content/rules-common.js +++ b/src/content/rules-common.js @@ -112,6 +112,7 @@ "derstandard.at", "di.fm", "download.ipeenk.com", + "filmweb.pl", "imdb.com", "infostrow.pl", "jazzradio.com", diff --git a/src/content/rules-specific.js b/src/content/rules-specific.js index 17348e9587..21754601d1 100644 --- a/src/content/rules-specific.js +++ b/src/content/rules-specific.js @@ -2852,9 +2852,6 @@ if (a.domCmp(["pornovoisines.com"])) { if (a.domCmp(["letribunaldunet.fr"])) { a.noAccess("adback"); } -if (a.domCmp(["filmweb.pl"])) { - a.noAccessExt("document.onreadystatechange"); -} if (a.domCmp(["playstation.com"])) { a.readOnly("adFileLoaded", true); } @@ -3033,6 +3030,14 @@ if (a.domCmp([ a.css(".adblocker-message { display: none; }"); } +// https://github.com/MajkiIT/polish-ads-filter/issues/12101 +if (a.domCmp([ + "dobreprogramy.pl", +])) { + a.css("[hidden] { display: none; }"); + a.css('div[class*="tag-"].home-section > .span-8 { width: 100%; margin-right: 15px; }'); +} + if (a.domCmp([ "go4up.com", ])) { diff --git a/src/manifest.json b/src/manifest.json index 0968557e42..dea08d5520 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -54,7 +54,7 @@ "webRequest", "webRequestBlocking" ], - "version": "15.0.0.91", + "version": "15.0.0.92", "web_accessible_resources": [ "resources/*" ] From 560223c18aaeea5cce3df5627ba7aa7e1f9fd608 Mon Sep 17 00:00:00 2001 From: jspenguin2017 Date: Wed, 13 Feb 2019 19:05:12 -0700 Subject: [PATCH 5/7] update last commit --- src/content/rules-specific.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/rules-specific.js b/src/content/rules-specific.js index 21754601d1..1e241b7ffa 100644 --- a/src/content/rules-specific.js +++ b/src/content/rules-specific.js @@ -3030,10 +3030,10 @@ if (a.domCmp([ a.css(".adblocker-message { display: none; }"); } -// https://github.com/MajkiIT/polish-ads-filter/issues/12101 if (a.domCmp([ "dobreprogramy.pl", ])) { + // https://github.com/MajkiIT/polish-ads-filter/issues/12101 a.css("[hidden] { display: none; }"); a.css('div[class*="tag-"].home-section > .span-8 { width: 100%; margin-right: 15px; }'); } From 827c8a0518b02f05de663f4abe119ae55c735ed0 Mon Sep 17 00:00:00 2001 From: jspenguin2017 Date: Wed, 13 Feb 2019 19:06:56 -0700 Subject: [PATCH 6/7] Sort alphabetically --- src/content/rules-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/rules-common.js b/src/content/rules-common.js index 65ea65709f..6b9190f948 100644 --- a/src/content/rules-common.js +++ b/src/content/rules-common.js @@ -43,8 +43,8 @@ const domCmpWhitelist = [ // Local network - "localhost", "127.0.0.1", + "localhost", // Google "google.it.ao", From d9e055ebea9c2c419623f3ba0de35ef3b8e046ba Mon Sep 17 00:00:00 2001 From: jspenguin2017 Date: Wed, 13 Feb 2019 19:13:22 -0700 Subject: [PATCH 7/7] bump version --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index dea08d5520..3d75841e06 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -54,7 +54,7 @@ "webRequest", "webRequestBlocking" ], - "version": "15.0.0.92", + "version": "15.0.0.93", "web_accessible_resources": [ "resources/*" ]