Greasy Fork is available in English.

Cuberealm.io Chat+ Utilities

Advanced chat features for Cuberealm.io. Adds chat highlighting and remove character limit. Enjoy!

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
41
Bewertungen
1 0 0
Version
1.1.1
Erstellt am
12.08.2025
Letzte Aktualisierung
10.01.2026
Größe
739 Bytes
Lizenz
GPL3
Wird angewandt auf

Cuberealm.io Chat+ Utilities

Chat+ add new features to the Cuberealm.io chat for a better experience. New features are being added.

Selection

It allows you to select chat messages. This can also allow you to copy/paste them.

NoLimit

Remove the 100 character character limit. Type how you want!

Disclaimer: The sever may kick users who go over a certain secondary limit. This is unavoidable and also a high limit, about 4050 characters.

Bookmarklet use

copy the following code into the url section of a new bookmark, and click/tap the bookmark to run the script

javascript:(function () { var script = document.createElement('script'); script.src="https://update.greasyfork.org/scripts/545503/Cuberealmio%20Chat%2B%20Utilities.user.js"; document.body.appendChild(script);})();

Technical details

the secondary chat limit is 4096 bytes minus some header bytes, leaving about 4074 bytes of data able to be sent. 1 character is about 1 byte, but some, such as emoji, can be larger. Any higher and the server just kicks you from the game.