ニコ動を直接見る…的な
by
mafucode
2014-01-12 [2014/01/12 18:34:35]
うごかない……
@@ -13,7 +13,7 @@
window.O__O.o=document.querySelector("#external_nicoplayer");
window.O__O.i.width=o.width;
window.O__O.i.height=o.height;
- window.O__O.o.parentNode.replaceChild(i,o);
+ window.O__O.o.parentNode.replaceChild(window.O__O.i,window.O__O.o);
}
},200);
setTimeout(function(){
/**
* @title ニコ動を直接見る…的な
* @description my bookmarklet
* @license MIT License
* @require
*/
window.O__O={};
window.O__O.e1=setInterval(function(){
if(document.querySelector("#external_nicoplayer")){
window.O__O.i=document.createElement('iframe');
window.O__O.o=document.querySelector("#external_nicoplayer");
window.O__O.i.width=o.width;
window.O__O.i.height=o.height;
window.O__O.o.parentNode.replaceChild(window.O__O.i,window.O__O.o);
}
},200);
setTimeout(function(){
clearInterval(window.O__O.e1);
},8000);
if(location.host=="flapi.nicovideo.jp"){
if(opener!=null){
var x=new XMLHttpRequest();
x.addEventListener('readystatechange',function(e){
if(e.target.responseText.length>=60){
GM_setValue("cookie__flapi_nicovideo",document.cookie);
window.close();
}
},false);
x.open("GET",location.href);
x.send();
}
}else if(location.host=="www.nicovideo.jp"){
var x=new XMLHttpRequest();
x.addEventListener('readystatechange',function(e){
if(e.target.responseText.length>=60){
window.O__O.i.src=decodeURIComponent(e.target.responseText.match(/url\=([\w\%\-\.]+)/)[1]);
}else{
window.open("http://flapi.nicovideo.jp/api/getflv/"+location.href.match(/sm\d+/)[0]);
setTimeout(function(){location.reload()},3000);
}
},false);
x.setRequestHeader("Cookie",GM_getValue("cookie__flapi_nicovideo"));
x.open("GET","http://flapi.nicovideo.jp/api/getflv/"+location.href.match(/sm\d+/)[0]);
x.send();
}
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。