Disable the patch.

This commit is contained in:
retoor 2025-07-04 05:50:54 +02:00
parent 85edc95652
commit 8ce607d787

View File

@ -20,7 +20,7 @@ class StarField {
this.originalColor = getComputedStyle(document.documentElement).getPropertyValue("--star-color").trim();
this._createStars();
window.stars = this.positionMap;
this.patchConsole()
//this.patchConsole()
this.starSignal = (() => {
const positionMap = this.positionMap;
@ -241,6 +241,7 @@ const originalConsole = {
};
const me = this
// Override console methods
console.info = function(...args) {
me.showLogEvent('info', args);
me.createConsoleStar('info', args);