All of a sudden the browser console is giving me Unchecked lastError value: Error: No window matching {"matchesHost":["<all_urls>"]}
, referencing ExtensionUtils.jsm:354
A bit more context certainly wouldn’t harm -.-
Content script match spec is here. According to the documentation, that’s supposed to match all URL’s.
What I meant was:
- What is “All of a sudden”? (Browser update/…)
- “browser console is giving me” in response to what exact operation?
- And what do you think should happen instead?
According to the documentation, that’s supposed to match all URL’s.
Assuming that “that” is the match pattern "<all_urls>"
, you are mistaken. You should probably read the documentation again.