Last active
August 29, 2015 14:03
-
-
Save smowtion/9c351fea8f585f903d78 to your computer and use it in GitHub Desktop.
Javascript Addon (Place this HTML form code in any page on your website)
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
| <script type="text/javascript"> | |
| urlchecker = "<a href='http://urlchecker.net/?url=" + window.top.location + "'> Check Download link</a>"; | |
| document.write(urlchecker); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment