sounds familiar
they're the same for the most part, but colorhexa has more info ;3
http://puu.sh/mpH6X/d7831af1aa.png
that's really weird
whatever that is, it's not coming from my script. it seems completely unrelatedit seems to be output from a konami code script. it's weird, but thankfully not related to my script
this should fix the empty buttons problem
http://pastebin.com/6jCwB0REapparently, the innerText property is nonstandard, and firefox is the only major browser that doesn't have it. thanks mozilla -3-
but textContent, the alternative, works in ff along with everywhere else, so I just switched to that completely
also fixed appearances of the website's name that were previously "randomcolor" (thx trog)
but there seems to be another problem, where it doesn't re-hide the text box after copying the text. this doesn't happen on chrome, only ff
I don't have any idea why. the code I've used works just fine, otherwise. but for some reason, in the particular function it's in, it doesn't work