gyng / save-in

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

Allow setting of "Prefer links over sources" per site #100

Open taladar opened 5 years ago

taladar commented 5 years ago

On some sites it is useful to have the page title of a gallery page available for rename rules so I want to prefer links (or it will save the thumbnail instead).

On others the link leads to the next image, there I would prefer to use the source URL.

gyng commented 5 years ago

I've added an option to do this in v3.4.0, underBehaviour > Prefer links for pages and Behaviour > Prefer links for pages > URL filters.

It checks against a list of page URLs instead of the title as that's much easier to do.