danny0838 / webscrapbook

A browser extension that captures web pages to local device or backend server for future retrieval, organization, annotation, and edit. This project inherits from legacy Firefox add-on ScrapBook X.
Mozilla Public License 2.0
850 stars 118 forks source link

Gmail messages saved as HTML use generic filenames for images #357

Closed Knocks closed 5 months ago

Knocks commented 10 months ago

When saving Gmail messages, Webscrapbook produces HTML code that looks like this, along with files named unnamed-1.png etc.

<img border="0" src="https://ci5.googleusercontent.com/proxy/.....t#https://www.paypalobjects.com/digitalassets/c/system-triggered-email/n/layout/images/paypal-rebranding/footer-social-icons_linkedin-2x.png" width="28" height="28" style="display:block" alt="LinkedIn"></a>

This results in broken formatting when saving several Gmail messages from the same thread/sender and unifying asset folders, because the naming of generic images is not consistent.

The process would work better if the local images saved from Gmail's proxied locations would be named after their sources instead of getting generic names.

danny0838 commented 10 months ago

Can you provide screenshots to illustrate which specific part(s) is affected?

danny0838 commented 5 months ago

Close due to lack of further information.