// <pre>This JSONP service is 4gamer.net only,Request not allowed other domain.
// 4gamer.net専用ですので別サイトからの呼び出しは許可していません。
if( window.location.hostname.match(/4gamer\.net$/) ){ // SKIPLINE
	callbackRetweet(
	  window.location.hostname.match(/4gamer\.net$/) ? // SKIPLINE
	  {
	"@code" : "",
	"@date" : "2022/06/23 17:09:46",
	"@count" : "1",
	"@total" : "0",
	"@total_tweet" : "0",
	"@total_retweet" : "0",
	"@total_heart" : "0",
	"@user_count" : "9",
	"@user_total" : "11",
	"@user_total_tweet" : "9",
	"@user_total_retweet" : "0",
	"@user_total_heart" : "2",
	"@url" : "https://www.4gamer.net/games/999/G999905/20220621066/",
	"twitter" : {
"0" : {
		"id":"1539879057890111489,1539870872357720065,1539827935460282373,1539813959104360448,1539810499466268674,1539762176537563136,1539209861262585856,1539173781872480261,1539162550947917824",
		"from":"elhmerize,Tiger_DomeDomei,hololiveToro,inatami,ChicoryWormwood,bravo__1,jzunkodj4y,Nerd_world_jp,O0K9pUL9jrLl05d",
		"date":"Thu Jun 23 17:09:46 +0900 2022",
		"count":"9",
		"total":"11",
		"tweet":"9",
		"retweet":"0",
		"heart":"2"
		}

	},
	"test" : {
	}
} : // SKIPLAST
	  { error : 'Not allowed.' } // SKIPLINE
	);
} // SKIPLINE

