- Edited
Version 0.99.121.1-beta (WebKit 614.1.20)
Using https://github.com/bramus/mastodon-profile-redirect which has a clear reproduction path (Chrome Store link: https://chrome.google.com/webstore/detail/mastodon-view-profile-on-my-mastodon-instance/limifnkopacddgpihodacjeckfkpbfoe)
Verified locally that the listener works:
^^ I see the console
^^ I do not see the console in either the web page's console nor extension's console.
It appears to just fail silently. This invocation is using the func
parameter rather than the files
. I also verified the returned promise returns OK with no error (a Promise<null>
was returned)
The manfest has the scripting
permission as well as the activeTab
permission.