[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Firefox plugin downloader pretends to install flash



Jeffrey W. Baker wrote:
It's harmless, but is there any way to disable that annoying plugin
downloader?  It takes up a lot of screen space.

You can put this little piece of CSS into your chrome/userChrome.css in your profile:

browsermessage[type=top] {
    display: none;
}

Michal



Reply to: