summaryrefslogtreecommitdiff
path: root/src/desktop/files/regex.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/desktop/files/regex.txt')
-rw-r--r--src/desktop/files/regex.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/desktop/files/regex.txt b/src/desktop/files/regex.txt
new file mode 100644
index 0000000..c058f57
--- /dev/null
+++ b/src/desktop/files/regex.txt
@@ -0,0 +1,36 @@
+ (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