Created
March 22, 2016 02:13
-
-
Save rbxbx/4eaf60ba530da7402663 to your computer and use it in GitHub Desktop.
Easily look up bpm and key information from a discogs release page
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
javascript:(function(){var discogsUrl=window.location['href'].match(/master.\d+$/)[0];var url="http://www.disconest.com/?discogsurl=https://www.discogs.com/"+discogsUrl;window.location=url;})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment