Tisha: I'll make that change soon.
Uninstalls etc:
What I know is that Greasemonkey keeps its configuration of scripts in a file, which is a bit hard to find:
C:\Documents and Settings\{current user}\Application Data\Mozilla\Firefox\Profiles/{choose current profile, usually default}/gm_scripts/config.xml
My current guess is that something went wrong with installing, which created a wrong file. If someone could check that and confirm it.. The normal config will have 1 entry for both scripts:
Code: Select all
<Script filename="conquer_club_-_bob.user.js" name="Conquer Club - BOB" namespace="http://yeti_c.co.uk/conquerClub" description="Adds Stats, card counter, redemption value, text based map, map inspection tools" enabled="true" basedir="conquer_club_-_bob">
<Include>http*://*conquerclub.com*</Include>
</Script>
<Script filename="conquerclub_-_clickable_.user.js" name="ConquerClub - Clickable Maps" namespace="conquerClubClickableMaps" description="Makes the map in conquerclub clickable, creating an easier way of making moves." enabled="true" basedir="conquerclub_-_clickable_">
<Include>http://*conquerclub.com/*game.php?game=*</Include>
</Script>