Afficher les questions étiquetées : Afficher toutes les questions
  • Résolu
  • Archivé

Firefox toolbar not showing addon extensions

I have run Firefox for years on up to 4 PCs at once, everything has always synced and screens all look the same. Recently one laptop lost the addon extension icons in th… (lire la suite)

I have run Firefox for years on up to 4 PCs at once, everything has always synced and screens all look the same. Recently one laptop lost the addon extension icons in the Firefox toolbar. They remain on all other installations. I have tried uninstalling Firefox and installing an earlier build, and also the latest Beta build with no luck. All extensions show as installed and activated. I have copied the Profile from another laptop. I have of course done a reset. Any other suggestions?

Demandé par pcvallee il y a 1 an

Réponse de pcvallee il y a 1 an

  • Archivé

Add a webpage shortcut to the FireFox home page in Windows 10

How can I add a webpage shortcut to the FireFox home page in Windows 10? I just want to simply add a shortcut to a webpage that is currently not on the home page, in spi… (lire la suite)

How can I add a webpage shortcut to the FireFox home page in Windows 10? I just want to simply add a shortcut to a webpage that is currently not on the home page, in spite of having visited it several times. since the automatic adding of visited sites is not consistent (some sites do not show up on the home page no matter how often I visit them while others that I have visited once act like they are pinned, but they are not), I need to be able to add a website shortcut manually, and none of the help articles that I have found successfully do that. at least in my current version of Firefox, which is version 108.0.2 (64-bit).

Demandé par rayny il y a 1 an

Dernière réponse par cor-el il y a 1 an

  • Résolu
  • Archivé

Firefox won't let me sign into Clickbank

Only the Firefox browser is not allowing me to log into my Clickbank account, yet other browsers I have not issues with. Going to: https://accounts.clickbank.com/login.h… (lire la suite)

Only the Firefox browser is not allowing me to log into my Clickbank account, yet other browsers I have not issues with.

Going to: https://accounts.clickbank.com/login.htm and logging in, using Firefox, I get the following prompt: "Oops, there was an issue submitting your information. Please try again later. If this issue persists please contact our customer support team."

And, have been informed by the staff at Clickbank to try different things... which is how I came to discover that I CAN log into my Clickbank account using ANY browser EXCEPT Firefox.

I've cleared the cache and history from Firefox, I'm using standard for privacy anyway... and I've also cleaned my computer with CCleaner and rebooted the computer. I've check that I'm using the latest and greatest version of Firefox.

Yet, I STILL cannot log into my Clickbank account using Firefox.

ANY suggestions would be GREATLY appreciated, else I will need to STOP using Firefox, as I'm concerned that whatever is doing this, will start shutting me down from logging into all accounts, every where on the net.

Thank you in advance.

Demandé par Trish il y a 1 an

Réponse de Trish il y a 1 an

  • Résolu
  • Archivé

userChrome.css is not being applied

I am trying to have Firefox show an "X" on every tab as soon as I hover above it. I followed a certain article and implemented this code: /* Show Tab Close buttons only… (lire la suite)

I am trying to have Firefox show an "X" on every tab as soon as I hover above it. I followed a certain article and implemented this code:

/* Show Tab Close buttons only when hovered */

  1. tabbrowser-tabs > .tabbrowser-tab:not([pinned="true"]) > .tab-stack > .tab-content > .tab-close-button {
 visibility: collapse !important;
 opacity: 0 !important;
 transition: all 250ms ease-in-out !important;

}

  1. tabbrowser-tabs > .tabbrowser-tab:not([pinned="true"]):hover > .tab-stack > .tab-content > .tab-close-button {
 visibility: visible !important;
 opacity: 1 !important;
 transition: all 250ms ease-in-out !important;;

}

  1. tabbrowser-tabs > .tabbrowser-tab:not([pinned="true"]) > .tab-stack > .tab-content > .tab-close-button {
 display: -moz-box !important;

}


This code is however not being implemented no matter how many times I restart Firefox. 'toolkit.legacyUserProfileCustomizations.stylesheets' is set to True The location is userChrome.css is '/home/user1/.mozilla/firefox/yqomjsh9.default-release-1672744596809/chrome/userChrome.css'

What could be the issue? I tried adding executable permissions using "chmod" but that did not change anything.

Demandé par mhlangalyton il y a 1 an

Réponse de cor-el il y a 1 an

  • Résolu
  • Archivé

Lost everything seemingly after recent browser update

Tabs, history, bookmarks, basicly anything and everything that was crucial are gone, seemingly after recent update. I had similar problem a couple of month ago and didn't… (lire la suite)

Tabs, history, bookmarks, basicly anything and everything that was crucial are gone, seemingly after recent update. I had similar problem a couple of month ago and didn't find clear solution back then, but it all got sorted out maybe in couple of days (probably with next update or something?). Well who would've thought i would get screwed like that a second time.

So i can't tell for sure whats caused it or how it got fixed. What i manged to figure out both times this happend is that somehow i have 2 versions of Firefox Profiles judgin by the dates of the cursed updates. So i guess my stuff is still there but i can't acces it.

Also worth mentioning is that both times i've got screwed by updates, my FF shortcuts from Quick Acces pannel stoped working and i needed to drag'n'drop em all over again.

Im at totall loss here, i know the info i've provided is almost nonexistant but if anyone knows whats up i would be greatly apreciative if you could tell how do i fix this and prevent it from happening in the future.

Demandé par JS il y a 1 an

Réponse de Bithiah il y a 1 an

  • Résolu
  • Archivé

XHR post blocked when Captcha is selected

Hello, I am struggling with a bug specific to Firefox (108.0.2) in which I have an XHR Post that is being blocked by dev tools only when a google captcha is selected. Her… (lire la suite)

Hello, I am struggling with a bug specific to Firefox (108.0.2) in which I have an XHR Post that is being blocked by dev tools only when a google captcha is selected. Here is the website that the bug is happening on. Per comment suggestions I've added a screen shot of the URL being blocked in dev tools.

My overall goal is to have this form post it's action and post the form data to another endpoint (https://beeceptor.com/console/preferencecenter). I am able to successfully post data to beeceptor with the captcha selected when testing in Chrome, but as stated not Firefox. If the form is submitted without the captcha selected the data is successfully posting to the beeceptor endpoint- this behavior is happening with both Chrome and Firefox which I am sure means something is wrong with my Javascript which can be resolved later.

Looking at the console in Firefox I am consistently seeing a XHR Post blocked to the beeceptor url with captcha selected. I have gone through several iterations of this code to resolve the issue, none of which have successfully worked. After many, many, hours of digging I have done the following to no avail.

  • Cleared Cache
  • Ran in Safemode then back to regular mode (one article this appeared to fix for a user)
  • Ran in Private Browsing
  • Adjusted CORS accordingly

There are more items I've attempted that I can't remember off the top of my head.

Any help with this would be greatly appreciated as I have hit a wall.

Demandé par spliffys il y a 1 an

Réponse de spliffys il y a 1 an

  • Archivé

Phantom Ad-Blocker

I am beginning to be asked by websites to turn-off ad-blocker. Just realized that Firefox has an ad-blocker embedded in its software. When I go to Add-ons & Extension… (lire la suite)

I am beginning to be asked by websites to turn-off ad-blocker. Just realized that Firefox has an ad-blocker embedded in its software. When I go to Add-ons & Extensions, Ad-Blocker is not listed so that I can turn it off. Suggestions on finding ad-blocker and having the ability to turn it off and on would be appreciated. Thanks

Demandé par leemann12 il y a 1 an

Dernière réponse par cor-el il y a 1 an

  • Archivé

AOL MAIL -

I inadvertently switch from the Classic AOL Mail page to their new one but do not know how to switch back. I would very much appreciate any how-to response be in a langu… (lire la suite)

I inadvertently switch from the Classic AOL Mail page to their new one but do not know how to switch back. I would very much appreciate any how-to response be in a language that a technologically challenged senior citizen would understand (lol). Thank you.

Demandé par palmasenator il y a 1 an

Dernière réponse par James il y a 1 an

  • Archivé

Keybinds

How do I get rid of keybinds or at least change them it's really annoying when I'm working on stuff and i try to close one tab and then i close the entire window by accid… (lire la suite)

How do I get rid of keybinds or at least change them it's really annoying when I'm working on stuff and i try to close one tab and then i close the entire window by accident by fat fingering shift.

Demandé par 07ricardov il y a 1 an

Dernière réponse par Dropa il y a 1 an

  • Archivé

Can't get gmail.com email

An error occurred during a connection to mail.google.com. PR_END_OF_FILE_ERROR Error code: PR_END_OF_FILE_ERROR The page you are trying to view cannot be shown becau… (lire la suite)

An error occurred during a connection to mail.google.com. PR_END_OF_FILE_ERROR

Error code: PR_END_OF_FILE_ERROR

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

Demandé par John il y a 1 an

Dernière réponse par Terry il y a 1 an

  • Archivé

Airbnb - Network error (connection): NetworkError when attempting to fetch resource.

Lately I cannot explore Airbnb, I get "Network error (connection): NetworkError when attempting to fetch resource.". No problem with Edge. Should I forget about Firefox? … (lire la suite)

Lately I cannot explore Airbnb, I get "Network error (connection): NetworkError when attempting to fetch resource.". No problem with Edge. Should I forget about Firefox?

Demandé par vtrcka il y a 1 an

Dernière réponse par angerm il y a 1 an

  • Archivé

search \ filter history by date range

Is it possible in any way to search or filter history grouped by date range? Using sidebar history - changing View into By Date or By Date and Site , history is grouped … (lire la suite)

Is it possible in any way to search or filter history grouped by date range?

Using sidebar history - changing View into By Date or By Date and Site , history is grouped by date (and / or site) as desired. As soon as I enter any search text, view is changed into simple list of pages, not being grouped by date anymore.

Using Library - History I can select date range on left side (Today, Yesterday, Last 7 days, This month...) however as soon as I enter text into Search history textfield on top right position, selected date range is ignored and all visited sites are displayed as a plain list again.

How can I simply filter displayed visited sites when grouped by time by any keyword? (Sidebar is much preferred, because I can directly click-open-see any history site while from library I need to switch between history windows and browser window)

Demandé par mhaluska il y a 1 an

Dernière réponse par mhaluska il y a 1 an

  • Archivé

Who is managing my Browser?

In my 'Settings' it says: "Your browser is being managed by your organization." What??? What organization? How can I find out who this is? and how can I get rid of this … (lire la suite)

In my 'Settings' it says: "Your browser is being managed by your organization." What??? What organization? How can I find out who this is? and how can I get rid of this 'managing organization'? I want to clear this statement from my account.

Demandé par h_spencer_oneal il y a 1 an

Dernière réponse par Bithiah il y a 1 an

  • Résolu
  • Archivé

Ading the Dashlane Password Manager Extension

I had the extension for Dashlane working on Firefox. It looked up and I removed it. Now I cannot locate the Extension when I select Themes and add-ons and search for Dash… (lire la suite)

I had the extension for Dashlane working on Firefox. It looked up and I removed it. Now I cannot locate the Extension when I select Themes and add-ons and search for Dashlane. Any suggestions? Thanks in advance,

Demandé par tlb2300 il y a 1 an

Réponse de Paul il y a 1 an

  • Archivé

Firefox does not connect anymore to Google services

Hello! Since a month I have a strange problem - Firefox wont connect to any Google service - REcaptcha, google-analytics. Any site that uses these services would not load… (lire la suite)

Hello! Since a month I have a strange problem - Firefox wont connect to any Google service - REcaptcha, google-analytics. Any site that uses these services would not load, or loads and waits until connection expires. I tried refreshing Firefox, the uninstalling and re-installing - the problem remains. I do not use any proxy or firewall on my computer. Opera and other browsers do not have this problem. Please, advice.

Demandé par zdrave il y a 1 an

Dernière réponse par cor-el il y a 1 an