BlackGlory / copycat

🌳 Copy content from web powerful than ever before.
https://chrome.google.com/webstore/detail/jdjbiojkklnaeoanimopafmnmhldejbg
MIT License
266 stars 35 forks source link

Preserve IMG SRC when using HTML No Attributes #26

Closed japzone1 closed 1 year ago

japzone1 commented 3 years ago

I'm interested in removing most CSS and extra attributes to my HTML copying, but the (no attributes) mode breaks IMG embeds since it removes the src= attribute which leaves just empty IMG tags. I'd rather keep the images intact.

One reason for this is sites like Wordpress Blogs, which add a bunch of excess attributes to their image embeds making them a mess to clean afterwards.