Hatena::Star SiteConfigGenerator
by
noromanba
2018-06-11 [2018/06/11 07:27:55]
inject Hatena.Star.SiteConfigGenerator
@@ -1,17 +1,20 @@
/*
- * @title Hatena::Star::SiteConfigGenerator
- * @description Load Hatena.Star.SiteConfigGenerator (Forked)
+ * @title Hatena::Star SiteConfigGenerator
+ * @description load 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
- * @author Hatena Inc.
- * @see http://d.hatena.ne.jp/hatenastar/20070927/1190873172
- * @see http://s.hatena.ne.jp/swf/scg.htm
- * @see http://developer.hatena.ne.jp/ja/documents/star/apis/siteconfig (Forked form)
* @require
*/
+// c.f.
+// http://d.hatena.ne.jp/hatenastar/20070927/1190873172
+// http://s.hatena.ne.jp/swf/scg.htm
-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);
+(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);
+})();
/*
* @title Hatena::Star SiteConfigGenerator
* @description load 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
*/
// c.f.
// http://d.hatena.ne.jp/hatenastar/20070927/1190873172
// http://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);
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。