Skip to content

Instantly share code, notes, and snippets.

@hitode909
Created March 4, 2010 08:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitode909/321549 to your computer and use it in GitHub Desktop.
Save hitode909/321549 to your computer and use it in GitHub Desktop.
ime.nu勝手に遷移する
// ==UserScript==
// @name auto-imenu
// @namespace http://www.hatena.ne.jp/hitode909
// @include http://ime.nu/*
// ==/UserScript==
location.replace(document.querySelector('a').href);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment