#ddinstagram regex
1 messages ยท Page 1 of 1 (latest)
I just wanted to show off how to combine both rules using regex and named capturing groups
Find: /(?:https?:\/\/)?(?:www\.)?instagram\.com\/(?<path>p|reel)\//gi
Replace: https://www.ddinstagram.com/$<path>/
idk some might want reels only and some might want posts only
cause posts on ddinsta doesn't show likes etc.
Just wanted to show it off so maybe others can use it to get some inspiration when creating their own rules
Also remove the last i at the end of Find to only match lowercase domains