mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-23 10:52:43 +01:00
remove reference to obsolete filter lists page
This commit is contained in:
parent
d12ae9277c
commit
068860ef74
@ -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);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user