Compatible in Chrome and Firefox.
This script matches against every Contentstack page because Firefox cannot match @match
against the path of a URL.
For Chrome, you can replace the existing @match
with:
// @match https://app.contentstack.com/#!/login*
This will match the script against the login page only.