remove: perfops-rom

This commit is contained in:
GiriNeko 2025-08-05 17:00:40 +08:00
parent 8266d7a3e5
commit 74cc152008

View file

@ -316,21 +316,6 @@
</blockquote> </blockquote>
</div> </div>
</div> </div>
<script>
(function () {
function perfops() {
var js = document.createElement('script');
js.src = 'https://cdn.jsdelivr.net/npm/perfops-rom';
document.body.appendChild(js);
}
if (document.readyState === 'complete') {
perfops();
} else {
window.addEventListener('load', perfops);
}
})();
</script>
</body> </body>
</html> </html>