您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork镜像 pagine avanzamento automatico anche sui profili degli autori
// ==UserScript== // @name Greasy Fork镜像 autoclick pagine // @namespace https://gf.qytechs.cn/users/237458 // @description Greasy Fork镜像 pagine avanzamento automatico anche sui profili degli autori // @match https://gf.qytechs.cn/* // @match https://sleazyfork.org/* // @version 0.3 // @noframes // @author figuccio // @run-at document-start // @grant GM_addStyle // @icon https://www.google.com/s2/favicons?domain=gf.qytechs.cn // @require https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js // @license MIT // ==/UserScript== (function() { 'use strict'; var $ = window.jQuery;//risolve molti errori triangolo giallo $(window).scroll(function() { if($(window).scrollTop() + $(window).height() == $(document).height()) { document.querySelector("#user-script-list-section > div > a.next_page,body > div.width-constraint > div > div.sidebarred-main-content > div.pagination > a.next_page").click(); } }); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址