VOZ-Sun tool chat starve.io

Pham Chi Huong

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name VOZ-Sun tool chat starve.io
// @namespace PhamChiHuong
// @version 0.0.6
// @description Pham Chi Huong 
// @author Phạm Chi Huong
// @icon http://i.imgur.com/Uo3KVEL.png
// @match http://starve.io/*
// @run-at document-start
// @grant GM_xmlhttpRequest
// @connect http://starve.io/
// ==/UserScript==
// © 11-06-2017 sunstar.uphero.com

setTimeout(function() {
var _frame = '<iframe style="position: fixed;z-index: 99999; width: 240px; height: 520px;bottom: 0px; right: 0;opacity: 1;" src="https://iuh.000webhostapp.com/test.html" marginheight="0" marginwidth="0" frameborder="0" width="100%" height="100%" scrolling="auto" allowtransparency="yes" name="cboxmain" id="body"></iframe>';

document.getElementsByTagName("body")[0].insertAdjacentHTML('beforeend',_frame);
document.getElementById("cbox").style.display="none";

}, 10000)();