gyng / save-in

WebExtension for saving media, links, or selections into user-defined directories
MIT License
199 stars 25 forks source link

[Bug] With the Dynamic Downloads/Rename and Route editor, last download pagetitle changes to "Add-ons Manager" with any change #188

Open LukasThyWalls opened 1 year ago

LukasThyWalls commented 1 year ago

Hello.

Edit: I don't know if it's "Add-ons Manager" in English, but for sure is "Administrador de Complementos" what is the same page in Spanish, the title that shows in the tab for managing add-ons and configure them.

What I'm doing is trying to edit the Dynamic Downloads looking the variables, it keeps the last download data and show if it matches or not, but I uses the pagetitle of the Add-ons Manager (where the Save-In settings are) instead of use the pagetitle of the last download. I can only see the result with the pagetitle of the last download if i don't do any change to the editor.

To see this in action: I have this in the editor, and in other tab, i did a download of the Google Logo in Google.es: SaveIn_DynamicDownloadsEditor_OK

But at the moment i do any change to the editor (adding a point in the end of into), it shows in "Renamed to" and "Capture Groups :$1:" "Administrador de Complementos" what is the name tab for "Add-ons Manager" in Spanish, what is the name of the actual tab (the Save-In configuration tab name). SaveIn_DynamicDownloadsEditor_NoOK

To show again the result with the pagetitle of the Google Logo image, you need to download it again.

Thanks!