Lamp
Community Admin
I discovered that you can change your room in the Shoutbox. There is a global variable of “taigachat.room”; by default it is set to 1. You can change it to 2 by typing “taigachat.room = 2” into console. You will then be in room 2. Everything you send will only be seen by others in room 2, and vice-versa, and people in the default room won't see it. Note, when you change your room, it doesn't load the previous messages, so if you go back to room 1, you won't see anything until you or others post messages. (the variable needs to be set to the room of choice at the moment the script loads, for the previous messages to be loaded)
Other rooms are not recorded into the Shoutbox Archive.
You can make bookmarklets to easily switch between rooms; just make bookmarks of the following:
javascript:taigachat.room=1;void(0);
javascript:taigachat.room=2;void(0);
Other rooms are not recorded into the Shoutbox Archive.
You can make bookmarklets to easily switch between rooms; just make bookmarks of the following:
javascript:taigachat.room=1;void(0);
javascript:taigachat.room=2;void(0);
Last edited: