gyng / save-in

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

prioritize title attribute over text when using :linktext: #65

Open lc-guy opened 6 years ago

lc-guy commented 6 years ago

Use case: links which are truncated compared to the title tag. text

gyng commented 6 years ago

Thanks for the feature request! Unfortunately the WebExtensions API does not provide access to the title attribute directly so this can only be done using content scripts. It's going to take some effort to do that, so it's not going to happen anytime soon.