i tested it

Seaswimmer 2024-02-08 17:54:07 +00:00
parent 665ef3e9f1
commit f5fea84b84
Signed by: CoastalCommitsManagement
GPG key ID: 7E73189F651A553F

@ -38,7 +38,7 @@ Replace: https://youtu.be/$1
Find: https:\/\/media\.discordapp\.net(?=\/) Find: https:\/\/media\.discordapp\.net(?=\/)
Replace: https://cdn.discordapp.com Replace: https://cdn.discordapp.com
``` ```
### Beautify GitHub Pull Request/Issue embeds (untested) ### Beautify GitHub Pull Request/Issue embeds
```regex ```regex
Find: https:\/\/(to)?github\.com\/(?<repo>[A-Za-z0-9-]+\/[A-Za-z0-9._-]+)\/(issues|pull)\/(?<number>[0-9]+)\/* Find: https:\/\/(to)?github\.com\/(?<repo>[A-Za-z0-9-]+\/[A-Za-z0-9._-]+)\/(issues|pull)\/(?<number>[0-9]+)\/*
Replace: [$<repo>#$<number>]($&) Replace: [$<repo>#$<number>]($&)