A
A
Andrew2013-03-23 22:33:41
Mozilla Firefox
Andrew, 2013-03-23 22:33:41

Is it possible to change the background in the stub of an inactive plugin in Firefox?

I want to change this gray nightmarish to something light

image

Answer the question

In order to leave comments, you need to log in

6 answer(s)
V
vmb, 2013-03-24
@dasty

Try adding this line to userContent.css:

embed vbox.mainBox {background-image: none !important;}

Well, and add a background color to taste. Or change the picture.

A
Andrey, 2013-05-02
@dasty

me for the future

embed vbox.mainBox {
    background-image: none !important;
    background-color: #eee !important;
    box-shadow: none !important;
}

embed vbox.mainBox * {
  opacity: .7 !important;
    text-shadow: 0 0 4px rgba(0,0,0,.5) !important;
}

A
Andrey, 2013-05-02
@dasty

Firefox - Help - Troubleshooting Information - Profile Folder - Show Folder - Create a "chrome" folder and put userContent.css for the plugin block and userChrome.css for the code below
Return the Go button to the address bar and remove the Asterisk. We write in userChrome.css

#go-button {
  visibility: visible !important;
}

#feed-button, #star-button {
 display: none !important;
}

A
Andrey, 2013-05-02
@dasty

Disable this popup message
image
In about:config - plugins.hide_infobar_for_missing_plugin to true

A
Andrey, 2013-05-03
@dasty

Return http:// to address bar:
about:config
browser.urlbar.trimURLs - false

A
Andrey, 2013-05-03
@dasty

Google as default search engine in address bar
about:config keyword.URL - http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question