[ROBLOX] Password To Text

this will remove the °°°° aka this https://cdn.discordapp.com/attachments/1035588336678604802/1085826633782542336/image.png and it will show your password if you want to login to an other browser without hard time

  1. // ==UserScript==
  2. // @name [ROBLOX] Password To Text
  3. // @namespace https://wellidontknowwhattoputherellol.com
  4. // @version 1.4
  5. // @description this will remove the °°°° aka this https://cdn.discordapp.com/attachments/1035588336678604802/1085826633782542336/image.png and it will show your password if you want to login to an other browser without hard time
  6. // @author TheRealKr4sk
  7. // @match https://www.roblox.com/login
  8. // @icon https://i.pinimg.com/originals/eb/06/7b/eb067b4bfbb01e2e73209f45afa42f1a.jpg
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14. const passwordThing = document.querySelector('input[type="password"]'); // check for password that means it will check if the type is a password
  15. passwordThing.type = 'text'; // if the type is a password it will make it as a text
  16.  
  17. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址