// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.hostloc.com/forum-45-1.html
// @match https://www.hostloc.com/thread-*
// @require https://code.jquery.com/jquery-1.12.4.min.js
// @grant none
// ==/UserScript==
(function() {
console.log($(".num").length);
$(".num").each(function(index){
if($(this).children(".xi2").html()=="0"){
window.open($(this).children(".xi2").attr("href"));
}else{
window.location.reload();
}
});
if($("#postlist").children("div").length<=2){
var h = $(document).height()-$(window).height();
$(document).scrollTop(h);
}
})();
发现共鸣
Warning: curl_setopt() expects parameter 1 to be resource, null given in /www/wwwroot/blog.longshi.org/usr/themes/armx/functions.php on line 1531
如是说:要发光,而不是被照亮。