Created
March 28, 2016 16:48
-
-
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
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"> | |
| (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