Hatena::Star SiteConfigGenerator

    @@ -1,20 +1,21 @@ /* * @title Hatena::Star SiteConfigGenerator - * @description load Hatena.Star.SiteConfigGenerator + * @description inject Hatena.Star.SiteConfigGenerator * @include http://* * @include https://* * @contributor Hatena Inc. http://developer.hatena.ne.jp/ja/documents/star/apis/siteconfig (Fork of) - * @license MIT License http://developer.hatena.ne.jp/ja/license - * @require + * @license MIT License http://developer.hatena.ne.jp/ja/license (2-5) + * @javascript_url */ // c.f. // http://d.hatena.ne.jp/hatenastar/20070927/1190873172 -// http://s.hatena.ne.jp/swf/scg.htm +// https://s.hatena.ne.jp/swf/scg.htm -(function () { - var s = document.createElement('script'); - s.charset = 'utf-8'; - s.src = 'http://s.hatena.ne.jp/js/Hatena/Star/SiteConfigGenerator.js'; - document.body.appendChild(s); +(() => { + document.body.appendChild(Object.assign(document.createElement('script'), { + charset: 'utf-8', + src: 'https://s.hatena.ne.jp/js/Hatena/Star/SiteConfigGenerator.js', + })); })(); +
  • /*
     * @title Hatena::Star SiteConfigGenerator
     * @description inject Hatena.Star.SiteConfigGenerator
     * @include http://*
     * @include https://*
     * @contributor Hatena Inc. http://developer.hatena.ne.jp/ja/documents/star/apis/siteconfig (Fork of)
     * @license     MIT License http://developer.hatena.ne.jp/ja/license (2-5)
     * @javascript_url
     */
    
    // c.f.
    // http://d.hatena.ne.jp/hatenastar/20070927/1190873172
    // https://s.hatena.ne.jp/swf/scg.htm
    
    (() => {
        document.body.appendChild(Object.assign(document.createElement('script'), {
            charset: 'utf-8',
            src: 'https://s.hatena.ne.jp/js/Hatena/Star/SiteConfigGenerator.js',
        }));
    })();
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2018/06/11 07:27:55 - 2018-06-11
  2. 2013/04/10 07:18:45 - 2013-04-10
  3. 2012/02/15 07:53:57 - 2012-02-15
  4. 2012/02/15 07:45:37 - 2012-02-15
  5. 2012/02/15 07:42:00 - 2012-02-15