This commit is contained in:
SukkaBot
2024-08-27 00:07:42 +00:00
parent ff33e893af
commit b73aae4544
3 changed files with 16 additions and 3 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();
}
}());