Greasy Fork镜像 autoclick pagine

Greasy Fork镜像 pagine avanzamento automatico

目前为 2023-06-19 提交的版本。查看 最新版本

// ==UserScript==
// @name           Greasy Fork镜像 autoclick pagine
// @namespace      https://gf.qytechs.cn/users/237458
// @description    Greasy Fork镜像 pagine avanzamento automatico
// @match          https://gf.qytechs.cn/*
// @match          https://sleazyfork.org/*
// @version        0.2
// @noframes
// @author         figuccio
// @run-at         document-start
// @grant          GM_addStyle
// @require        https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
// ==/UserScript==
//passa alla pagina successiva richiede jquery
$(window).scroll(function() {
if($(window).scrollTop() + $(window).height() == $(document).height()) {
document.querySelector("body > div.width-constraint > div > div.sidebarred-main-content > div.pagination > a.next_page").click();
         }
});

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址