My question is : how can you hide a javascript file even if you need to use it ?
It is possible to denied access to the source code of a javascript file ? Like if I insert it in my page, functions and other stuff will work but when someone try to access it directly or whatever, it will fail. Any ideas ?
I've done some research but didn't found what I really wanted.