mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix Chartbeat flicker control div's (#3913)
This commit is contained in:
parent
6551cab525
commit
397d6d47b9
1 changed files with 4 additions and 0 deletions
|
|
@ -27,4 +27,8 @@
|
|||
activity: noopfn,
|
||||
virtualPage: noopfn
|
||||
};
|
||||
const flickerElm = document.querySelector('[id^=chartbeat-flicker-control]')
|
||||
if (flickerElm) {
|
||||
flickerElm.parentNode.removeChild(flickerElm)
|
||||
}
|
||||
})();
|
||||
|
|
|
|||
Loading…
Reference in a new issue