您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
This is a script that allows you to bypass birthday and gender popups on rovlox
// ==UserScript== // @name Roblox Bypass Date and Gender Verification // @version 69 // @description This is a script that allows you to bypass birthday and gender popups on rovlox // @author You // @match https://roblox.com/* // @match https://web.roblox.com/* // @match http://roblox.com/* // @match http://web.roblox.com/* // @icon https://media.tenor.com/fQP017DFlAcAAAAC/roblox-spin.gif // @grant none // @namespace https://gf.qytechs.cn/users/1003240 // ==/UserScript== (function() { const element = document.getElementById("simplemodal-overlay"); const elemenet = document.getElementById("simplemodal-container"); element.remove(); elemenet.remove(); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址