May someone tell me if there is any realtime javascript obfuscator, or something similar? I use one of simple javascript obfuscators now, and place encrypted code to PHP file directly. But I want to add original code somewhere to PHP page, and when user requests this page, some function should obfuscate original code and return this code for user/browser. is it possible in any way?
javascript code obfuscator is a waste of time, believe me. I can easily see your code regardless if it's obfuscated or not, and will only increase your file size.