您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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
// ==UserScript== // @name [ROBLOX] Password To Text // @namespace https://wellidontknowwhattoputherellol.com // @version 1.4 // @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 // @author TheRealKr4sk // @match https://www.roblox.com/login // @icon https://i.pinimg.com/originals/eb/06/7b/eb067b4bfbb01e2e73209f45afa42f1a.jpg // @grant none // ==/UserScript== (function() { 'use strict'; const passwordThing = document.querySelector('input[type="password"]'); // check for password that means it will check if the type is a password passwordThing.type = 'text'; // if the type is a password it will make it as a text })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址