Greasy Fork镜像 autoclick pagine

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或关注我们的公众号极客氢云获取最新地址