mirror of
https://github.com/fmhy/edit.git
synced 2025-10-13 00:01:09 +11:00
Misc changes (#3872)
* Update * Update - Finish updating all `/ Use` instances. - Updated all `[Mirror]` and `[Mirrors]` instances. * Fix entry * Remove guide
This commit is contained in:
parent
09cfb6d97f
commit
a712bcc1cb
20 changed files with 66 additions and 58 deletions
|
@ -109,6 +109,7 @@ export function transform(text: string): string {
|
|||
.replace(/_?\.2F_?/g, '-')
|
||||
.replace(/_?.26amp.3B_?/g, '-')
|
||||
.replace(/(?<=r\/FREEMEDIA.+)2(?=\))/g, '-1')
|
||||
.replace(/(?<=r\/FREEMEDIA.+)\.(?=[a-z]+_)/g, '-')
|
||||
|
||||
// Transform reddit index links
|
||||
.replace(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue