GM_createLet

    @@ -1,10 +1,12 @@ /* - * @title GMにHatena:Letのリンクを入れる - * @description GM_registerMenuCommandを使う - * @include * - * @license MIT License + * @title GM_createHatenalet + * @description create new Hatena:Let by GM_registerMenuCommand + * @include http://* + * @include https://* + * @contributor mafucode http://let.hatelabo.jp/mafucode/let/gYC-x5SDvu69FA (Fork of) + * @license MIT License http://opensource.org/licenses/MIT * @require */ - - -GM_registerMenuCommand("Hatena::Let",(function(){window.open("http://let.hatelabo.jp/l");})); +GM_registerMenuCommand('Hatena::Let', function () { + GM_openInTab('http://let.hatelabo.jp/l'); +});
  • /*
     * @title GM_createHatenalet
     * @description create new Hatena:Let by GM_registerMenuCommand
     * @include http://*
     * @include https://*
     * @contributor mafucode http://let.hatelabo.jp/mafucode/let/gYC-x5SDvu69FA (Fork of)
     * @license MIT License http://opensource.org/licenses/MIT
     * @require 
     */
    GM_registerMenuCommand('Hatena::Let', function () {
        GM_openInTab('http://let.hatelabo.jp/l');
    });
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2013/02/04 04:48:34 - 2013-02-04
  2. 2013/02/04 04:48:00 - 2013-02-04
  3. 2013/02/04 04:46:40 - 2013-02-04