13 lines
596 B
JavaScript
13 lines
596 B
JavaScript
// ==UserScript==
|
|
// @name Taiko Web - Skip Results in Multiplayer
|
|
// @namespace taiko-web-plugins
|
|
// @icon https://gitlab.com/uploads/-/system/project/avatar/36006078/taiko-web-plugins.png?width=64
|
|
// @version 22.5.23
|
|
// @author Katie Frogs
|
|
// @description Enables skipping the results screen in multiplayer, however, the other player will not get to see the full results screen without the plugin
|
|
// @homepage https://github.com/KatieFrogs/taiko-web-plugins
|
|
// @supportURL https://github.com/KatieFrogs/taiko-web-plugins/issues
|
|
// @match https://taiko.bui.pm/
|
|
// @grant none
|
|
// ==/UserScript==
|