Created
April 5, 2015 03:44
-
-
Save z-------------/5b292ecdfb9f869bfaae to your computer and use it in GitHub Desktop.
Open the current url in Genius.
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
| var url = "http://genius.com/" + location.host + location.pathname; | |
| (function(url){ | |
| location = url; | |
| })(url); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment