Hey Mempo, you can access the answers, the info box is visually hidden but still present.
However css class names are generated (for scoping) and are subject to be re-generated if their underlying code changes. You could get to it with tag selectors (main > div > ul etc) but I’m still re-organising the layout a bit so that would be too brittle.
I’m not crazy about adding anki mode built-in right now (other priorities to work on), I could perhaps add a few custom data-attributes or ids for you. data-anki-answer
, data-anki-submit
etc so you can easily select the necessary elements even if the layout/css changes though.