Roblox Bypass Date and Gender Verification

This is a script that allows you to bypass birthday and gender popups on rovlox

  1. // ==UserScript==
  2. // @name Roblox Bypass Date and Gender Verification
  3. // @version 69
  4. // @description This is a script that allows you to bypass birthday and gender popups on rovlox
  5. // @author You
  6. // @match https://roblox.com/*
  7. // @match https://web.roblox.com/*
  8. // @match http://roblox.com/*
  9. // @match http://web.roblox.com/*
  10. // @icon https://media.tenor.com/fQP017DFlAcAAAAC/roblox-spin.gif
  11. // @grant none
  12. // @namespace https://greatest.deepsurf.us/users/1003240
  13. // ==/UserScript==
  14.  
  15. (function() {
  16. const element = document.getElementById("simplemodal-overlay");
  17. const elemenet = document.getElementById("simplemodal-container");
  18. element.remove();
  19. elemenet.remove();
  20. })();