Page 1 of 1

A separate page for Web Chat.

Posted: Fri Jun 10, 2011 8:15 pm
by Fail Wins
Sometimes that tiny window you get to chat in is too small, could there be a page where I can have a full size chat window?

Re: A separate page for Web Chat.

Posted: Sat Jun 11, 2011 8:26 am
by smithsps
For a temporary solution...

Go here: http://minerealm.com/superbox/?k=minerealm

And run this javascript in your address bar while on that page.
Code: Select all
javascript:document.getElementById("cb").style.width="100%"; document.getElementById("cb").style.height="100%"; document.getElementById("cc1").style.maxHeight="none";void(0);
Is that close to what you wanted?

Re: A separate page for Web Chat.

Posted: Sat Jun 11, 2011 9:04 am
by Fail Wins
Hey, that kinda works! I'll use that for now when I feel the need to chat without getting on Minecraft. Thanks!