新しいフォーク

https://gf.qytechs.cn/ から https://sleazyfork.org/ にリダイレクトします。

// ==UserScript==
// @id				NewFork_g2s
// @name			新しいフォーク
// @version			0.0.2
// @namespace		NewFork_g2s
// @author			NewFork_g2s
// @description		https://gf.qytechs.cn/ から https://sleazyfork.org/ にリダイレクトします。
// @license			Public Domain
// @include			*://*.gf.qytechs.cn.org*
// @run-at			document-start
// ==/UserScript==

(function () {

window.location.href = window.location.href.replace("greasyfork","sleazyfork");

})();

QingJ © 2025

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