Advertisement
skip420

image_remover

Jan 20th, 2021
826
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Js_to_remove_images_from_SITES
  2.  
  3. javascript:(function(){ [].slice.call(document.querySelectorAll('img, .gist')).forEach(function(elem) { elem.remove(); }); })()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement