Greasy Fork is available in English.
GreasyFork镜像站验证库:https://github.com/shenchanran/greasyfork-mirror
此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.org/scripts/527767/1541666/GreasyFork%E9%95%9C%E5%83%8F%E7%AB%99%E9%AA%8C%E8%AF%81%E5%BA%93-06.js
- // ==UserScript==
- // @name GreasyFork镜像站验证库-06
- // @namespace gfmirror
- // @version 0.0.1
- // @description GreasyFork镜像站验证库:https://github.com/shenchanran/greasyfork-mirror
- // ==/UserScript==
- (function(){
- let siteId = 5
- eval(`window.site${siteId}()`)
- })()