I am looking to protect my theme author links from being removed. Most people already know how to remove base64 and rot13 links so I need something more advanced.
How can I encrypt a footer link using javascript + display a message or break the theme if the link is removed?
I am new to JS. I already read this page: When are you supposed to use escape instead of encodeURI / encodeURIComponent? but as I am new to JS I have no idea how to use it.