/**
* @title ニコ動を直接見る…的な
* @description うごかない……
* @license MIT License
* @include htt*://flapi.nicovideo.jp*
* @include htt*://www.nicovideo.jp*
* @require
*/
if(location.href.match(/\d+/)){
if(location.href.match(/\/watch\//))
location.href="http://flapi.nicovideo.jp/api/getflv/"+location.href.match(/(sm\d+|\d+)$/)[1];
if(location.href.match(/\/getflv\//))
location.href=decodeURIComponent(document.body.textContent.match(/\&url\=([\w\%\.\-\_]+)/)[1])
}