I'd like to write a script that injects in the compose-page of gmail.
So far I've got this url-pattern: ["*://mail.google.com/*"]
. The script successfully gets injected when loading gmail, but after that it doesn't get re-injected when clicking links like inbox or compose. I was hoping ["*://mail.google.com/*compose"]
would do it easily, but no.
Is this pattern perhaps as far as I can get, and I'll then have to create a listener that checks when that part of the page is reloaded?
What is the most straightforward way to determine when the compose-page is loaded?