belaviyo / save-images

Save loaded images in nested iframe pages
https://webextension.org/listing/save-images.html
254 stars 61 forks source link

Allow references to regex in file mask operation #87

Open sh1boot opened 1 year ago

sh1boot commented 1 year ago

When writing the regular expression, parts of the URL can be captured with (?<tag>xyz), and it would be helpful to have the option to replace [tag] in the filename template with xyz as it is captured by the regular expression.