summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordarkuss <darkussdelta@gmail.com>2026-08-22 02:55:21 +0200
committerdarkuss <darkussdelta@gmail.com>2026-08-22 02:55:21 +0200
commitf6125e42c691443115cdee9129463ec4437371dc (patch)
treef7e35817e049a9865d96da343013d3b2b99e9cea /src
parent702e40988a7e29d3d870f99a154720dd3884cbe6 (diff)
huh
Diffstat (limited to 'src')
-rw-r--r--src/desktop/files/index.ts2
-rw-r--r--src/desktop/files/regex.txt36
-rw-r--r--src/desktop/index.tsx1
3 files changed, 0 insertions, 39 deletions
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)=".*?"
-
- ?<a id=".*"></a>
-
-(?<=img[^<]*?)>
-/>
-
-hr>
-hr/>
-
-(?<=(href|src)="/)
-https://sunnexo.moe/
-
-<hr ?/>
-<Hr/>
-
-<a href=".*?">\n?\s+(<img\n?.*?\n?.*?\n?.*?/>)\n?\s+</a?>
-$1
-
-<a href=(".*?").*?>\n?\s*?(.*?)\n?\s*?</a>
-<Link link=$1 type="link">$2</Link>
-
-<iframe src=(".*?")></iframe>
-<Link link=$1 type="link" block />
-
-<img src
-<Link type="image" link
-
-<audio
-<Link type="audio"
-
-.+
-<p>$0</p>
-
-^$
-<br/> \ 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";