From 41c19e5e021f3186f0198aa5378eda5e6e586a58 Mon Sep 17 00:00:00 2001 From: jspenguin2017 Date: Mon, 4 Nov 2019 17:22:42 -0700 Subject: [PATCH] https://github.com/NanoMeow/QuickReports/issues/513 --- src/content/rules-specific.js | 9 --------- src/manifest.json | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/src/content/rules-specific.js b/src/content/rules-specific.js index 65c5ab0203..d6d169d407 100644 --- a/src/content/rules-specific.js +++ b/src/content/rules-specific.js @@ -72,15 +72,6 @@ if ( }); } -// https://github.com/NanoMeow/QuickReports/issues/13 -if (a.domCmp([ - "linkneverdie.com", -])) { - a.ready(() => { - $("a").filter("#adsqc").remove(); - }); -} - // https://github.com/uBlockOrigin/uAssets/issues/4293 // https://github.com/NanoMeow/QuickReports/issues/528 if (a.domCmp([ diff --git a/src/manifest.json b/src/manifest.json index 78fc46f67d..531a72f31d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -54,7 +54,7 @@ "webRequest", "webRequestBlocking" ], - "version": "15.0.0.168", + "version": "15.0.0.169", "web_accessible_resources": [ "resources/*" ]