Please, give me a hint, how can my BHO produce that yellow "information
bar" with custom message.
"Information bar" is a yellow pane, currently used by popup blocker,
where you see "Popup blocked. To see this popup or additional options
click here".
But I want my BHO to produce similar pane with my custom text.
In Firefox, it can be done (in JavaScript) using
tabbrowser.showMessage() method.
Thank you,
Denis