From 068860ef7466a08e5440dde71945417e8e9f9d27 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 9 Jul 2016 21:37:16 -0400 Subject: [PATCH] remove reference to obsolete filter lists page --- platform/firefox/frameModule.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/platform/firefox/frameModule.js b/platform/firefox/frameModule.js index 35ab7bed9..bcdadbe5f 100644 --- a/platform/firefox/frameModule.js +++ b/platform/firefox/frameModule.js @@ -452,10 +452,7 @@ var contentObserver = { let doc = e.target; doc.removeEventListener(e.type, docReady, true); - if ( - doc.querySelector('a[href^="abp:"],a[href^="https://subscribe.adblockplus.org/?"]') || - loc.href === 'https://github.com/gorhill/uBlock/wiki/Filter-lists-from-around-the-web' - ) { + if ( doc.querySelector('a[href^="abp:"],a[href^="https://subscribe.adblockplus.org/?"]') ) { lss(this.contentBaseURI + 'scriptlets/subscriber.js', sandbox); } };