mirror of
https://github.com/SukkaW/Surge.git
synced 2026-03-15 07:26:42 +08:00
Chore: Make ESLint Happy [skip ci]
This commit is contained in:
@@ -17,4 +17,4 @@
|
|||||||
toolbox: noopfn,
|
toolbox: noopfn,
|
||||||
update: noopfn
|
update: noopfn
|
||||||
};
|
};
|
||||||
}());
|
})();
|
||||||
|
|||||||
@@ -11,4 +11,4 @@
|
|||||||
'}'
|
'}'
|
||||||
].join('\n');
|
].join('\n');
|
||||||
head.appendChild(style);
|
head.appendChild(style);
|
||||||
}());
|
})();
|
||||||
|
|||||||
@@ -9,4 +9,4 @@
|
|||||||
for (const hider of document.querySelectorAll('style[id^=chartbeat-flicker-control]')) {
|
for (const hider of document.querySelectorAll('style[id^=chartbeat-flicker-control]')) {
|
||||||
hider.remove();
|
hider.remove();
|
||||||
}
|
}
|
||||||
}());
|
})();
|
||||||
|
|||||||
@@ -50,4 +50,4 @@
|
|||||||
obr.extern[a] = noopfn;
|
obr.extern[a] = noopfn;
|
||||||
});
|
});
|
||||||
window.OBR = obr;
|
window.OBR = obr;
|
||||||
}());
|
})();
|
||||||
|
|||||||
@@ -14,4 +14,4 @@
|
|||||||
setCookiePath: noopfn,
|
setCookiePath: noopfn,
|
||||||
setDomainName: noopfn
|
setDomainName: noopfn
|
||||||
};
|
};
|
||||||
}());
|
})();
|
||||||
|
|||||||
@@ -6,4 +6,4 @@
|
|||||||
// noop
|
// noop
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}());
|
})();
|
||||||
|
|||||||
Reference in New Issue
Block a user