CLick "Last Man Standing" button to play Last Man standing
// ==UserScript==
// @name Agario Last Man Standing mode
// @namespace http://tampermonkey.net/
// @version 0.1
// @description CLick "Last Man Standing" button to play Last Man standing
// @author You
// @match https://agar.io/
// @grant none
// ==/UserScript==
document.getElementById("instructions").innerHTML = '<button type="button" onclick="core.disableIntegrityChecks(true); core.connect(`wss://autumn-plot.glitch.me`);"><h1>Last Man Standing</h1></button>'