顯示下列標籤的問題: 顯示所有問題

Firefox seems to be broken!

Hi there, I'm new here so please bear with me if I've posted in the wrong place or have missed something obvious. I running Windows 10, fully updated, on a laptop. I h… (閱讀更多)

Hi there,

I'm new here so please bear with me if I've posted in the wrong place or have missed something obvious.

I running Windows 10, fully updated, on a laptop. I have been using Firefox browser now for many years, suits my needs and avoid's using Goolges Chrome. My Firefox was updated a in the last few days and it shows as up to date on Version 129.0.1 64bit.

I noticed late last night that when opening a fresh window and enter a search term in either the address bar or the Google search bar, my usual choice of search engine, I hit return and nothing happens. Any text I've input disappears totally. Not at all sure what's going on but have found that if I open a new private window Firefow will act as I'd expect without any issues.

I have two other browsers on my laptop, Edge and also Avast's own offering which both work as expected when I enter a search term. Have never experienced this before with the exception of years ago when malware protection wasn't great. It almost seems as though something is just stopping Firefox from searching anything I enter. I can use the bookmarks just fine and then everything works as usual.

Yesterday I thought that maybe following the new windows culmulative updates I was offered and apparently installed just fine, that I needed to restart which a tried and I thought it had cured the issue. Seems that it hasn't and still having the same issue.

Any idea's or thought's on what the cause of this is?

derekalan999 於 5 天前 詢問

derekalan999 最近回覆於 25 分鐘前

Firefox freezing

Hi, I'm using Linux Mint 22, Firefox 129.0 (64-bit). Browser is hanging after approximately 4 hours. Not sure if this is a Firefox issue, but this is where I'm starting t… (閱讀更多)

Hi, I'm using Linux Mint 22, Firefox 129.0 (64-bit). Browser is hanging after approximately 4 hours. Not sure if this is a Firefox issue, but this is where I'm starting the troubleshooting process. My suspects are (1) the browser, (2) NVIDIA drivers (3) the new Linux Mint kernel or possibly (4) a mix of the above. This was a fresh install with default options on (Wilma). Using the latest graphics drivers for GeForceRTX 2060, driver version 555.58.02, went down to native drivers, no change. Honestly, this one has me baffled. Been troubleshooting this for 3 days. It feels like a memory leak. Nothing on the crash reports. First, browser will hang, then mouse and keyboard. Hard reboot is the only option. Any help would be appreciated.

Proto Plasma 於 19 小時前 詢問

Proto Plasma 最近回覆於 1 小時前

pCloud PDF links do not open in Firefox for Linux.

pCloud PDF links do not open in Firefox for Linux. When I share a pCloud PDF link to social media groups, the link doesn't work. I know that the link will open in other … (閱讀更多)

pCloud PDF links do not open in Firefox for Linux.

When I share a pCloud PDF link to social media groups, the link doesn't work. I know that the link will open in other browsers.

persister1 於 2 小時前 詢問

Virus problem

I have a virus that posts its site on my landing page / home page. It cannot be dismissed. I cannot find any part of its URL in Finder. Norton Antivirus doesn't detect… (閱讀更多)

I have a virus that posts its site on my landing page / home page.

It cannot be dismissed. I cannot find any part of its URL in Finder. Norton Antivirus doesn't detect it. It cannot be overwritten. It cannot be edited away. It CAN be moved to the fourth line of home page icons and only three lines shown, which puts it out of sight. Rebooting the machine doesn't cure it.

Can I find the listing of sites on my home page and remove it from the list?

Any help would be appreciated.

I'm not good with computers so help has to be put in simple terms.

jobourne 於 2 小時前 詢問

Crashes when using Youtube on Firefox

Hi. I got a new laptop some weeks ago (Linux Fedora) and I've been using Firefox without any problems until last week. When watching Youtube videos my system shell crashe… (閱讀更多)

Hi. I got a new laptop some weeks ago (Linux Fedora) and I've been using Firefox without any problems until last week. When watching Youtube videos my system shell crashes completely. This problem ONLY happens with Youtube videos and Firefox. Other browsers work fine and I don't have this problem in other websites.

Recent crashes ID: bp-f6b555b9-0fbb-447d-a3b3-9f7ee0240818 bp-1fad31a3-0735-49dd-92ac-44e2d0240818 bp-19ae85a5-8bd3-4d3b-b366-f65a10240818 bp-7ca6ded3-871e-45ad-8351-f21c40240818 bp-88f4aca2-437b-45d1-8d7a-11a7c0240818 bp-ebb8ed44-af42-44c1-89f9-54b1f0240818 bp-3aa6e40e-467c-4c72-8373-b23e30240818

fjcorfel 於 3 天前 詢問

fjcorfel 最近回覆於 5 小時前

YouTube

Eu sou utilizador do youtube e já há muito tempo (2 anos +/-) este faz interrupções constantes de video e audio ao mesmo tempo quando tento ver algo no youtube, isto só… (閱讀更多)

Eu sou utilizador do youtube e já há muito tempo (2 anos +/-) este faz interrupções constantes de video e audio ao mesmo tempo quando tento ver algo no youtube, isto só acontece com o Firefox com o Omega não há este problema, eu queria continuar com o Firefox mas com o assunto resolvido. Obrigado

francisco dias 於 6 小時前 詢問

Script is not working

Hi i have script <script> (() => { const script = document.createElement("script"); script.setAttribute("type", "text/javascript"… (閱讀更多)

Hi i have script

<script>

       (() => {
           const script = document.createElement("script");
           script.setAttribute("type", "text/javascript");
           script.src = "https://js.hsforms.net/forms/embed/v2.js";
           script.addEventListener("load", () => {
               hbspt.forms.create({
                   region: "na1",
                   portalId: "39672158",
                   formId: "892e2f84-627a-4c41-8f9e-642cb468a70c",
               });
           });


           document.head.append(script);
       })();
   </script>

I have contact the script provider team and it says that

For transparency, I'm going to relay what was shared in an internal inquiry:


Because it's an external feature of Firefox that is designed to disable exactly this kind of content (external tracking and forms), there isn't much we can do.

In Mozilla's docs they explicitly call out forms as one of the types of content this is designed to block which specifically mentions a few forms areas here.

Many websites load external ads, videos and other content with tracking code from other companies. For example, a website may embed a video from a video platform. The code that loads the video contains trackers. Blocking tracking content can make sites load much faster, but parts of pages might not work correctly or appear at all.


Tracking content can include:

Ads

Login fields

Forms

Payments

Comments

Videos and photos

Buttons

I can see this happening in the Private mode but can you see on your end, if following the settings in Firefox's documentation to disable this for all windows does the form appear in non-private mode? Hmm even after setting to custom and unchecking all the boxes the form script still doesn't load.

I added https://www.psbspeakers.com as an exception too but it doesn't appear to do the trick.

As far as this goes since this is something implemented by Firefox we're not able to overrule this on our end

so now what should i do

Nikhil Kashyap 於 11 小時前 詢問

how to fix broken image links from saving a gmail related webpage with copied urls and images attached to them that i put in email to send to my self, and opened in a new tab and saved on firefox of webpage complete

Basically i was on instagram and i couldnt save the webpage of the suggestion profiles on someones profile so i decided instead to copy each of the suggestion profiles an… (閱讀更多)

Basically i was on instagram and i couldnt save the webpage of the suggestion profiles on someones profile so i decided instead to copy each of the suggestion profiles and paste them into gmail where i sent the email to my self, opened it in a new tab and saved the webpage as an htm file but now the image links attached to the urls and the plain text are broken making it impossible to view the images tide to each url any help of how to fix the broken images would be much help

hototterz 於 12 小時前 詢問

Translucent floating rectangle appears, since latest Firefox update, possibly related to Ghostery

I'm on a Macbook Air, Sonoma 14.5. Since the most recent Firefox updates (129.01 and 129.02), a translucent rectangle has appeared on some web pages that I access. I can … (閱讀更多)

I'm on a Macbook Air, Sonoma 14.5. Since the most recent Firefox updates (129.01 and 129.02), a translucent rectangle has appeared on some web pages that I access. I can see through it, but I cannot click on anything, or select text, in areas covered by the rectangle. It doesn't always appear immediately, it may take a minute or so of scrolling before it shows up. If I restart Firefox in Troubleshoot mode, the rectangle goes away. But when I restart normally, it comes back. If I turn all extensions off (I don't use very many), the problem goes away. If I turn Ghostery back on, it comes back.

I've turned off Ghostery for now. So my questions are: (1) Does the latest Firefox just not work and play well with Ghostery? (2) Is that floating rectangle likely to be a sign of something bad, or just an annoyance?

Many thanks for any clues!

Amanda9 於 15 小時前 詢問

Display of Google Sheets fails

Version 128.0.3 (64-bit) What’s new Mozilla Firefox for Linux Mint When I visit a page which contains a Google Doc spreadsheet or try to open a Google Spreadsheet the pa… (閱讀更多)

Version 128.0.3 (64-bit) What’s new Mozilla Firefox for Linux Mint

When I visit a page which contains a Google Doc spreadsheet or try to open a Google Spreadsheet the page often fails to render properly and what I see is my desktop background instead of the Google doc element or Google doc sheet. Please see attached. This has been happening for ages and I resorted back to Chrome for such pages but now I'd like to see if it can be resolved.

GusGF 於 4 天前 詢問

GusGF 最近回覆於 19 小時前

How do I turn off the spam filter that sends all the emails I get from the New York Times?

Everything I get from the NYTimes goes straight to my spam folder, which is not the case with Google Chrome. I've had a GEEK Squad tech try to fix the problem, but he cou… (閱讀更多)

Everything I get from the NYTimes goes straight to my spam folder, which is not the case with Google Chrome. I've had a GEEK Squad tech try to fix the problem, but he couldn't. Is there any way I can solve this longstanding problem? (I get lots of emails from the NYTimes because I participate in their comment threads, where I check the box to be alerted when someone responds to my comment, but that all goes into my spa folder. It's frustrating!)

Jimuncy 於 20 小時前 詢問

Icons look funny on Chess.com, but only when I use Firefox

Icons look funny when I am on Chess.com If I use Microsoft edge on this same PC the site looks fine. But when I log in with Firefox the Chess.com website Icons look lik… (閱讀更多)

Icons look funny when I am on Chess.com If I use Microsoft edge on this same PC the site looks fine. But when I log in with Firefox the Chess.com website Icons look like symbols. This is some kind of extension issue? Look at the upper right corner of the screen shot I have attached. Thank you, HELP!

Mr Jim1973 於 20 小時前 詢問

Mr Jim1973 最近回覆於 20 小時前

No internet connection

Gmail inform there is no internet connection. Amount of cookies is only 20 MB and cache is 80 MB. I have to enter my registration to the websites I visit quite often! I'm… (閱讀更多)

Gmail inform there is no internet connection. Amount of cookies is only 20 MB and cache is 80 MB. I have to enter my registration to the websites I visit quite often! I'm a Firefox user for over 20 years but planning to quit very soon.

Paulo Leme 於 21 小時前 詢問

Problem accessing the secondary search engines under V129.0.

Running macOS 14.6.1 with Firefox V129.0.2. Since I upgraded Firefox either to 129.0 or 129.0.1 (I didn't notice the issue immediately), it seems I can't access anymore … (閱讀更多)

Running macOS 14.6.1 with Firefox V129.0.2.

Since I upgraded Firefox either to 129.0 or 129.0.1 (I didn't notice the issue immediately), it seems I can't access anymore any of the secondary search engines that appear when you click on the search windows. The default search engine is DuckDuckGo and, if I wish to ask it something, it is still correctly answers. However, if I want to ask to one of the secondary search engines (for example, Google, or the French or English Wikipedia), clicking on the icon of this engine doesn't produce any result anymore.

Please note that I also upgraded from macOS Sonoma 14.5 to 14.6.1 at approximately the same time I upgraded Firefox to 129.0.1. No idea if this has any bearing on the issue.

Is this a known issue? And, if not, has anybody any idea on how to troubleshoot it?

Thanks for any help, Denis Maillard.

tb6v9pvydy 於 21 小時前 詢問

Failure to log in to certain sites

I am trying to log in to my Wise account. The site loads and I have filled in my email and password but when I click on the Log in button nothing happens. On Microsoft Ed… (閱讀更多)

I am trying to log in to my Wise account. The site loads and I have filled in my email and password but when I click on the Log in button nothing happens. On Microsoft Edge it works perfectly. I have had this problem on other sites recently. Roger

ferrand24 於 1 天前 詢問

ferrand24 最近回覆於 22 小時前

429 Too Many Requests You have sent too many requests in a given amount of time.

Hi, Hopefully someone can help. This started a couple of days ago. I'm actually trying to log in to my own account on Flickr. If I just input Flickr.com, the main front … (閱讀更多)

Hi, Hopefully someone can help. This started a couple of days ago. I'm actually trying to log in to my own account on Flickr. If I just input Flickr.com, the main front page loads, if I then go to log in, I get: "429 Too Many Requests You have sent too many requests in a given amount of time" on the screen. I've only hit enter once. As far as I can see this is the only site that does this BUT Youtube sometimes plays up, so maybe something is happening in the back ground with that. Might be totally unconnected.

I've tried using Opera (my main back up) and that loads my account just fine. I've tried turning off the extensions Adblock, No Script etc and the 429 error still pops up everytime I go to log in..

Any ideas? Anyone?

Thanks in advance. Graham

postbox2 於 2 天前 詢問

postbox2 最近回覆於 23 小時前

Extension will not launch from Firefox

Hello. I've installed OnePassword as my password manager, but it will not launch from Firefox when I am trying to login to sites and forget my password. Very frustrating.… (閱讀更多)

Hello. I've installed OnePassword as my password manager, but it will not launch from Firefox when I am trying to login to sites and forget my password. Very frustrating.

debra.twersky 於 1 天前 詢問

Cannot print web page tp PDF

Beginning with a FF update about 6 months ago, I cannot print a web page to a PDF. I CAN print to PDF on other browsers (i.e., 'Chrome, MS Edge, etc.). If a FF setting,… (閱讀更多)

Beginning with a FF update about 6 months ago, I cannot print a web page to a PDF. I CAN print to PDF on other browsers (i.e., 'Chrome, MS Edge, etc.).

If a FF setting, what am I missing? I have tried "everything"!!

I am using the latest version of FF

Fred Hudspeth

Tyler, TX

Fred Hudspeth 於 1 天前 詢問