From 4658e475efadc54f243fb6ac55d443e0771f57dc Mon Sep 17 00:00:00 2001 From: sent Date: Sun, 1 Jun 2025 19:40:51 -0700 Subject: [PATCH 1/3] idk --- public/$.html | 103 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 88 insertions(+), 15 deletions(-) diff --git a/public/$.html b/public/$.html index f3c8035e..20d7c265 100644 --- a/public/$.html +++ b/public/$.html @@ -15,7 +15,10 @@ - + + @@ -50,7 +53,7 @@ Movies AI - + @@ -104,20 +107,90 @@
Loading latest commit
- -
Discord
-
Github
+ +
+ + Discord + +
+
+ + Github + +
+ + - - \ No newline at end of file From f0529b100e5f7a30379ed95bbc919bbde05e7758 Mon Sep 17 00:00:00 2001 From: sent Date: Sun, 1 Jun 2025 19:49:22 -0700 Subject: [PATCH 2/3] Update public/assets/js/register.js --- public/assets/js/register.js | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/public/assets/js/register.js b/public/assets/js/register.js index 429e9ced..b833de2a 100644 --- a/public/assets/js/register.js +++ b/public/assets/js/register.js @@ -1,39 +1,4 @@ document.addEventListener('DOMContentLoaded', function() { - const originalLog = console.log; - const originalWarn = console.warn; - const originalError = console.error; - const scriptLogs = []; - - function isScriptLog(args) { - return args[0] && (args[0].includes('%c[+]%c') || args[0].includes('%c[*]%c') || args[0].includes('%c[#]%c') || args[0].includes('%c[-]%c') || args[0].includes('%c[!]%c')); - } - - console.log = function(...args) { - if (isScriptLog(args)) { - scriptLogs.push(args); - } - originalLog.apply(console, args); - }; - - console.warn = function(...args) { - if (isScriptLog(args)) { - scriptLogs.push(args); - } - originalWarn.apply(console, args); - }; - - console.error = function(...args) { - if (isScriptLog(args)) { - scriptLogs.push(args); - } - originalError.apply(console, args); - }; - - setInterval(() => { - const currentLogs = [...scriptLogs]; - console.clear(); - currentLogs.forEach(log => originalLog.apply(console, log)); - }, 400); const defaultWispUrl = `${window.location.protocol === "https:" ? "wss" : "ws"}://${window.location.host}/w/`; let currentWispUrl = localStorage.getItem('customWispUrl') || defaultWispUrl; From e50b65dde1c227e3d5feef711bec47d7e1995bcb Mon Sep 17 00:00:00 2001 From: sent Date: Sun, 1 Jun 2025 19:53:00 -0700 Subject: [PATCH 3/3] Update public/$.html --- public/$.html | 67 --------------------------------------------------- 1 file changed, 67 deletions(-) diff --git a/public/$.html b/public/$.html index 20d7c265..fa605433 100644 --- a/public/$.html +++ b/public/$.html @@ -124,73 +124,6 @@ - - \ No newline at end of file