Reputation: 319
I want to achieve this
Upvotes: 2
Views: 443
Reputation: 22671
You mean "noautohide" panel property?
It seems you cannot access to Panel object using the addon SDK, so you can create your own XUL Panel to set noautohide=true.
Upvotes: 0
Reputation: 5830
Ok, I looked at this a bit more, and I'd like to apologize for a couple of things:
One way to approach this is to load your html directly from the data folder, pass it into the content script and inject it into the page. Something like this:
https://builder.addons.mozilla.org/addon/1043886/latest/
Some usability guidelines for this:
Upvotes: 1