-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Firefox] Ability to open the logger into the browser's sidebar #2854
Comments
Looks like you are on MacOS? Could be a Linux-specific issue. |
Yes, I'm using MacOS. Maybe someone with Windows OS can confirm the issue? |
Just some ideas:
And the tooltip could list these options. |
Drop list issue in sidebar: https://bugzilla.mozilla.org/show_bug.cgi?id=1190679#c11. |
How about devtools panel? This can also be implemented in Chrome. |
it would be cool to have this for vivaldi too. |
uBO's logger is unified. A dev tool panel is meant to provide tools for the current page only. For instance, had the logger not been unified and implemented as a dev panel, it would be next to impossible to witness Instart Logic at work -- uBO's logger is out of reach of such ploy used by Instart Logic. |
This will need to be fixed for Opera too, it supports side bars. |
Firefox WebExtensions API supports the
sidebarAction
API, which purpose is to open "a pane that is displayed at the left-hand side of the browser window, next to the web page."I want to investigate whether using the sidebar API to host uBO's logger is practical. I can confirm it is feasible, by simply adding the following entry to uBO's manifest file:
Result:
Issues to investigate/solve:
The text was updated successfully, but these errors were encountered: