hey guys, i wanna create a simple bookmarklet that hides all images from the current website i'm browsing.
javascript:body.getElementsByTagName("img").style.visibility="hidden";
that's not working? i wonder what i'm doing wrong?
thank you for your help!