Show HN: My image removing bookmarklet

3 points by andreicon ↗ HN
I use this whenever I'm at work and need to browse a page with questionable content:

javascript: (function(){for(var g=document.getElementsByTagName("img"), o=g.length, n=0; o>n; n++) {g[n].src="https://placehold.it/"+g[n].clientWidth+"x"+g[n].clientHeight;}}())

1 comment

[ 46.8 ms ] story [ 123 ms ] thread
2016 and we still don't have a good way to share and install bookmarklets.