quick toggles

quick toggles for the main rblx page.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

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

(I already have a user script manager, let me install it!)

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.

(I already have a user style manager, let me install it!)

יוצר
LachlanHere
התקנות יומיות
0
סה"כ התקנות
0
דירוגים
0 0 0
גרסה
2.2
נוצר
02-04-2026
עודכן
02-04-2026
Size
7.54 קילו-בייט
רישיון
MIT
חל על

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.