Greasy Fork is available in English.
Advanced chat features for Cuberealm.io. Adds chat highlighting and remove character limit. Enjoy!
Chat+ add new features to the Cuberealm.io chat for a better experience. New features are being added.
It allows you to select chat messages. This can also allow you to copy/paste them.
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.
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);})();
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.