Skip to content

Instantly share code, notes, and snippets.

@rbxbx
Created March 22, 2016 02:13
Show Gist options
  • Save rbxbx/4eaf60ba530da7402663 to your computer and use it in GitHub Desktop.
Save rbxbx/4eaf60ba530da7402663 to your computer and use it in GitHub Desktop.
Easily look up bpm and key information from a discogs release page
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