GreasyFork: My own 800 scripts

1/2/2025, 12:05:03 AM

// ==UserScript==
// @name        GreasyFork: My own 800 scripts
// @namespace   Violentmonkey Scripts
// @match       https://gf.qytechs.cn/*
// @grant       none
// @version     1.0
// @author      -
// @description 1/2/2025, 12:05:03 AM
// @license MIT
// ==/UserScript==

const elm = document.querySelector('.user-profile-link a[href]');
const href = elm?.getAttribute('href') || '';
if (href.length > 5 && /^(https:\/\/greasyfork\.org)?\/[\w-]+\/users\/\d+-[^?\/\s]+$/.test(href)) {
    elm.setAttribute('href', href + '?per_page=800');
}

QingJ © 2025

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