Roblox Bypass Date and Gender Verification

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://greasyfork.org/users/1003240
// ==/UserScript==

(function() {
const element = document.getElementById("simplemodal-overlay");
const elemenet = document.getElementById("simplemodal-container");
element.remove();
elemenet.remove();
})();