summaryrefslogtreecommitdiff
path: root/src/desktop/files/regex.txt
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/desktop/files/regex.txt
parent702e40988a7e29d3d870f99a154720dd3884cbe6 (diff)
huh
Diffstat (limited to 'src/desktop/files/regex.txt')
-rw-r--r--src/desktop/files/regex.txt36
1 files changed, 0 insertions, 36 deletions
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