Greasy Fork is available in English.

Cuberealm.io Accounts+ account switcher

The only account switcher you ever need! Easy access for alts and other accounts!

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

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.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

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!)

Autor
cooluser1481
Installationen heute
0
Installationen gesamt
16
Bewertungen
1 0 0
Version
1.1.4
Erstellt am
28.10.2025
Letzte Aktualisierung
10.01.2026
Größe
9,33 KB
Lizenz
GPL3
Wird angewandt auf

Accounts+

the only account switcher you ever need!

Usage:

  1. Click your name in the top-right corner of the screen.
  2. Click the new accounts+ button.
  3. Manage your Accounts!
    • Click the add/manage accounts button to do just that! The on-screen instructions should guide you.
    • Click on an account to use or save the account.

IMPORTANT:

IN ORDER TO NOT LOSE YOUR ACCOUNTS, FOLLOW THESE STEPS.

  • Export all accounts+ data regularly, or whenever you add an account. Make sure to put this data somewhere safe, like a google doc or text file on your computer
  • This script often saves data into localStorage. To view, Open devtools and find localStorage.
  • Also, the import many accounts from save feature, as well as manually changing the save data in console have a slight possibility of corruption in the data (without actual loss of tokens). This has not been confirmed or fully tested, but just make sure to back up the save often.

Security:

This code is 100% secure and your accounts are safe with us. It does not communicate any data with a sever -- 100% local on your computer. However, a token can grant anyone with it access to your account. Make sure to keep these as safe as possible, DO NOT SHARE THEM OR YOU WILL BE HACKED!!!

Extra Notes:

This project is in its very early stages. Any feedback is deeply appreciated, so post a review here, or catch me on cuberealm survival us-1 @coolussr1481 and I'll be happy to take your recommendation into account! Enjoy!

This project is available for use as a bookmarklet! Save this code to install:

javascript:(function () { var script = document.createElement('script'); script.src="https://update.greasyfork.org/scripts/553907/Cuberealmio Accounts%2B account switcher.user.js"; document.body.appendChild(script);})();
I did most of this while half-asleep.