←back to thread

Go channels are bad

(www.jtolds.com)
298 points jtolds | 1 comments | | HN request time: 0.288s | source
Show context
drdaeman ◴[] No.11210958[source]
Offtopic: that animated image is literally nauseating. Consider removing it, or making it animate just once and then halt. It was meant to be "fun" or whatever but, seriously, I wasn't able to read the text when it looped over and over in the corner of the eye.
replies(3): >>11211009 #>>11211062 #>>11211110 #
1. michaelwww ◴[] No.11211110[source]
I felt the same way so I made a bookmarklet to blank out images. I see it's not needed now, but I'm set for future pages that do this.

javascript:(function (){var x = document.getElementsByTagName("img");for (i = 0; i < x.length; i++){x[i].setAttribute("src","");}}());