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); } };