quick toggles

quick toggles for the main rblx page.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
LachlanHere
Denně instalací
0
Celkem instalací
0
Hodnocení
0 0 0
Verze
2.2
Vytvořeno
02. 04. 2026
Aktualizováno
02. 04. 2026
Size
7,5 KB
Licence
MIT
Spustit na

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.