顯示下列標籤的問題:

AdBlock remover

Hi, When I want to open and see most of sites, this extension show me the pop up and message: Ads Blocker Detected!!! We have detected that you are using extensions to b… (閱讀更多)

Hi, When I want to open and see most of sites, this extension show me the pop up and message:

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker. Help me please to remove this Ab Blocker. Thank You.

Open 1 441

@Mozilla Staff: Please don't ruin Firefox.

I beg of you, please do not go forward with the AI focused policies. AI as it currently stands is a rapidly sinking ship that a LOT of consumers hate, and that group is c… (閱讀更多)

I beg of you, please do not go forward with the AI focused policies. AI as it currently stands is a rapidly sinking ship that a LOT of consumers hate, and that group is coincidentally the group that most frequently uses Firefox. By pushing forward AI-first policies, you are alienating your userbase, destroying the privacy and usability that makes Firefox special, and you're upsetting millions of people that love this service. Please, for the love of god, DON'T GO FORWARD WITH AI. Stick to what makes Firefox special, and it will flourish as every other browser becomes more and more unusable.

Open 4 434

Secure connection failed notification

Secure Connection Failed Error Code SSL_ERROR_RX_RECORD_TOO_LONG displayed when connected to Cow.huntforeeenst.com SSL Unable to notify website Error code is displayed wh… (閱讀更多)

Secure Connection Failed Error Code SSL_ERROR_RX_RECORD_TOO_LONG displayed when connected to Cow.huntforeeenst.com SSL Unable to notify website Error code is displayed when connected to Yahoo Mail.

Open 1 432

Why the move to AI?

The talk of Firefox considering the addition of more AI features does not inspire any confidence in the security of the browser I've grown to rely on. I've only started u… (閱讀更多)

The talk of Firefox considering the addition of more AI features does not inspire any confidence in the security of the browser I've grown to rely on.

I've only started using Firefox as my main browser recently, because I wanted to avoid the AI bloat that other browsers have. If Firefox's current team goes along with forcing more generative AI features, I will certainly move to a new browser.

Why push AI if it threatens people's privacy and enjoyment of the browser, especially since people like me have moved to using Firefox because Google's AI features have threatened our privacy and enjoyment of said browsers? Not having to deal companies reliance on generative AI features is what brought me and many other new users to Firefox. The idea that this could be taken away is not only going to result in much of the current userbase leaving, but also turn away future uses who may get fed up with how gen AI is being used in their current browsers.

Open 1 432

How do I PERMANENTLY hide the AI bar... I mean side bar?

Dear Firefox Every few days the sidebar reappears. I DO NOT WANT to use the AI chatbot. Having tabs from other devices is all that useful to me. It feels like something t… (閱讀更多)

Dear Firefox

Every few days the sidebar reappears.

I DO NOT WANT to use the AI chatbot.

Having tabs from other devices is all that useful to me. It feels like something that's just there to justify the AI chatbot bar existing.

I can access bookmarks and history from the toolbar. Don't need a new sidebar for that. They don't justify your stupid AI chatbot bar.

I DO NOT WANT TO USE YOUR AI CHATBOT. YOUR SIDEBAR IS LITERRALY NO DIFFERENT FROM A POP UP ADVERT. SO STOP HAVING IT POP UP AGAIN AND AGAIN.

Open 1 432

JavaScript

Trying to reactivate my Adobe CS6 software package and when I try to login to the Adobe website it tells me that to access the Adobe site I have to update my Mozilla brow… (閱讀更多)

Trying to reactivate my Adobe CS6 software package and when I try to login to the Adobe website it tells me that to access the Adobe site I have to update my Mozilla browser by adding JavaScript to the browser. Why is this required and is there any means to access Adobe using Firefox without complicating the browser by adding JavaScript?

Open 2 426

On the topic of "AI" and Privacy

Firefox is already a product that works and is probably the best alternative to any of the other major browsers out there. It's a product that I've been happy to use for … (閱讀更多)

Firefox is already a product that works and is probably the best alternative to any of the other major browsers out there. It's a product that I've been happy to use for many, many years. So why is it being ruined by this needless push to add in "AI"? I don't want it. I don't want any part of it to touch my experience using this browser. I want either an easy way to completely turn it off so it can't suck up my data and expose my private information, or not have it be included at all. I will actively be looking for alternative browsers if these plans continue.

Open 1 425

mpenzie tv

When I play YouTube videos in Firefox, the video stutters and drops frames, even at 480p. Audio keeps playing normally. This does not happen in Chrome on the same compute… (閱讀更多)

When I play YouTube videos in Firefox, the video stutters and drops frames, even at 480p. Audio keeps playing normally. This does not happen in Chrome on the same computer. The issue started about a week ago. I’m using Firefox on Windows 11 on a laptop. Restarting Firefox did not fix it.

Open 2 425

Set Private Mode as Default on Acer Chromebook 315?

My husband's Windows computer failed, and I am setting up his new Chromebook as a holiday gift. Unfortunately, the instructions for setting Private Mode as the default fo… (閱讀更多)

My husband's Windows computer failed, and I am setting up his new Chromebook as a holiday gift.

Unfortunately, the instructions for setting Private Mode as the default for Firefox don't fit what I see on the Acer Chromebook 315.

Please provide appropriate instructions. I want to place it in his office, ready to go, before he gets up tomorrow morning, December 25. I am in Central Time in the US.

Open 12 424

Concerned about AI use.

I have happily used Firefox for years now, but I avoid using AI for both privacy and environmental reasons. I am extremely concerned by Mozilla's increased emphasis on th… (閱讀更多)

I have happily used Firefox for years now, but I avoid using AI for both privacy and environmental reasons. I am extremely concerned by Mozilla's increased emphasis on these technologies. I do not want, nor will I put up with, new AI features in my browser. If the company continues this push, I will move to a different browser. It'll be very annoying, and I'll be really upset about it, but it's what I'll have to do if y'all keep going down this path. Please stop.

Open 1 424

"Find" highlighted text background is really tough for this color blind person.

Doing a "find" ends up showing a greenish (so I'm told) background with white text. Want to guess which "find" in the attached image is difficult for me to find? What I w… (閱讀更多)

Doing a "find" ends up showing a greenish (so I'm told) background with white text. Want to guess which "find" in the attached image is difficult for me to find?

What I would like: Find (focus): yellow text on black background Find All: white text on black background

Yes, of course it would be nice if that would auto switch to black on yellow if the website default is black background.

I can hack userContent.css and get the selection function to work:

/* General highlight (for text selection, etc.) */

selection {
   background: #FFFF00 !important;  /* Yellow background */
   color: #000000 !important;       /* Black text */

}

I can hack userContent.css and get the Find All (sans the focus) to work.

But firefox always provides the focus with white on green. Even if I do something like this:

/* Customize the color of highlighted search text */ input[type="search"]:focus::selection {

   background: #FFFF00 !important;  /* Yellow background */
   color: #000000 !important;       /* Black text */

}

I tried several themes. No change. I tried changing Windows Preferences. No change.

There must be a way to make this "find" feature useful for me.

Open 1 424

The built-in Firefox translation button is missing.

Hello,all, The built-in translation button in Firefox disappeared on the Reddit website. Please add a fixed access key for the 'Translate button'. I also recommend introd… (閱讀更多)

Hello,all, The built-in translation button in Firefox disappeared on the Reddit website.

Please add a fixed access key for the 'Translate button'. I also recommend introducing an automatic website translation function. Thank!

Open 9 424

Restoring bookmarks after Firefox update

I recently upgraded Firefox to 145.0.1 but all my bookmarks are missing. I have a backup file. I tried to restore the bookmarks by opening the Library & selecting Re… (閱讀更多)

I recently upgraded Firefox to 145.0.1 but all my bookmarks are missing. I have a backup file. I tried to restore the bookmarks by opening the Library & selecting Restore (under Import & Backup), then clicking "Choose file". However, nothing happened; no further pop-up window. Please advise.

Open 1 424

AI Integration Feedback

I am incredibly concerned and disappointed over the announcement of the intention to turn Firefox into an AI browser. I use Firefox primarily for privacy concerns, and th… (閱讀更多)

I am incredibly concerned and disappointed over the announcement of the intention to turn Firefox into an AI browser. I use Firefox primarily for privacy concerns, and the already existing AI "features" that it has are pushing my boundaries already. The addition of more AI into this browser will slow it down, deplete natural resources, and ultimately push me away from it. I've been using Firefox happily for over 15 years now, don't ruin the good thing we have here.

AI is trash that doesn't do what it's being touted as capable of doing, and I'm sick of having it shoved in my face. Don't flush decades of good will down the toilet for no reason.

Open 1 423

How to enable JavaScript?

How do I enable JavaScript on your browser? I’ve tried searching about:config It doesn’t work!! Please reply to: [edited email from public community support forum] Thanks… (閱讀更多)

How do I enable JavaScript on your browser? I’ve tried searching about:config It doesn’t work!! Please reply to: [edited email from public community support forum] Thanks, Linda

Open 1 416