🏠

Greasy Fork is available in English.

GreasyFork镜像站验证库-06

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

提问、发表评价,或者 举报这个脚本
  1. // ==UserScript==
  2. // @name GreasyFork镜像站验证库-06
  3. // @namespace gfmirror
  4. // @version 0.0.1
  5. // @description GreasyFork镜像站验证库:https://github.com/shenchanran/greasyfork-mirror
  6. // ==/UserScript==
  7. (function(){
  8. let siteId = 5
  9. eval(`window.site${siteId}()`)
  10. })()