mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
remove reference to obsolete filter lists page
This commit is contained in:
parent
d12ae9277c
commit
068860ef74
1 changed files with 1 additions and 4 deletions
|
|
@ -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 a new issue