From f6125e42c691443115cdee9129463ec4437371dc Mon Sep 17 00:00:00 2001
From: darkuss
Date: Sat, 22 Aug 2026 02:55:21 +0200
Subject: huh
---
src/desktop/files/index.ts | 2 --
src/desktop/files/regex.txt | 36 ------------------------------------
src/desktop/index.tsx | 1 -
3 files changed, 39 deletions(-)
delete mode 100644 src/desktop/files/regex.txt
(limited to 'src/desktop')
diff --git a/src/desktop/files/index.ts b/src/desktop/files/index.ts
index 11dbd32..5508a73 100644
--- a/src/desktop/files/index.ts
+++ b/src/desktop/files/index.ts
@@ -1,8 +1,6 @@
import netpunk from "./netpunk.tsx";
import listen from "./listen";
import { VirtualFile } from "$/apps/source";
-import readmeLyrics from "./readmeLyrics";
-import netpunkLyrics from "./netpunkLyrics";
import about from "./about";
import freeDownload from "./freeDownload.tsx";
import internetExploder from "./internetExploder.tsx";
diff --git a/src/desktop/files/regex.txt b/src/desktop/files/regex.txt
deleted file mode 100644
index c058f57..0000000
--- a/src/desktop/files/regex.txt
+++ /dev/null
@@ -1,36 +0,0 @@
- (target|style|class|data-svelte-h|controls|title|frameborder|allow|referrerpolicy|allowfullscreen)=".*?"
-
- ?
-
-(?<=img[^<]*?)>
-/>
-
-hr>
-hr/>
-
-(?<=(href|src)="/)
-https://sunnexo.moe/
-
-
-
-
-\n?\s+()\n?\s+
-$1
-
-\n?\s*?(.*?)\n?\s*?
-$2
-
-
-
-
-$0
-
-^$
-
\ No newline at end of file
diff --git a/src/desktop/index.tsx b/src/desktop/index.tsx
index b47422d..25b31e1 100644
--- a/src/desktop/index.tsx
+++ b/src/desktop/index.tsx
@@ -1,4 +1,3 @@
-import "$/apps" // registers all of the apps;
import { useRef } from "preact/hooks"
import { Window } from "./window"
import { FILE_REGISTRY } from "./files";
--
cgit v1.2.3