You can ignore this post and just click this:Before the above edit, this is the wall of text you could have read...
In chrome, you would open Elements via the elementsthegame.com or Kongregate. Let the page finish loading, but don't login to your account just yet. Open: View > Developer > Developer Tools. Select the Network tab. Go ahead and login to Elements. You'll see requests start to populate the left column. Watch for dev7.php and single-click on it when you see it. Select the Headers tab and scroll down to Form Data. In the Form Data section, look for
decka, it's massive. That is your card data. You can use the script
serprex wrote above to convert it to something useful for import into the sheet. At some point we'll probably make this a bit more user friendly. I'm looking into automating it with a Chrome extension using chrome.webRequest:
http://developer.chrome.com/extensions/webRequest.html I put up
serprex's script on jsfiddle and I added instructions so you can use it easily:
http://jsfiddle.net/AsLLt/9/embedded/result/Just make sure you copied your
decka data using the instructions I just explained, then paste it into the prompt on that jsfiddle. His script will spit out a list of values that you can copy into the Import sheet in order to sync your card tracking.
If you clicked "cancel" on the prompt that came up but didn't get a chance to paste in your
decka data, that's okay. Just refresh the jsfiddle page and the prompt will pop back up.