Skip to content

Instantly share code, notes, and snippets.

@smowtion
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save smowtion/9c351fea8f585f903d78 to your computer and use it in GitHub Desktop.

Select an option

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)
<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