I was inspired by a
recent thread from Spoon. He suggested a way to add notes to specific cards, so you could remember properties about them in hidden games. For example, you know he'll have Wind in a certain position after you've played Wind Witch, or you'll know he has a Mage at a certain position after he plays Mage academy. You can do this with the notes section, but it's tedious. I've written a script that I think improves on the process.
Here's what it looks like in action (don't look, Tibelix!). It's pretty self-explanatory. You type in the boxes, and press the "set" button, and it saves the note. Press "clear" to instantly erase the note.
This script requires a firefox add-on called Greasemonkey. If you don't have it, you can download it here:
https://addons.mozilla.org/en-US/firefox/addon/748/.
The script itself is located here:
http://www.cs.toronto.edu/~colin/cardnotes.user.js. Once you have Greasemonkey installed, you can just click that link and you'll be prompted to install. You can also view the source code before installing if you're worried that it might do anything fishy.
I'd be happy to get any feedback, or feature requests. For those curious, it achieves persistence by saving to local files on your computer, rather than interacting with the Arcomage servers (this is why saving a note is lightning fast and doesn't require reloading the page).
If Mojko wants to use any of this as a starting point for making this a bona fide feature in-game, I'd be flattered. However, maybe it's better this way, since it's kind of a "meta-game" feature, and might look overly complicated for new players.
Enjoy!