javascript - Protect Greasemonkey scripts? -


I know that what is downloaded and being in the possession of the user is very difficult to save , But I just want to hear the feedback. I'm thinking of selling scripts (made with Greasemonkey ...), and I want to prevent the user from seeing source code or sending it to others. thank you in advanced.

With any javascript, full security is impossible due to the nature of language, see:

and

However, you can obscure your javascript code or reduce it, or protect it completely, but they will make it less human-readable .


Comments