I have just made an extension which creates a keyboard shortcut to select the “No, it’s as good as it can be” button under “Based on the evidence, can the Community Taxon still be confirmed or improved?” in the DQA on the identify modal.
This is something I run into A LOT identifying grasses, there are so many photos of just leaves which are absolutely not identifiable, but it takes so long to navigate to the DQA page and back without a shortcut. So I made a chrome extension to get that shortcut. It uses “v” by default but I could change it if anybody has a compelling reason.
To install, first download the files, (there’s only one file with the JS code which makes this work, main.js, feel free to inspect the code).
https://drive.google.com/drive/folders/1FqZZBR80-ixgWqiF9reoiT9jJZaljjkC?usp=sharing
Next go to chrome://extensions
Then click the switch to enable developer mode
Then click “Load unpacked” and navigate to the “inatExt” folder
You’re done!
I’ve only tested this on inaturalist.org, but it should also work on the partner / regional iNat variants. Let me know if it doesn’t.
If multiple people are interested in this, I can publish it formally on the chrome web store, but I wasn’t going to bother if there’s no interest, so please let me know if this is useful. I could also add a feature to add a template comment where along with selecting the DQA button it automatically adds a comment saying why the taxon cannot be improved if that is something people are interested in. I could also add shortcuts for other DQA flags if desired. I also hereby release this code as public domain if anybody wants to port this to firefox or other browsers.