Show HN: My image removing bookmarklet3 points·by andreicon·10 ปีที่แล้ว·1 commentsI 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 commentsPost comment[–]fiatjaf·10 ปีที่แล้วreply2016 and we still don't have a good way to share and install bookmarklets.
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;}}())