Jump to content

Milomilomilomilo

Level 1
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Milomilomilomilo

  1. Hello to the zombie thread. I wanted to put this here for anybody having this issue and stumbling on this thread like I did. I have been wanting to save large swaths of text without having the images ding my upload cap, even though I delete them right after clipping. For anybody just trying to get rid of all the images on the page before using the "Article" function (doesn't work with "Simplified", unfortunately) of the web clipper: if you are comfortable with the console, you can paste this Javascript in the console and it will remove all the images before saving the document. Using this in conjunction with a text expander/snippet expander would makes this not too cumbersome. Should work in any browser. document.querySelectorAll('img').forEach(image => image.remove()); Screenshots show the before and after.
×
×
  • Create New...