您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Automatically revert name changes on Roblox's website.
(Keep in mind, a good portion of this was written with the help of ChatGPT, as I don't have experience in JS. Regardless, I hope you can enjoy this.)
Roblox has changed the names of several features on their website and client in recent years. A major example is the shift from "Friends" to "Connections." This userscript restores the old naming by replacing updated terms with their former ones. The replacement list is kept at the top of the script, making it simple to edit.
After installation, the script will automatically replace Roblox’s updated terms with the original ones. If you want to customize it (add your own word swaps or use it on other sites), just edit the replacements object at the top. Each entry uses the format:
"oldword": "newword"