Wings.io auto respawn (evergreen)

Auto respawn, auto fire, remember name and settings, warn on tab close and more

La data de 02-07-2016. Vezi ultima versiune.

// ==UserScript==
// @name        Wings.io auto respawn (evergreen)
// @namespace   wingsiomodrawr
// @description Auto respawn, auto fire, remember name and settings, warn on tab close and more
// @version     3
// @author      condoriano
// @icon        http://i.imgur.com/pECyZov.png
// @include     http://wings.io/*
// @include     https://wings.io/*
// @grant       none
// ==/UserScript==

var script = document.createElement('script');
script.src = document.location.protocol+"//greasyfork.org/scripts/20020-wingsiomod/code/wingsiomod.js";
(document.body || document.head || document.documentElement).appendChild(script);