NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @license Apache-2.0 // @name 加载wikiplus // @description This userscript use for loading Wikiplus on wiki website which might not support user:common.js // @description:zh-cn 此脚本用于在wiki页面快捷加载Wikiplus // @namespace http://tampermonkey.net/ // @version 0.1 // @author 头火 // @match *://*.huijiwiki.com/* // @match *://*.moegirl.org.cn/* // @icon https://www.google.com/s2/favicons?domain=greasyfork.org // @require https://wikiplus-app.com/Main.js // @grant none // ==/UserScript== (function() { 'use strict'; consolg.log("脚本Wiki plus来源:https://github.com/Wikiplus/Wikiplus"); //已经结束了 //require完就结束了 })();