mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Minor code review
This commit is contained in:
parent
e2d40cc446
commit
68186a9242
1 changed files with 1 additions and 2 deletions
|
|
@ -27,8 +27,7 @@
|
|||
activity: noopfn,
|
||||
virtualPage: noopfn
|
||||
};
|
||||
const hider = document.querySelector('style[id^=chartbeat-flicker-control]');
|
||||
if ( hider ) {
|
||||
for ( const hider of document.querySelectorAll('style[id^=chartbeat-flicker-control]') ) {
|
||||
hider.remove();
|
||||
}
|
||||
})();
|
||||
|
|
|
|||
Loading…
Reference in a new issue