Skip to content

Instantly share code, notes, and snippets.

@arekolek
Created May 20, 2012 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arekolek/2759932 to your computer and use it in GitHub Desktop.
Save arekolek/2759932 to your computer and use it in GitHub Desktop.
Make category entries link to last.fm artist pages
links = document.getElementById("mw-pages").getElementsByTagName("a"); for(var i in links){try{links[i].href = "http://last.fm/music/" + links[i].title.replace(' ','+');}catch(e){}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment