Showing questions tagged: Show all questions
  • Solved
  • Archived

Lightshot extension does not display itself.

I got mad at a website that wouldn't let me right click menu to save pictures, so I stubbornly saved them via less efficient means, in the process I picked up the Long Sc… (read more)

I got mad at a website that wouldn't let me right click menu to save pictures, so I stubbornly saved them via less efficient means, in the process I picked up the Long Screenshot extension and this had an error shortly before or after I had an issue with Lightshot not appearing, other extensions did not appear either when I added them during this time period, but now these all appear with the exception of Lightshot, which gets deleted and reinstalled only to not appear, that of course being the problem, though I will also say that a right click menu not being there is like reaching onto my computer and pulling my finger away, sites that do that should be given the cold shoulder somehow, at least.

Asked by Moe Zilla 3 years ago

Answered by Dropa 3 years ago

  • Archived

Iframe doesn't load small images with srcset the first time

Hello, We have a solution to display a property sale detail in iframe. The first time it's displayed only the not small images or without srcset. Points of note: - The … (read more)

Hello,

We have a solution to display a property sale detail in iframe. The first time it's displayed only the not small images or without srcset.

Points of note: - The iframe is resized by javascript to take the height of the content height at loading. - Most images are defined with a srcset.

It's seems the browser begin to download 480px images as it should and the height resizing of the iframe cancel the requests (NS_BINDING_ABORTED) and it request the image in the attribute src but does not use it. The image preview in the inspector also display "Unable to load".

Refreshing the page display the images (with or without cache), you need to restart Firefox to have the issue with the same images. It's work correctly under Chrome.

Here an example https://test-agpwrapper.agence-plus.com/agpwrapper?k=cPZw_2neX-c At the end you have photo 3, photo 4, and photo 5 instead of the images, it's displayed if you refresh the page.

Thanks you for your support.

Asked by emillon 3 years ago

Last reply by emillon 3 years ago

  • Archived

Restore lost extensions (after using "Troubleshoot mode")

After experiencing some problems (saved tabs being empty, menus gone etc.) I read about restarting into troubleshoot mode ("Help"-"Troubleshoot mode" menu) which solved t… (read more)

After experiencing some problems (saved tabs being empty, menus gone etc.) I read about restarting into troubleshoot mode ("Help"-"Troubleshoot mode" menu) which solved those problems (I believe "Troubleshoot mode" might be the same as "Refreshing" Firefox, from what I've read -correct me if I'm wrong) . I'm on Firefox 98.0.2 on a Mac.

Following that I quit Firefox and opened it again the normal way which I assume means it went into the normal mode as before, but I realized all my extensions were gone! Reading through some older postings I see they're in a profile named "legacy_BAK.profile", and in addition I have recent Time Machine backups, so any files aren't lost, but I guess the simplest way to fix this is to re-install my extensions -but most extensions (inside the "extensions" folder within the profile folder) only have a cryptic numbered name with and .XPI extension. So how can I find out which extensions I used to have, and better yet -is there a quick way to just install everything back again with a single click (installing it from the legacy profile folder, or just moving something over to the new folder etc.)?

Asked by MLA 3 years ago

Last reply by MLA 3 years ago

  • Archived

Video problems with web pages

On the news web site I regularly follow videos are not displaying correctly for a long time now - they start and then freeze. In addition, from time to time, embed video … (read more)

On the news web site I regularly follow videos are not displaying correctly for a long time now - they start and then freeze. In addition, from time to time, embed video content is not existing. I would like to underline that the content is appearing normally when I use Microsoft Edge.

This is one of the pages: https://rs.n1info.com/vesti/eps-negira-da-je-nabavljao-opremu-za-prisluskivanje-istraga-strogo-poverljiva/

Asked by UmpahPah 3 years ago

Last reply by jonzn4SUSE 3 years ago

  • Archived

download warning keeps appearing after clearing downloads

The warning "This file contains a virus or malware" keeps appearing from my downloads progress bar even though the files have been deleted and the download history has b… (read more)

The warning "This file contains a virus or malware" keeps appearing from my downloads progress bar even though the files have been deleted and the download history has been repeatedly cleared. I've restarted my mac several times to no avail. Please can you help? Magnus

Asked by magnusbox 3 years ago

Last reply by Terry 3 years ago

  • Archived

prefs.js -- malware inserted

The Firefox prefs.js file was quarantined by avast yesterday. Message indicated malware had infected the file. Now when I click on the Firefox icon the MSN browser come… (read more)

The Firefox prefs.js file was quarantined by avast yesterday. Message indicated malware had infected the file. Now when I click on the Firefox icon the MSN browser comes up. How can I get back to using Firefox safely? Can I uninstall Firefox, then re-install it to make the problem go away?

Asked by shfergu 3 years ago

Last reply by James (On Leave) 3 years ago

  • Archived

Access denied to common sites like Lowes and Autozone

Why do I keep getting Access Denied error messages when I try to open common sites like Lowes or Autozone? These sites have always worked with no problem for many years … (read more)

Why do I keep getting Access Denied error messages when I try to open common sites like Lowes or Autozone? These sites have always worked with no problem for many years but now do not open. I have tried deleting all my history but they still don't work. Ready o quit FireFox.

Asked by jrblair54 3 years ago

Last reply by FredMcD 3 years ago

  • Archived

Only Firefox browser won't play sounds

Only Firefox Browser 100.0.1 (64-bit) and (32-bit) won't respond to HTML <audio> Tag in a webpage. I have 4 computers (tower, laptops and tablet) using Windows 7 o… (read more)

Only Firefox Browser 100.0.1 (64-bit) and (32-bit) won't respond to HTML <audio> Tag in a webpage. I have 4 computers (tower, laptops and tablet) using Windows 7 or Windows 10 though Firefox won't play <audio> tag sounds on any of them. All computers are also running Chrome (Version 101.0.4951.67 (Official Build) (64-bit)) and Internet Explorer (Ver: 20H2 OS Build 19042.1706) and those browsers play the <audio> Tag just fine. Note: videos from YouTube play video & audio as well as .mp3 files just fine in Firefox. Volume Mixer for Firefox is set to 50%, no mute. All other applications in Volume Mixer are set the same. I also deleted browsing history, cookies, Cash, Forms, Offline website data & search history as well as Site settings. Range to clear 'Today'. And, Firefox still won't respond to the <audio> tag. Also, restarted the computer and uninstalled Firefox and re-installed it, no change. w3schools.com indicates Firefox first supported the <audio> tag in version 3.5. Coding on webpage is: (javascript) $document.onkeyup(function(i){if(i.keyCode==37){document.getElementById('audio').play();}else{if (e.keyCode == 39){document.getElementById('audio').play();}}}) HTML coding is: <audio id="audio" controls style="display:none"> <source src="https://www.b*******.mp3" type="audio/mpeg"> Your browser does not support the audio element.</audio>. I also tried including <code>audio</code> element. just before the </audio> closing tag though no change. Thoughts?

Asked by ramled.l951413 3 years ago

Last reply by jscher2000 - Support Volunteer 3 years ago

  • Archived

Udemy site working very slow

Udemy site started exhibiting extreme slowness day before yesterday. It came out of blue and here is the link: https://infor.udemy.com/course/certified-kubernetes-adminis… (read more)

Udemy site started exhibiting extreme slowness day before yesterday. It came out of blue and here is the link: https://infor.udemy.com/course/certified-kubernetes-administrator-with-practice-tests/learn/lecture/14295514#overview

Tried following: clearing cache, disable/enable plugins, update FF to latest version etc.

Asked by gbittu 3 years ago

Last reply by gbittu 3 years ago

  • Solved
  • Archived

Firefox Browser

When I open a website, the message "Firefox is already running" comes up every time. Task manager says nothing is currently running. I have to click "close Firefox every … (read more)

When I open a website, the message "Firefox is already running" comes up every time. Task manager says nothing is currently running. I have to click "close Firefox every time I go to a website. Can you help? Thanks Alan Murray

Asked by traderam 3 years ago

Answered by cor-el 3 years ago

  • Archived

Firefox slow to load or can't load instacart web pages

I used to be able to use firefox to order groceries on instacart with no errors or performance issues. Since the end of March, I cannot use the site without interminable … (read more)

I used to be able to use firefox to order groceries on instacart with no errors or performance issues. Since the end of March, I cannot use the site without interminable errors and slow operation. Error 1727 seems to pop up a lot. I have tried clearing cache and cookies with no improvement.

This is my favorite browser by far, I am willing to pay to use it, but need the old reliable versions of Firefox back!

Today I had to use edge to get my order placed.  :(


Thanks, mmarhoefer

Asked by mmarhoefer 3 years ago

Last reply by cor-el 3 years ago

  • Archived

white box showing up on videos following update

I have this box that shows up over the top of any video application on my firefox browser since my most recent update. It doesn't appear on other browsers. How can I rem… (read more)

I have this box that shows up over the top of any video application on my firefox browser since my most recent update. It doesn't appear on other browsers. How can I remove it?

Asked by teecomp 3 years ago

Last reply by SuMo Bot 3 years ago

  • Archived

Websites don't load correctly

Hi, when I visit some websites, the pages do not work properly. The page does not want to upload properly and links on the page do not work. Can't log in to a page I have… (read more)

Hi, when I visit some websites, the pages do not work properly. The page does not want to upload properly and links on the page do not work. Can't log in to a page I have the latest version installed.

Asked by 20tassar 3 years ago

Last reply by FredMcD 3 years ago

  • Archived

Many sites load slowly or time out

I've had a problem recently with some sites (such as support.apple.com, but also others) loading very slowly or not loading at all. Restarting Firefox fixes it for a… (read more)

I've had a problem recently with some sites (such as support.apple.com, but also others) loading very slowly or not loading at all.

  • Restarting Firefox fixes it for a short while
  • I've tried changing to No Proxy from Use System Proxy Settings - this, like restarting, helped for a short while
  • Unchecking DNS over HTTPS: DID resolve the problem but I'm curious as to why. I enable it with Safari with no problem.

Asked by finches 3 years ago

Last reply by finches 3 years ago

  • Locked
  • Archived

Firefox : Did Not Connect: Potential Security Issue

Hi.. when i browse to https://www.youtube.com/, the page didn't load.. it's say error "Did Not Connect: Potential Security Issue". Error code: SEC_ERROR_UNKNOWN_ISSUER H… (read more)

Hi.. when i browse to https://www.youtube.com/, the page didn't load.. it's say error "Did Not Connect: Potential Security Issue". Error code: SEC_ERROR_UNKNOWN_ISSUER

How to fix it? My firefox was latest updates. Thx

Asked by SuMo Bot 3 years ago

Last reply by cor-el 3 years ago

  • Archived

Shift key opens developer menu

I saw this same issue posted on here, but I press the shift key while using the Firefox browser and what appears to be a developer menu pops up at the bottom of the page,… (read more)

I saw this same issue posted on here, but I press the shift key while using the Firefox browser and what appears to be a developer menu pops up at the bottom of the page, the crappy thing is this is occuring on my laptop so my keyboard is part of the computer lol

Asked by Souless Woo 3 years ago

Last reply by cor-el 3 years ago