Greasy Fork is available in English.
tippy.js for wenku8++
此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.org/scripts/449719/1082498/tippy.js
/* eslint-disable no-multi-spaces */ /* eslint-disable userscripts/no-invalid-headers */ /* eslint-disable userscripts/no-invalid-grant */ // ==UserScript== // @name tippy // @namespace Wenku8++ // @version 0.1 // @description tippy.js for wenku8++ // @author PY-DNG // @license GPL-v3 // @regurl NONE // @require https://unpkg.com/@popperjs/core@2 // @require https://unpkg.com/tippy.js@6 // @grant none // ==/UserScript== (function __MAIN__() { 'use strict'; exports = tippy; })();