javascript

How do you hide an external javascript file? I have an external javascript file for my website. I want to have the file working on any page I need it to, but I don’t want someone to download it. How do I do that?


keyword research ~ keyword tool ~ keyword tracking ~ affiliate elite

Basically you can’t hide a js file.
The best thing - it can be obfuscated, but still logic of js code can be reverse engineered.