/*
* @title eval Hatena::Let
* @description silent eval in Hatena::Let
* @include http://let.hatelabo.jp/*
* @exclude http://let.hatelabo.jp/noromanba/let/gYC-y5bd55apeg/*
* @exclude http://let.hatelabo.jp/amachang/let/gYC-ypTj2OeXdA/*
* @contributor mafucode http://let.hatelabo.jp/mafucode/let/gYC-y5XlrOu8fA
* @contributor taizooo http://let.hatelabo.jp/taizooo/let/gYC-x5a6kcvwTQ (Fork of)
* @author noromanba http://let.hatelabo.jp/noromanba/let/gYC-y5bd55apeg
* @license MIT License http://opensource.org/licenses/MIT
*/
// if you use in global sites; c.f. http://let.hatelabo.jp/amachang/let/gYC-ypTj2OeXdA
(function () {
if (!/^http:\/\/let\.hatelabo\.jp\/[\w\-]+\/let\/[\w\-]+/.test(location.href)) return;
var s = document.createElement('script');
s.charset = 'utf-8';
s.src = location.href + '.loader.js';
document.body.appendChild(s);
})();