/*
* @title feedback
* @description goto Hatena::Let feedback form
* @include http://*
* @license MIT http://opensource.org/licenses/MIT
* @javascript_url
*/
(function () {
var support = 'http://www.hatena.ne.jp/faq/q/let';
location.href = support;
})();