Enhanced AdBlock for chartbeat

This commit is contained in:
SukkaW
2024-08-27 08:07:08 +08:00
parent 16d8684b41
commit cfa3b80360
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
(function () {
'use strict';
const noopfn = function () { /* noop */ };
window.pSUPERFLY = {
activity: noopfn,
virtualPage: noopfn
};
for (const hider of document.querySelectorAll('style[id^=chartbeat-flicker-control]')) {
hider.remove();
}
}());