quick toggles

quick toggles for the main rblx page.

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

You will need to install an extension such as Tampermonkey to install this script.

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
LachlanHere
Instalaciones diarias
0
Instalaciones totales
0
Calificaciones
0 0 0
Versión
2.2
Creado
2/4/2026
Actualizado
2/4/2026
Tamaño
7,54 KB
Licencia
MIT
Funciona en

description written by an ai, because i don't care that much.

human slop: it adds a menu to the bottom right of the roblox homepage that allows you to toggle whether you can be joined or viewed in game. though the join toggle is set to "connections, followers and people i follow" because me personally, i don't want EVERYONE joining me.

if you want it to be everyone, switch request with:
{
"whoCanJoinMeInExperiences": "All"
}

if you need help lmk.

ai slop:

Creates a Quick Menu: About 1.5 seconds after the page loads, it injects a small, dark-themed box in the bottom right corner of your screen containing two toggles: "Show Online Status" and "Show Current Experience".

Reads Your Current Settings: It silently talks to the Roblox servers (via an API endpoint) to check what your privacy settings are currently set to, and updates the checkboxes to match.

Updates on the Fly: When you click one of the checkboxes, it sends a command straight to the Roblox servers to change your privacy settings immediately.

Toggling "Show Online Status" switches it between AllUsers (everyone can see) and NoOne.

Toggling "Show Current Experience" switches it between Followers and NoOne.

Handles Security (CSRF): Roblox requires a specific security "token" to prove the request is genuinely coming from your browser. The script grabs this token from the webpage's hidden data (meta tags). If the token expires and the server rejects the request (a 403 error), the script is smart enough to grab the new token the server hands back and try the request one more time.