/*
* @title nicoscroll2
* @description ニコニコ動画の再生ページでプレーヤ部分までスクロール
* @include http://*nicovideo.jp/watch/*
* @license MIT License
* @require
*/
javascript:(function(){var W=window,D=document,B=D.body,E=D.compatMode!='CSS1Compat'?B:D.documentElement,I=W.attachEvent&&!W.opera,L=I&&/^live/i.test(D.domain),M=/follow|_2/.test(B.className)?1:0,$=function(x){return D.getElementById(x)},P=L?$("WatchPlayer"):$("flvplayer_container"),T=($("PAGEBODY")||$("watch")).offsetTop+(I?(M?0:28):(M?-28:0)),U=-(E.clientHeight-(P.offsetHeight-(L?$("alertbar").offsetHeight:0)))+P.offsetTop+(I?28:0);W.scrollTo(E.clientWidth<P.offsetWidth?P.offsetLeft:0,U<T?T:U);})();