Cancer+++ v2

OGARio Edited

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name         Cancer+++ v2
// @version      2.2.2
// @description  OGARio Edited
// @author       Szymy | Zooκ & Theo [Zooκ design]
// @match        http://agar.io/*
// @run-at       document-start
// @grant        GM_xmlhttpRequest
// @connect      agar.io
// @namespace    https://greasyfork.org/users/30360
// ==/UserScript==

setTimeout(function () {
    $('title')['text']('Cancerplus.tk');
    $('#overlays')['after']('<div style="z-index:1000!important;background:black!important;width:100%!important;height:100%!important;text-align:center!important;position:absolute!important;"><br><br><br><br><br><br><br><a target="_blank"><img src="http://fontmeme.com/embed.php?text=Cancer%20Plus&name=ethnocentric rg.ttf&size=50&style_color=FFFFFF"/></a><br><br><br><br><a target="_blank" href="http://www.cancerplus.cf/Extension/cancerplus.user.js"><button class="btn btn-primary" style="width:200px!important;">INSTALL CANCERPLUS</button></a><br><br><a target="_blank" href="https://www.youtube.com/channel/UCv52cSO842jBsPFGuy94K_g"><button class="btn btn-danger" style="width:200px!important;">MY CHANNEL</button></a></div>');
	$('head')['append']('<style> .btn-primary {color: #fff;background-color: transparent;border-color: transparent;} .btn-primary:hover {color: #428bca;background-color:transparent;border-color:transparent;} .btn-danger {color: #ffffff; background-color: transparent!important; border-color: transparent!important} .btn-danger:hover {color: #f71919; background-color: transparent!important; border-color: transparent!important}</style>');
}, 1000)