Jordan_v7 / Agar.io auto respawn (evergreen)

// ==UserScript==
// @name        Agar.io auto respawn (evergreen)
// @namespace   https://twitter.com/Game_RangerOP?lang=en
// @description Autospawn + Autoclick coin + Profiles w/ autosave settings + Macros + Reload server button + Spectate mode and more!
// @version     33
// @author      Jordan v7
// @icon        http://i.imgur.com/YkDG9CI.png
// @include     http://agar.io/*
// @include     https://agar.io/*
// @grant       none
// ==/UserScript==

(function() {
	'use strict';

	var script = document.createElement('script');
	script.src = 'https://greasyfork.org/scripts/14297-agar-io-auto-respawn-evergreen/code/Agario%20auto%20respawn%20(evergreen).user.js';
	document.head.appendChild(script);
})();