There may be more effective or "cleaner" ways to do this, but here is a very quick, free and easy solution for anyone else having this problem.
Install Chrome extension : (Custom Javascript.. Or any other similar extension, probably dozens of them.)
https://chrome.google.com/webstore/deta ... nfo-dialog
Tested on chrome, but I am sure they have similar extensions for any browser that has extensions. Just search for any extension that allows you to add javascript to a page.
When installed, go to conquerclub website, click on the extension and add this custom code for conquerclub.com
Code: Select all
if ($("span[title=\"Game Type\"]").text()=="AssassinAssassin")
{alert("This Game is Assassin! Don\'t kill the wrong player!");}