14 lines
534 B
JavaScript
14 lines
534 B
JavaScript
// ==UserScript==
|
|
// @name Plugins in Old Taiko Web
|
|
// @namespace plugins-in-old-taiko-web
|
|
// @icon https://gitlab.com/uploads/-/system/project/avatar/36006078/taiko-web-plugins.png?width=64
|
|
// @version 2023.1.20
|
|
// @author Katie Frogs
|
|
// @description Implements the plugin interface in older versions of taiko-web
|
|
// @homepage https://github.com/KatieFrogs/taiko-web-plugins
|
|
// @supportURL https://github.com/KatieFrogs/taiko-web-plugins/issues
|
|
// @match https://*.lv5.ac/
|
|
// @grant none
|
|
// @run-at document-start
|
|
// ==/UserScript==
|