If you're doing lots of string concatenation and then writing that string somewhere, you may find that passing your string through flatstr vastly improves performance. When JavaScript strings are ...
gnirts mangles string literals more than hexadecimal escape like "\x66\x6f\x6f". String literals that were escaped by the hexadecimal escape can be found out too easily, and those can be decoded too ...