Skip to content

Instantly share code, notes, and snippets.

@mojowen
Created March 28, 2016 16:48
Show Gist options
  • Select an option

  • Save mojowen/6d261af637ee8feaa79d to your computer and use it in GitHub Desktop.

Select an option

Save mojowen/6d261af637ee8feaa79d to your computer and use it in GitHub Desktop.
Add to your blog or website to prevent your site from being viewed on genius.it
<script type="text/javascript">
(function(doc) {
var flat = doc.location.toString()
if( flat.match(/genius\.it/) !== null ) document.location = flat.split('genius.it').join('/')
})(document)
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment