You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The redirection notification currently looks like this:
In the WebExtension (WE) environment, there's no such notification bar, so I'd suggest to use a page action to implement the same feature in the WE version.
The text was updated successfully, but these errors were encountered:
The current implementation (locally on my PC) is available here: https://pastebin.mozilla.org/9071955
Some code (e.g. cropUri() or the loop header (line 70–74)) can be reused from there.
Another option is to create a website overlay. However, I do not know if DOM changes by the extension can be detected by the website; but maybe that's not a matter we should care about.
@LiamZ are you working on this issue? If not, @jrrdev would take it.
Another option is to create a website overlay. However, I do not know if DOM changes by the extension can be detected by the website; but maybe that's not a matter we should care about.
@jrrdev do you have experience in making such an overlay? In any case, I think a page action is the easiest way to (at least quickly-and-dirtily) port the notification to WE, no? :)
The redirection notification currently looks like this:
In the WebExtension (WE) environment, there's no such notification bar, so I'd suggest to use a page action to implement the same feature in the WE version.
The text was updated successfully, but these errors were encountered: