Cuberealm.io Chat+ Utilities

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

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.

(У мене вже є менеджер скриптів, дайте мені встановити його!)

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

Автор
cooluser1481
Щоденних встановлень
1
Всього встановлень
93
Рейтинги
1 0 0
Версія
1.1.3
Створено
12.08.2025
Оновлено
06.04.2026
Size
734 байти
Ліцензія
GPL3
Відноситься до

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.