Toothpaste Pony! (minti)'s status on Tuesday, 02-Oct-12 00:35:09 UTC
-
@nlghtmaremoon I actually had to write a script to decode that. :l "1234".replace(/[a-f0-9]/g, function(i) { return String.fromCharCode(parseInt(i, 16)); });
@nlghtmaremoon I actually had to write a script to decode that. :l "1234".replace(/[a-f0-9]/g, function(i) { return String.fromCharCode(parseInt(i, 16)); });