Отображение вопросов с тегом: Показать все вопросы

enable cookies in browser

I keep getting a message when loggin into my gmail account to enable cookies. I'm using firefox so I assume that's where it want cookies enabled but I don't find a settin… (читать ещё)

I keep getting a message when loggin into my gmail account to enable cookies. I'm using firefox so I assume that's where it want cookies enabled but I don't find a setting for it

Задан larry r 4 месяца назад

Последний ответ от jscher2000 - Support Volunteer 4 месяца назад

Intermittent connectivity problems

Hi, I'm on Debian. In the last day I have intermittent connection problems on many websites which go away after a while. Any ideas? I'm using Quad9 for DNS but I don't kn… (читать ещё)

Hi, I'm on Debian. In the last day I have intermittent connection problems on many websites which go away after a while. Any ideas? I'm using Quad9 for DNS but I don't know where in the chain something is going wrong

Задан awahl1138 4 месяца назад

Последний ответ от jonzn4SUSE 4 месяца назад

I made a tab group i saved it and closed it save memory, but i don't know how to find it to restore it

I made a tab group i saved it and closed it save memory, but i don't know how to find it to restore it I assumed after saving it there would be a list in my menu of saed … (читать ещё)

I made a tab group i saved it and closed it save memory, but i don't know how to find it to restore it I assumed after saving it there would be a list in my menu of saed tab groups for latter restore but i see nothing in the menu....

i normally have over 200 tabs open, but i've been getting lag and memory issue with my pc so I thought i'd uses this feature to close and organize some of my tabs....but i can't figure out were the menu that lists my saved tab groups...

Задан CB 4 месяца назад

Последний ответ от Eli 1 месяц назад

How to copy a mailto email link to the clipboard?

I'm simply trying to email someone using the email link on their site. The link is a mailto link which requires an email application (which I don't have). All I want is … (читать ещё)

I'm simply trying to email someone using the email link on their site.

The link is a mailto link which requires an email application (which I don't have). All I want is to copy the link to the clipboard.

Firefox lets me right click the link and copy the email address, but this doesn't allow me to provide the required Subject specified by the site's author.

I could have sworn Firefox used to have this feature. Netscape and IE certainly always had it back in the day.

Задан MartyJames 2 месяца назад

Последний ответ от jonzn4SUSE 2 месяца назад

Mozilla Connect navigation issue

Hopefully this may reach Mozilla Connect maintainers/developers. After posting a topic or a comment in Mozilla Connect, I struggled to find it. Somehow I found out there … (читать ещё)

Hopefully this may reach Mozilla Connect maintainers/developers. After posting a topic or a comment in Mozilla Connect, I struggled to find it. Somehow I found out there is a page "My Unmoderated Items", which is not referenced from my account, from main menu or anywhere reachable. Once you know the link or leave it open, it looks fine, but finding the page again is a real struggle.

Would you please add "https://connect.mozilla.org/t5/premod/moderationitemspage/tab/unmoderated:idea" to all relevant menus so that the user can find it easily?

Задан rekursivs 4 месяца назад

Последний ответ от Paul 1 месяц назад

Audible Cloudplayer wont work since current update of Firefox!

Dear Helper, since the newest Firefox update, i got today (16.09.25), the audible cloudplayer doesnt work anymore, meaning it wont load the audiobook! I emptied the cach… (читать ещё)

Dear Helper,

since the newest Firefox update, i got today (16.09.25), the audible cloudplayer doesnt work anymore, meaning it wont load the audiobook! I emptied the cache, but nothing changed. I tried the audible cloudplayer with Windows Edge and it works fine, so it is a Firefox specific problem. I granted all websides access to audio and media automatic replay, nothing changed. The cloudplayer doesnt work! So my question is: What else is interfering in Firefox with the loading of the player? Thank you so much in advance for your help :) Yours sincerely David

Задан Dk-Doom 5 месяцев назад

Последний ответ от Denys 2 недели назад

Deleting Bookmarks

I have Firefox installed on three Windows Desktop Computers. On one, I just cannot delete Bookmarks, no matter what suggestions I try. Verify Integrity of the database … (читать ещё)

I have Firefox installed on three Windows Desktop Computers. On one, I just cannot delete Bookmarks, no matter what suggestions I try. Verify Integrity of the database produced no results. I do not, for a variety of reasons, sync bookmarks (or anything else) between the three installations. Experienced user that has spent far too long on what should be a simple issue.

Задан Beowolf464 5 месяцев назад

Последний ответ от Denys 2 месяца назад

Persistant Pinned Tabs - Feature Request

PROBLEM: Pinned tabs are useful, but if I have more than one Firefox window open and I close them in the wrong order, the next time I open Firefox, my pinned tabs are gon… (читать ещё)

PROBLEM: Pinned tabs are useful, but if I have more than one Firefox window open and I close them in the wrong order, the next time I open Firefox, my pinned tabs are gone and I have to pin them again.

SOLUTION: Pinned tabs should be able to be permanent so that they will re-open no matter which Firefox window is closed first. Is there a way to make this work?

Задан Alan Haynes 4 месяца назад

Последний ответ от RichCPA 3 месяца назад

unwanted exe file installation

can someone please tell me why firefox is trying to install this unwanted file.....i run bitedefender everyday and everyday this pops up it is ANNOYING Online Threat Prev… (читать ещё)

can someone please tell me why firefox is trying to install this unwanted file.....i run bitedefender everyday and everyday this pops up it is ANNOYING Online Threat Prevention

firefox.exe attempted to establish a connection relying on an expired certificate to sync.contextualadv.com. We blocked the connection to keep your data safe since websites must renew their certificates with a certification authority to stay current, and outdated security certificates represent a risk. Add to exceptions

please email [edited email from public community support forum] ......

Задан laurie_gross 4 месяца назад

Последний ответ от Denys 4 месяца назад

Firefox Context Menu - Unwanted Navigation Images are Showing Again

Hi All, I was using the following CSS to hide the navigation images and show only text labels on the context menu for the Back, Forward, Reload and Bookmark Page menu op… (читать ещё)

Hi All,

I was using the following CSS to hide the navigation images and show only text labels on the context menu for the Back, Forward, Reload and Bookmark Page menu options...

/* Content Area Context Menu - Navigation Vertical Text */
#context-navigation,
#context-navigation > menuitem{
  flex-direction: column !important;
}
/* hide images */
#context-back image, #context-forward image,
#context-reload image, #context-stop image,
#context-bookmarkpage image{
   display: none !important;
}
/* show text labels */
#context-back:after, #context-forward:after,
#context-reload:after, #context-stop:after,
#context-bookmarkpage:after{
   content: attr(aria-label) !important;
   margin-inline-start: -19px !important; /* this pushes navigation text items to left, aligned with other menu items below */
}


It worked up until a couple of versions ago, but something has changed, and my CSS is now broken, and those navigation icons are back.

My context menu now looks like the attached image below.

Any help with showing only text labels on this menu is appreciated.

Thanks.

Задан Slouch 4 месяца назад

Последний ответ от jscher2000 - Support Volunteer 4 месяца назад

Developer Edition

Developer edition seems to be blocking Today's Deals when browsing amazon.com. Regular firefox does not do this. Suggestion on what to do to fix it. Also trying to bro… (читать ещё)

Developer edition seems to be blocking Today's Deals when browsing amazon.com. Regular firefox does not do this. Suggestion on what to do to fix it.

Also trying to browse distrowatch give the following: Warning: Potential Security Risk Ahead.

Задан Grumpy 5 месяцев назад

Последний ответ от Paul 5 месяцев назад

How to disable AI in Firefox completely?

With Firefox 144, there is unasked for/unwanted AI introduced. How do I ensure that all AI is completely disabled in my browser? I found a link describing some settings, … (читать ещё)

With Firefox 144, there is unasked for/unwanted AI introduced. How do I ensure that all AI is completely disabled in my browser? I found a link describing some settings, but want to confirm this will disable ALL AI in the browser. I don't want it, don't trust the privacy/security holes yet to be found and would prefer it was not included in Firefox to begin with. The list I've found is:

  • user_pref("browser.ml.chat.enabled", false);
  • user_pref("browser.ml.chat.menu", false);
  • user_pref("browser.ml.chat.page", false);
  • user_pref("browser.ml.chat.shortcuts", false);
  • user_pref("browser.ml.chat.sidebar", false);
  • user_pref("browser.ml.enable", false);
  • user_pref("browser.ml.linkPreview.enabled", false);
  • user_pref("browser.ml.linkPreview.optin", false);
  • user_pref("browser.ml.modelHubRootUrl", "");

Will this do it? What about:

browser.ml.chat.nimbus

Do I need to clear that field to ensure I don't get some auto opt-in in the future as more and more of this "stuff" is put into the browser?

Why not leave Firefox as a security/privacy conscious browser and put out a separate AI browser (FirefoxML?) for those that are not as concerned. How does Mozilla ensure that no information is leaked through AI from sessions for professionals that must protect physician/patient, attorney/client information or other legally confidential information?

Задан mozcrash1 3 месяца назад

Последний ответ от Agent virtuel 2 месяца назад