Greasy Fork镜像 autoclick pagine

Greasy Fork镜像 pagine avanzamento automatico anche sui profili degli autori

  1. // ==UserScript==
  2. // @name Greasy Fork镜像 autoclick pagine
  3. // @namespace https://gf.qytechs.cn/users/237458
  4. // @description Greasy Fork镜像 pagine avanzamento automatico anche sui profili degli autori
  5. // @match https://gf.qytechs.cn/*
  6. // @match https://sleazyfork.org/*
  7. // @version 0.3
  8. // @noframes
  9. // @author figuccio
  10. // @run-at document-start
  11. // @grant GM_addStyle
  12. // @icon https://www.google.com/s2/favicons?domain=gf.qytechs.cn
  13. // @require https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
  14. // @license MIT
  15. // ==/UserScript==
  16. (function() {
  17. 'use strict';
  18.  
  19. var $ = window.jQuery;//risolve molti errori triangolo giallo
  20. $(window).scroll(function() {
  21. if($(window).scrollTop() + $(window).height() == $(document).height()) {
  22. 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();
  23. }
  24. });
  25.  
  26. })();

QingJ © 2025

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