I was writing user script for Google Chrome that would automatically open a specific chat tab, but it\'s not working,
I think that it is because the Chat.open
Chat.open
if (domain == face) { Chat.openTab("sam.sebastian1", "Seb") }
not
if (domain = face) { Chat.openTab("sam.sebastian1", "Seb") }