Bluehost.com Web Hosting $6.95

mozilla and plugins

This is a discussion on mozilla and plugins within the Linux General forums, part of the Linux Forums category; How do I get mozilla to stop bitching about plugins? I have certain websites I frequent a lot and some ...


Go Back   Usenet Forums > Linux Forums > Linux General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-03-2005
Noah Roberts
 
Posts: n/a
Default mozilla and plugins

How do I get mozilla to stop bitching about plugins? I have certain
websites I frequent a lot and some have ads that use flash or some other
plugin I don't have. I get sick of it popping up an error dialog every
damn time asking if I want to search for the right plugin. How do I
make it stop?

Thanks.
Reply With Quote
  #2 (permalink)  
Old 07-03-2005
Lenard
 
Posts: n/a
Default Re: mozilla and plugins

Noah Roberts wrote:

> How do I get mozilla to stop bitching about plugins? I have certain
> websites I frequent a lot and some have ads that use flash or some
> other
> plugin I don't have. I get sick of it popping up an error dialog
> every
> damn time asking if I want to search for the right plugin. How do I
> make it stop?


Visit; http://plugindoc.mozdev.org/linux.html
And install the plugins as needed.

--
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." -- B. Franklin, 1759
Reply With Quote
  #3 (permalink)  
Old 07-03-2005
Michael Heiming
 
Posts: n/a
Default Re: mozilla and plugins

In comp.os.linux.misc Noah Roberts <nroberts@dontemailme.com>:
> How do I get mozilla to stop bitching about plugins? I have certain
> websites I frequent a lot and some have ads that use flash or some other
> plugin I don't have. I get sick of it popping up an error dialog every
> damn time asking if I want to search for the right plugin. How do I
> make it stop?


Strange don't have this problem, you could try entering
"about:config" in the URL bar and search for "plugin", look for
application.use_ns_plugin_finder and set it to false, seems
default in my version. Can't say for sure if this helps but worth
a try.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 23: improperly oriented keyboard
Reply With Quote
  #4 (permalink)  
Old 07-03-2005
Bill Marcum
 
Posts: n/a
Default Re: mozilla and plugins

On Sun, 03 Jul 2005 10:54:13 -0700, Noah Roberts
<nroberts@dontemailme.com> wrote:
> How do I get mozilla to stop bitching about plugins? I have certain
> websites I frequent a lot and some have ads that use flash or some other
> plugin I don't have. I get sick of it popping up an error dialog every
> damn time asking if I want to search for the right plugin. How do I
> make it stop?
>
> Thanks.


Install the plugins if they are available, or install Adblock and use it
to block any content from sites that require those plugins.


--
Tonight you will pay the wages of sin; Don't forget to leave a tip.
Reply With Quote
  #5 (permalink)  
Old 07-04-2005
Noah Roberts
 
Posts: n/a
Default Re: mozilla and plugins

Noah Roberts wrote:
> How do I get mozilla to stop bitching about plugins? I have certain
> websites I frequent a lot and some have ads that use flash or some other
> plugin I don't have. I get sick of it popping up an error dialog every
> damn time asking if I want to search for the right plugin. How do I
> make it stop?


Heh, I didn't expect it to be necissary to say I don't want to install
said plugins or said plugins are not available. I figured it would be
obvious that I would install them if I wanted to and they where...
Reply With Quote
  #6 (permalink)  
Old 07-04-2005
Noah Roberts
 
Posts: n/a
Default Re: mozilla and plugins

Michael Heiming wrote:
> In comp.os.linux.misc Noah Roberts <nroberts@dontemailme.com>:
>
>>How do I get mozilla to stop bitching about plugins? I have certain
>>websites I frequent a lot and some have ads that use flash or some other
>>plugin I don't have. I get sick of it popping up an error dialog every
>>damn time asking if I want to search for the right plugin. How do I
>>make it stop?

>
>
> Strange don't have this problem, you could try entering
> "about:config" in the URL bar and search for "plugin", look for
> application.use_ns_plugin_finder and set it to false, seems
> default in my version. Can't say for sure if this helps but worth
> a try.
>


Thanks. I will try that.
Reply With Quote
  #7 (permalink)  
Old 07-04-2005
Noah Roberts
 
Posts: n/a
Default Re: mozilla and plugins

Michael Heiming wrote:
> In comp.os.linux.misc Noah Roberts <nroberts@dontemailme.com>:
>
>>How do I get mozilla to stop bitching about plugins? I have certain
>>websites I frequent a lot and some have ads that use flash or some other
>>plugin I don't have. I get sick of it popping up an error dialog every
>>damn time asking if I want to search for the right plugin. How do I
>>make it stop?

>
>
> Strange don't have this problem, you could try entering
> "about:config" in the URL bar and search for "plugin", look for
> application.use_ns_plugin_finder and set it to false, seems
> default in my version. Can't say for sure if this helps but worth
> a try.
>


unfortunately that didn't work. It is already set to false. When I run
into a flash site it pops up an alert and asks if I want to dl it.
Reply With Quote
  #8 (permalink)  
Old 07-04-2005
Michael Heiming
 
Posts: n/a
Default Re: mozilla and plugins

In comp.os.linux.misc Noah Roberts <nroberts@dontemailme.com>:
> Michael Heiming wrote:
>> In comp.os.linux.misc Noah Roberts <nroberts@dontemailme.com>:
>>
>>>How do I get mozilla to stop bitching about plugins? I have certain
>>>websites I frequent a lot and some have ads that use flash or some other
>>>plugin I don't have. I get sick of it popping up an error dialog every
>>>damn time asking if I want to search for the right plugin. How do I
>>>make it stop?

>>
>>
>> Strange don't have this problem, you could try entering
>> "about:config" in the URL bar and search for "plugin", look for
>> application.use_ns_plugin_finder and set it to false, seems
>> default in my version. Can't say for sure if this helps but worth
>> a try.
>>


> unfortunately that didn't work. It is already set to false. When I run
> into a flash site it pops up an alert and asks if I want to dl it.


Look for chrome/userContent.css in your .mozilla directory and
put this in:

object, embed { display: none; }

Let us know if this works better (untested).;) Using Flashblock
(http://flashblock.mozdev.org/) is another idea getting rid of
unwanted flash ads.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 331: those damn raccoons!
Reply With Quote
  #9 (permalink)  
Old 07-04-2005
Noah Roberts
 
Posts: n/a
Default Re: mozilla and plugins

Michael Heiming wrote:
> In comp.os.linux.misc Noah Roberts <nroberts@dontemailme.com>:
>
>>Michael Heiming wrote:
>>
>>>In comp.os.linux.misc Noah Roberts <nroberts@dontemailme.com>:
>>>
>>>
>>>>How do I get mozilla to stop bitching about plugins? I have certain
>>>>websites I frequent a lot and some have ads that use flash or some other
>>>>plugin I don't have. I get sick of it popping up an error dialog every
>>>>damn time asking if I want to search for the right plugin. How do I
>>>>make it stop?
>>>
>>>
>>>Strange don't have this problem, you could try entering
>>>"about:config" in the URL bar and search for "plugin", look for
>>>application.use_ns_plugin_finder and set it to false, seems
>>>default in my version. Can't say for sure if this helps but worth
>>>a try.
>>>

>
>
>>unfortunately that didn't work. It is already set to false. When I run
>>into a flash site it pops up an alert and asks if I want to dl it.

>
>
> Look for chrome/userContent.css in your .mozilla directory and
> put this in:
>
> object, embed { display: none; }


This seems to have worked. Thanks.
>
> Let us know if this works better (untested).;) Using Flashblock
> (http://flashblock.mozdev.org/) is another idea getting rid of
> unwanted flash ads.
>

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 01:32 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0