function goGoogle() {
  GM_openInTab("http://www.google.co.jp");
}
GM_registerMenuCommand("Go Google!", goGoogle);
