Greasy Fork is available in English.

tippy

tippy.js for wenku8++

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @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;
})();