Skip to content

Instantly share code, notes, and snippets.

@motemen
Created April 16, 2009 07:36
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 motemen/96294 to your computer and use it in GitHub Desktop.
Save motemen/96294 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name id:USERNAME
// @namespace http://subtech.g.hatena.ne.jp/motemen/
// @include http://*.hatena.ne.jp/USERNAME/
// @include http://*.hatena.ne.jp/USERNAME
// ==/UserScript==
location.href = location.href.replace('USERNAME', 'motemen');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment