echidna
echidna copied to clipboard
Use the "history" API to update the URL with the current parameters
Like we're doing already in Specberus. It'll help mainly during development and testing, to save some time filling in the HTML form.
In the meantime, you can try Greasemonkey/Tampermonkey and your browser's form-auto-fill features to speed up the testing cycle.
The History API will be useful only when we have a proper UI, IMO. Even better when this UI is decoupled from the main API.
But thanks for mentioning Greasemonkey and similar here, I never used that.