mirror of https://github.com/gorhill/uBlock.git
Fix Chartbeat flicker control div's (#3913)
This commit is contained in:
parent
6551cab525
commit
397d6d47b9
|
@ -27,4 +27,8 @@
|
||||||
activity: noopfn,
|
activity: noopfn,
|
||||||
virtualPage: noopfn
|
virtualPage: noopfn
|
||||||
};
|
};
|
||||||
|
const flickerElm = document.querySelector('[id^=chartbeat-flicker-control]')
|
||||||
|
if (flickerElm) {
|
||||||
|
flickerElm.parentNode.removeChild(flickerElm)
|
||||||
|
}
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in New Issue