Created
May 20, 2015 02:14
-
-
Save JavaScript-Packer/d00ed115ac15334352c5 to your computer and use it in GitHub Desktop.
3 ways to obfuscate links in HTML source code. Just the www part is encoded for example.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="http://%77%77%77.scriptcompress.com/">ScriptCompress.com</a> | |
<a href="http://www.scriptcompress.com/">ScriptCompress.com</a> | |
<a href="http://www.scriptcompress.com/">ScriptCompress.com</a> | |
Encoder/decoder on http://www.scriptcompress.com/30-encoders-in-1.htm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment