您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Pham Chi Huong
// ==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)();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址