Autosend an "I'm online" message when you sign in! :D
当前为
// ==UserScript==
// @name "I'm online" message!
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Autosend an "I'm online" message when you sign in! :D
// @author Lasse98brus
// @match http://www.diamondhunt.co/DH1/game.php
// @grant none
// ==/UserScript==
sendChat("Hello guys! I'm online now! :D");