I'm not looking for javascript code that changes itself. What I'm looking for is a HTML5 obfuscator that spits out different versions of the same source code. The general idea is to be able to deliver a different code version per user request.
Every solution that I've tried outputs the same obfuscated javascript. The best I could find only changed the variables and function names, but not the code structure.