您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
让greasyfork论坛默认显示问题讨论而不是脚本反馈,还原真正的论坛功能。Let the greasyfork Forum display problem discussion instead of script feedback by default. Restore the real forum function.
当前为
// ==UserScript== // @name 让greasyfork论坛还你一个真正的论坛 Let the greasyfork forum return you a real forum // @namespace a-new-greasyfork-bbs // @version 0.1.1 // @description 让greasyfork论坛默认显示问题讨论而不是脚本反馈,还原真正的论坛功能。Let the greasyfork Forum display problem discussion instead of script feedback by default. Restore the real forum function. // @author Wilson // @icon https://gf.qytechs.cn/assets/blacklogo16-f649ec98e464d95b075234438da0fa13233b467b3cd1ad020f0ea07dea91d08c.png // @match *://gf.qytechs.cn/* // ==/UserScript== (function() { 'use strict'; var bbslink=document.querySelector(".forum-link a"); if(bbslink.href.indexOf("/no-scripts")===-1) bbslink.href=bbslink.href+"/no-scripts"; })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址