quick toggles

quick toggles for the main rblx page.

Vous devrez installer une extension telle que Tampermonkey, Greasemonkey ou Violentmonkey pour installer ce script.

Vous devrez installer une extension telle que Tampermonkey pour installer ce script.

Vous devrez installer une extension telle que Tampermonkey ou Violentmonkey pour installer ce script.

Vous devrez installer une extension telle que Tampermonkey ou Userscripts pour installer ce script.

Vous devrez installer une extension telle que Tampermonkey pour installer ce script.

Vous devrez installer une extension de gestionnaire de script utilisateur pour installer ce script.

(J'ai déjà un gestionnaire de scripts utilisateur, laissez-moi l'installer !)

Vous devrez installer une extension telle que Stylus pour installer ce style.

Vous devrez installer une extension telle que Stylus pour installer ce style.

Vous devrez installer une extension telle que Stylus pour installer ce style.

Vous devrez installer une extension du gestionnaire de style pour utilisateur pour installer ce style.

Vous devrez installer une extension du gestionnaire de style pour utilisateur pour installer ce style.

Vous devrez installer une extension du gestionnaire de style pour utilisateur pour installer ce style.

(J'ai déjà un gestionnaire de style utilisateur, laissez-moi l'installer!)

Auteur
LachlanHere
Nombre d'installations quotidiennes
0
Nombre d'installations
0
Évaluations
0 0 0
Version
2.2
Créer
2026-04-02
Mis à jour
2026-04-02
Taille
7,54 ko
Licence
MIT
S'applique à

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.