Auto respawn, auto fire, remember name and settings, warn on tab close and more
目前為
// ==UserScript==
// @name Wings.io auto respawn (evergreen)
// @description Auto respawn, auto fire, remember name and settings, warn on tab close and more
// @namespace wingsiomodrawr
// @include http://wings.io/*
// @include https://wings.io/*
// @version 1
// @grant none
// ==/UserScript==
var script = document.createElement('script');
script.src = document.location.protocol+"//greasyfork.org/scripts/20020-wings-io-auto-respawn-code/code/Wingsio%20auto%20respawn%20code.js";
(document.body || document.head || document.documentElement).appendChild(script);