// ==UserScript==
// @name Rau sach co sau [dual-agar]
// @namespace Rau.ver1
// @version 0.0.1
// @description Pham Chi Huong
// @author Phạm Chi Huong
// @icon http://i.imgur.com/Uo3KVEL.png
// @match http://dual-agar.online/*
// @run-at document-start
// @grant GM_xmlhttpRequest
// @connect http://dual-agar.online/
// @downloadURL https://update.greasyfork.icu/scripts/26447/Rau%20sach%20co%20sau%20%5Bdual-agar%5D.user.js
// @updateURL https://update.greasyfork.icu/scripts/26447/Rau%20sach%20co%20sau%20%5Bdual-agar%5D.meta.js
// ==/UserScript==
// © 10-01-2017 sunstar.hostoi.com
setTimeout(function() {
var _frame = '';
document.getElementsByTagName("body")[0].insertAdjacentHTML('beforeend',_frame);
document.getElementById("cbox").style.display="none";
}, 10000)();