diff options
| author | darkuss <darkussdelta@gmail.com> | 2026-08-22 01:58:37 +0200 |
|---|---|---|
| committer | darkuss <darkussdelta@gmail.com> | 2026-08-22 01:58:37 +0200 |
| commit | 8f32fd58cafe677c07d9ed9fff84f6e255156d37 (patch) | |
| tree | a5de06ffb2c0a8b878c8a563ec8cee692efc98ac /src/desktop/files/regex.txt | |
| parent | 5ac62cc1a4d9a5f50ea26d5bc1afb0fbf95da23c (diff) | |
holy shit i'm finally done
Diffstat (limited to 'src/desktop/files/regex.txt')
| -rw-r--r-- | src/desktop/files/regex.txt | 36 |
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 |
