Oh no, that one right there is an older script by someone else (they don't seem to have signed it, though) for a different set of A9s. I posted my script for the current A9s back a bit, but I'll post it again.
It didn't work for CrazyCatLady when I posted it the first time, but I also forgot to put it in a code block, if that makes a difference? I'm not that skilled at the parts of Javascript that aren't the same as regular Java, so, formatting stuff.
Code:
// ==UserScript==
// @name A9 exact
// @version 0.1
// @description Defaults both questions for "Is This Exact" to "yes"
// @author Captain France
// @include *s3.amazonaws.com*
// @require https://code.jquery.com/jquery-3.0.0-alpha1.min.js
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js
// ==/UserScript==
$('input[value="yesMatch"]').click();
$('input[value="yesEnough"]').click();
Dunno, that one's not mine. It has a yellow "$ is not defined" warning for me, too, but it saved and it works on those so ¯\_(ツ)_/¯
--Edit: Also my PE for today is only $2.03 so far, but I ran an errand earlier and walked home and cooked a good lunch, so I just got started a little bit ago, plus I keep getting distracted.