mirror of https://github.com/gorhill/uBlock.git
Minor code review
This commit is contained in:
parent
397d6d47b9
commit
d80a3e30f8
|
@ -27,8 +27,8 @@
|
|||
activity: noopfn,
|
||||
virtualPage: noopfn
|
||||
};
|
||||
const flickerElm = document.querySelector('[id^=chartbeat-flicker-control]')
|
||||
if (flickerElm) {
|
||||
flickerElm.parentNode.removeChild(flickerElm)
|
||||
const hider = document.querySelector('style[id^=chartbeat-flicker-control]');
|
||||
if ( hider ) {
|
||||
hider.remove();
|
||||
}
|
||||
})();
|
||||
|
|
Loading…
Reference in New Issue