Is it possible to uncompress (if that\'s the right term even) for code like below?
var vote=function(){var k={informModerator:-1,undoMod:0,acceptedByOwner:1,
Yes. Copy / paste here: http://jsbeautifier.org/
That will only reformat the layout. You cannot restore variable/function names.
Related on MetaSO: Can we get an un-obfuscated version of the vote object?