Skip to content

Instantly share code, notes, and snippets.

@JavaScript-Packer
Created May 20, 2015 02:14
Show Gist options
  • Save JavaScript-Packer/d00ed115ac15334352c5 to your computer and use it in GitHub Desktop.
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.
<a href="http://%77%77%77.scriptcompress.com/">ScriptCompress.com</a>
<a href="http://&#119;&#119;&#119;.scriptcompress.com/">ScriptCompress.com</a>
<a href="http://&#x77;&#x77;&#x77;.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