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