// ==UserScript== // @name rarbg 大预览图 // @namespace // @version 0.3.2 // @description 预览图替换成更大点的 // @author You // @match https://rarbgprx.org/torrents.php* // @match https://rarbg.to/torrents.php* // @grant none // @downloadURL none // ==/UserScript== document.onmousemove = function(k) { var h = k.pageX + xoffset; var j = k.pageY + yoffset; el = k.target || k.srcElement if (pop.children[0]) { var r=document.scrollingElement.scrollTop+document.scrollingElement.clientHeight-pop.children[0].height-10 if (j>r) { j=r } } pop.style.top = j + "px"; pop.style.left = h + "px" }; var t=document.querySelectorAll('tr[class="lista2"] > td:nth-child(2) >a:nth-child(1)') nex: for (var i = 0; i