Bigger Chatbox by bookmark
javascript:var test = document.getElementById("chat-box").style.width = '50%'; var test2 = document.getElementById("chat-box-content").style.height = '600px';
Then click it while the chatbox is open and it will cover 50% of the width and 600pixels of height (easily changeable like you can see)
Saw somebody in the chatbox saying he needs a bigger one, so I just made this real quick
Hope i helped :P