snarfed.org

Ryan Barrett's blog

stop mozilla plugin prompt

Wed, 01 Jan 2003 [comments (4)] [history] [rdf] [raw]

mozilla.pngff_icon.pngcamino.pngthunderbird.jpgbugzilla.jpg

Expanded from a mozdev.org FAQ:

Q: How do I stop Mozilla Firefox from prompting me to install a plugin?

A: Delete the libnullplugin.so from your Mozilla Firefox plugins directory. You may have to do this as root if you do not have write access to your Mozilla Firefox installation from your user account.

Q: But now Mozilla just shows blank space where plugin content would be. How do I know when I'm missing plugin content? (Or, how do I know when to feel warm and fuzzy because I successfully avoided a flash banner ad?)

A: Add this CSS to your userContent.css file:

embed {
  border: solid;
  border-width: 20px;
  border-color: red;
}


Now there will be a big ugly red box where plugin content would have been. Feel free to customize the size, color, etc. to your liking.

See also:

comment bubble OpenID corax, Mon 05 Sep 2005

Q: It seems like I have no libnullplugin.so. What do I do then?

comment bubble OpenID corax, Tue 06 Sep 2005

Looked into the original question in this thread. This is a better option.

about: config


> plugin.default_plugin_disabled
> Set value
> False.

You may get another annoying prompt in the place of the other, now gone one. If so:

about:config


> right-click and select New
> choose integer.
> privacy.popups.disable_from_plugins
> set the value to 2.

comment bubble OpenID ryan, Tue 06 Sep 2005

ooh, you're right, that is a much cleaner solution. thanks!

also, there are a few good GreaseMonkey scripts that address objects (usually movies) embedded in web pages. Remove Flash Objects does exactly that, and Unembed shows a "download" link next to embedded movies.

comment bubble OpenID pete, Fri 05 Dec 2008

when i click on [download] under a video clip on youtube it only downloads less than a gb of .swf of the movie and it can't be replayed how do i download it as .jpg or anything useful?

Post a comment...



Simple HTML and wiki markup are allowed.