[Typing Tube] 対戦機能の名前変更

名前変更とマルチプレイチャットを追加

// ==UserScript==
// @name         [Typing Tube] 対戦機能の名前変更
// @namespace    http://tampermonkey.net/
// @version      1
// @description  名前変更とマルチプレイチャットを追加
// @author       You
// @match        https://typing-tube.net/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=typing-tube.net
// @grant        none
// @license MIT
// ==/UserScript==


/**
 *
 * 名前を変更する際は以下の行の guest の箇所を変更してください。
 *
 */


document.getElementsByClassName("user__name")[0].textContent = 'guest'