// <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" : "",
	"@version" : "V2",
	"@date" : "2025/06/10 14:53:51",
	"@count" : "1",
	"@total" : "15",
	"@total_tweet" : "0",
	"@total_retweet" : "3",
	"@total_heart" : "12",
	"@user_count" : "0",
	"@user_total" : "0",
	"@user_total_tweet" : "0",
	"@user_total_retweet" : "0",
	"@user_total_quoted_retweet_in_tweet" : "0",
	"@user_total_heart" : "0",
	"@url" : "https://www.4gamer.net/games/633/G063305/20250523001/",
	"@source_tweetid" : " OR https://twitter.com/4GamerNews/status/1930897492348166273",
	"twitter" : {
"0" : {
		"id":"1930897492348166273",
		"from":"4GamerNews",
		"date":"20250606170011",
		"retweet":"3",
		"heart":"12"
		}

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

