/*
* @title 紅茶のこうちゃんのプロフィールを見る
* @description サブアカウントでのテストレット。
* @include http://*
* @license MIT License
* @require
*/
kouchanokouchan_profile = window.confirm("紅茶のこうちゃんのプロフィールを見ますか?");
if (kouchanokouchan_profile == true) {
location.href = "http://profile.hatena.ne.jp/koucha-999999999/";
} else {
location.href = "http://profile.hatena.ne.jp/koucha-999999999-sub/";
}