[GreaseMonkey]99漫畫去廣告+快速鍵翻頁(?

1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
// ==UserScript==
// @name 99+k
// @namespace n
// @include http://dm.99manga.com/hexieba/*/*
// ==/UserScript==

function getKey(e){
if(e.keyCode==78)
window.location="javascript:nextpage()";
else if(e.keyCode==80)
window.location="javascript:prevpage()";
else if(e.keyCode==81){
var a=document.getElementById("all").children[1].children[0];
window.location=a.href;
}
//alert(e.keyCode);
}

var a=document.getElementById("p_1").children;
for(var i=3;i;i--)
a[30].parentNode.removeChild(a[30]);
var a=document.getElementById("p_4");
a.parentNode.removeChild(a);
var a=document.getElementsByTagName("script");
for(var i=0;i<a.length;i++)
if(a[i].src=="http://dm.99manga.com/v2/t.js"){
a=a[i].parentNode;
a.parentNode.removeChild(a);
break;
}
document.addEventListener("keyup",function(event){getKey(event);},false);

按N => 下一頁
P => 上一頁
Q => 回到集數選擇頁

沒有留言:

張貼留言