Update RegEx conversions.md

This commit is contained in:
Imre Kristoffer Eilertsen
2023-02-12 12:58:33 +01:00
committed by GitHub
parent 93a25d85f3
commit 6b838f0e04
+1 -1
View File
@@ -18,4 +18,4 @@
`deviantart.com##a[data-hook][href*="/art/"][href*=\1 i]\ndeviantart.com#?#div[style^="width:"][style*="display:"]:has(a[href*="/art/"][href*=\1 i])`
* `("\]\[href\*=)(/.*)/ i` → `\1"\2/"`
* `("\]\[href\*=)(/.*[a-zA-Z0-9-]) ` → `\1"\2" `
* ` \+ ` → `i][href*=`
* `\ \+\ ` → `\ i][href*=`