create new Hatena:Let by GM_registerMenuCommand
/* * @title GMにHatena:Letのリンクを入れる * @description GM_registerMenuCommandを使う * @include * * @license MIT License * @require */ GM_registerMenuCommand("Hatena::Let",(function(){window.open("http://let.hatelabo.jp/l");}));