/*
* @title Ustreamの配信ページをStream Playerで開きなおす
* @description じぶんよう
* @include http://www.ustream.tv/channel/*
* @license MIT License
* @require
*/
(function(){location.href='http://lonsdaleite.jp/stream_player/#//'+$('head').html().match(/channelId=(\d+)/)[1]+'/';})();