1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

remove reference to obsolete filter lists page

This commit is contained in:
gorhill 2016-07-09 21:37:16 -04:00
parent d12ae9277c
commit 068860ef74

View File

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