Skip to content

Instantly share code, notes, and snippets.

@cho45
Created July 26, 2008 11:56
Show Gist options
  • Save cho45/2637 to your computer and use it in GitHub Desktop.
Save cho45/2637 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Last.fm unlocalize
// @namespace http://lowreal.net/
// @include http://www.lastfm.jp/*
// ==/UserScript==
location.href = "http://www.last.fm/" + location.pathname + "?setlang=en";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment