Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1111393
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T02:32:22+00:00 2026-05-17T02:32:22+00:00

I have a Firefox plugin that adds some optional features to my web app.

  • 0

I have a Firefox plugin that adds some optional features to my web app. I’m using an object tag in the html to embed the plugin. However, if a user doesn’t have the plugin Firefox displays the message:

Additional plugins are required to display all the media on this page.

Since the plugin is just for optional features I don’t want this message displayed even if they don’t have the plugin.

Is there anything I can to do keep Firefox from displaying this message?

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T02:32:23+00:00Added an answer on May 17, 2026 at 2:32 am

    You can try detecting the presence of the plugin with the navigator.plugins object using Javascript, before injecting the object needed for the additional features to work dynamically. For instance, this script will check for the presence of the Flash plugin:

    for(var i = 0; i < navigator.plugins.length; i++){
        if(navigator.plugins[i].description.indexOf('Shockwave Flash') !== -1){
           console.log(navigator.plugins[i]);
           break;
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an NPAPI Plugin that runs in Firefox, but any time that the
I have created a data base (.sqlite) using SQLiteManager plugin for firefox,now I want
I have an ActiveX plugin that we need (if possible) to run in Firefox.
I have a db file which I want to open using a firefox plugin.
I have a FireFox browser plugin that is devloped in C++, that connects to
Is it possible to create Selenium tests using the Firefox plugin that use randomly
I am using the Firefox plugin Vimperator that simulates vim like behaviour. However, i
I have a web page that uses the QuickTime plugin to display a 360-degree
Is there a firefox plugin which functions as an SVN client? I have checked
I have implemented the plugin by NPAPI for Firefox, Chrome, Safari, but there is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.