Skip to content

Instantly share code, notes, and snippets.

@halka
Created April 8, 2009 10:31
Show Gist options
  • Save halka/91717 to your computer and use it in GitHub Desktop.
Save halka/91717 to your computer and use it in GitHub Desktop.
bookmarklet, when u r watchin' friend's profile on mixi, jump to friend's mixi echo list page
//when u r watchin' friend profile on mixi, jump to friend's mixi echo list page
var id=window.location.href.replace('http://mixi.jp/show_friend.pl?id=','');
window.location.href='http://mixi.jp/list_echo.pl?id='+id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment