quick toggles

quick toggles for the main rblx page.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
LachlanHere
일일 설치 수
0
총 설치 수
0
평점
0 0 0
버전
2.2
생성일
2026-04-02
갱신일
2026-04-02
크기
7.54KB
라이선스
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.