#ddinstagram regex

1 messages ยท Page 1 of 1 (latest)

oak igloo
#

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>/
frosty bay
#

idk some might want reels only and some might want posts only

#

cause posts on ddinsta doesn't show likes etc.

oak igloo
#

Just wanted to show it off so maybe others can use it to get some inspiration when creating their own rules

oak igloo