Page 1 of 1

Assassin Reminder

PostPosted: Sat Dec 02, 2017 2:51 pm
by ch0rn
I doubt I am the only idiot who kills the wrong person in Assassin games by accident all the time. Playing a lot of games, it's very easy to overlook that a specific game is Assassin.

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/detail/custom-javascript-for-web/poakhlngfciodnhlhhgnaaelnpjljija?utm_source=chrome-app-launcher-info-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!");}


Now when you enter any Assassin game, you will get a popup reminding you the game is Assassin.