• Решено
  • Архивировано

Undoing "don't allow [website] to prompt me"

Hello! A site kept popping up a confirmation window for an action I was trying to take, and in the confirmation window, there was a checkbox for something like "don't al… (читать ещё)

Hello! A site kept popping up a confirmation window for an action I was trying to take, and in the confirmation window, there was a checkbox for something like "don't allow [this website] to prompt me again" (that's as best I can remember). I checked the box thinking it would just allow the action to happen without the confirmation window, but instead, the site just won't take that action anymore. How can I undo this setting? Thank you!

Задан abby.phelps 1 год назад

Дан ответ jscher2000 - Support Volunteer 1 год назад

  • Решено
  • Архивировано

How/where to get Firefox 78

I am running El Capitan and need Firefox 78. I went to a site offering 78 as a download, and version 91.5 came down. Site offering 78esr, same thing. Went to https://ftp.… (читать ещё)

I am running El Capitan and need Firefox 78. I went to a site offering 78 as a download, and version 91.5 came down. Site offering 78esr, same thing. Went to https://ftp.mozilla.org/pub/firefox/releases/ and was unable to figure out how to download 78. Clicking on 78.0 just led to more links that got me nowhere. Is it possible to download version 78 from this or any site? Thank you. heaton5

Задан heaton5 1 год назад

Дан ответ jscher2000 - Support Volunteer 1 год назад

  • Решено
  • Архивировано

IRS DENIES ACCESS TO THEIR REFUND STATUS SITE

Reviewed "Sheribee" earlier issue which apparently involved a VPN. I do not have a VPN but have tried several times in the past week to access IRS refund status site wit… (читать ещё)

Reviewed "Sheribee" earlier issue which apparently involved a VPN. I do not have a VPN but have tried several times in the past week to access IRS refund status site without success. I can get into irs.gov, but am unsuccessful in accessing the refund status site after entering required input data. The issue has occurred only this past week.

I'm unaware of IRS issues causing this problem.

Have not had this issue on any other sites; and I have successful retrieved data in prior years.

I am not saving any sign on protocols with the irs or any other sites.

Running Windows 10. Thanks for any help. BTW I did get refund information using the telephone, but I want to ensure there's not a hidden conflict of some sort with FireFox. Thanks for any help.

Задан firefoxwag 2 года назад

Дан ответ firefoxwag 2 года назад

  • Решено
  • Архивировано

Excessive RAM usage

Hello. I and a friend of mine are having trouble with firefox, it seems to be using excessive ammounts of ram as pictured. I only had two tabs open and two addons install… (читать ещё)

Hello. I and a friend of mine are having trouble with firefox, it seems to be using excessive ammounts of ram as pictured. I only had two tabs open and two addons installed when I took that screenshot. Any help would be appreciated, thanks in advance.

Задан randydarkshade 1 год назад

Дан ответ cor-el 1 год назад

  • Решено
  • Архивировано

How to disable the pop-up from a complete download

Ever since the last update, every time I download something on Firefox this download tab pops up every time when the new download is complete. Ive tried disabling every e… (читать ещё)

Ever since the last update, every time I download something on Firefox this download tab pops up every time when the new download is complete. Ive tried disabling every extension, Ive tried the about:config solution I found on this page, setting it to "false" and I havent been able to find anything in tools or settings.. but nothing disables it and its getting annoying. Ive had Firefox for years and this has never happened before.

Задан jos.bonilla 1 год назад

Дан ответ cor-el 1 год назад

  • Решено
  • Архивировано

Firefox hangs Ubuntu 20.04

After installing Ubuntu 20.04 LTS Clicking on Firefox or Thunderbird it hangs the computer and have to switch off the computer on main switch. Reinstall Mozilla once but … (читать ещё)

After installing Ubuntu 20.04 LTS Clicking on Firefox or Thunderbird it hangs the computer and have to switch off the computer on main switch. Reinstall Mozilla once but no difference still hangs Ubuntu. Need help on this one Thank you

Задан Lumaja 1 год назад

Дан ответ schnrl 1 год назад

  • Решено
  • Закрыто
  • Архивировано

HERE is the answer to put "TABS BELOW" which will work with Firefox V90 using the - userChrome.css - file

HERE IS THE ANSWER Here is the answer to get TABS BELOW with Firefox V90 . . copy all of this code below the broken line into your - userChrome.css - file and save it. Yo… (читать ещё)

HERE IS THE ANSWER Here is the answer to get TABS BELOW with Firefox V90 . . copy all of this code below the broken line into your - userChrome.css - file and save it. You can modify the 45px in this line if you wish to get an appropriate height . . just experiment with different numbers till you get it right --menubar-height: 45px; /*30px|41px=11px; caption buttons on menubar*/

Also to make the tabs wider or narrower, modify the line which is coded width: 50vw !important;

Finally you must enable - css - in Firefox, by typing about:config into your address bar, and search for toolkit. When all the toolkit options appear change the one which says toolkit.legacyUserProfileCustomizations.stylesheets to TRUE by click the icon in the right hand column. Than close Firefox and reopen, and check how it looks This will enable your - css - file to be read, and interpreted and accepted by the Firefox browser.

-------------------------------------------------------------------
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* TABS: bottom - Firefox 65 and later - updated for 89+ */
/* https://searchfox.org/mozilla-release/source/browser/themes/shared/tabs.inc.css */
/* https://raw.githubusercontent.com/Aris-t2/CustomCSSforFx/master/classic/css/tabs/tabs_below_navigation_toolbar_fx89.css */
/* https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox */

/* ROOT - VARS */
/* you can adjust the CSS variables until it looks correct */
/* you can use the Browser Toolbox to get the toolbar heights */

*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;

  --tab-min-height: 40px !important;
  --tab-min-width:  60px !important;

  --tab-adjust:  0px; /* adjust tab bar - only for 68-73 */
  --tab-caption: 5px; /* caption buttons on tab bar */
}

/* TAB BAR - below nav-bar */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10 !important;}
#TabsToolbar {-moz-box-ordinal-group:1000 !important;}

#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 50vw !important;
}

#tabbrowser-tabs {
  width: 100vw !important;
}

/* navigator-toolbox - PADDING */
*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  position: relative !important; /*89+*/
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
  background-color: var(--toolbar-bgcolor) !important;
}

/* TabsToolbar with menubar and titlebar hidden - rules for Firefox 65-73 */
*|*:root[tabsintitlebar]:not([inFullscreen="true"]):not([sizemode="maximized"]) #toolbar-menubar[autohide="true"] ~
 #TabsToolbar{
  bottom: var(--tab-adjust); /*ADJUST*/
}

/* TABS: height */
#tabbrowser-tabs,
#tabbrowser-tabs > .tabbrowser-arrowscrollbox,
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#TabsToolbar {
  height: var(--tab-min-height) !important;
  margin-bottom: 1px !important;
  box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
  background-color: var(--toolbar-bgcolor) !important;
  color:            var(--toolbar-color) !important;
/*  z-index: 1 !important; */
}

/* indicators *//*
*|*:root[privatebrowsingmode=temporary] .private-browsing-indicator {
  position: absolute !important;
  display: block !important;
  right: 0px !important;
  bottom: 0px !important;
  width: 14px !important;
  pointer-events: none !important;
}
*/
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* Indicators - HIDE *//*
*|*:root:not([accessibilitymode])             .accessibility-indicator    {display: none !important}
*|*:root:not([privatebrowsingmode=temporary]) .private-browsing-indicator {display: none !important}
*/

/* Drag Space */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
  width: 20px !important;
}

/* Override vertical shifts when moving a tab */
#navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
  padding-bottom: unset !important;
}

#navigator-toolbox[movingtab] #tabbrowser-tabs {
  padding-bottom: unset !important;
  margin-bottom: unset !important;
}

#navigator-toolbox[movingtab] > #nav-bar {
  margin-top: unset !important;
}

/* Hide window-controls and caption buttons on Tab Bar */
#TabsToolbar #window-controls {display: none !important;}
#TabsToolbar .titlebar-buttonbox-container {display: none !important;}

Задан Trevor George, Bristol, UK 1 год назад

Дан ответ Trevor George, Bristol, UK 1 год назад

  • Решено
  • Архивировано

Where to download offline installers including all platforms and previous versions

Awhile back [the question was asked], however the 'solution' is not what we are after here. Once upon a time, there was a table with the Firefox downloads. And in previo… (читать ещё)

Awhile back [the question was asked], however the 'solution' is not what we are after here.

Once upon a time, there was a table with the Firefox downloads. And in previous versions. That is what I am looking for. I do not care, repeat, do not care, about the form input selecting 'latest' platform, etc.

Assuming also there is a method of downloading offline installers using tools like wget.

Thank you...

Задан mwpowelllde 1 год назад

Дан ответ cor-el 1 год назад

  • Решено
  • Архивировано

Home Button

The Home button is missing from the menu bar and is not an option to add to the menu bar.. There are only the back and forward arrows and the reload buttons.

Задан leeskyeagle 1 год назад

Дан ответ cor-el 1 год назад

  • Решено
  • Архивировано

Firefox started opening in small window upper left.

I am running window 10 on my laptop and Firefox started opening today in a small window in the upper left of my screen. I have no problems with other browsers but Firefox… (читать ещё)

I am running window 10 on my laptop and Firefox started opening today in a small window in the upper left of my screen. I have no problems with other browsers but Firefox is doing this repeatedly today. I will reboot and see if that helps.

Задан 123jedmond 1 год назад

Дан ответ 123jedmond 1 год назад

  • Решено
  • Архивировано

Firefox not restoring previous tabs even though "Restore Previous Session" is selected

I run FF on both a Windows machine and a MacBook Pro. On the MBP the browser does not save my tabs, despite "restore previous session" being selected. I do not have this … (читать ещё)

I run FF on both a Windows machine and a MacBook Pro. On the MBP the browser does not save my tabs, despite "restore previous session" being selected. I do not have this problem on the Windows machine.

I have tried uninstalling and reinstalling the browser but it has not made a difference.

I'm running the latest version of the browser and the OS is Big Sur.

Задан peterjahn1979 1 год назад

Дан ответ cor-el 1 год назад

  • Решено
  • Архивировано

Toolbar size

Ok so it's been a long time that i left chrome and joined the firefox community but there was always something which felt left out, so i downloaded chrome again and found… (читать ещё)

Ok so it's been a long time that i left chrome and joined the firefox community but there was always something which felt left out, so i downloaded chrome again and found what that was. It was the size of toolbar.. In chrome toolbar is smaller but in firefox it takes some space. So i want smaller toolbar here in firefox because i love every other thing here. So is there any way to do this? Thanks,.

Задан okhereiam 1 год назад

Дан ответ Paul 1 год назад

  • Решено
  • Архивировано

Firefox 101.1 Says "SSL_ERROR_BAD_CERT_DOMAIN"

Getting error SSL_ERROR_BAD_CERT_DOMAIN on all my sites that are signed with a SSL Cert from my internal CA since updating past version 99 This appears to be a bug star… (читать ещё)

Getting error SSL_ERROR_BAD_CERT_DOMAIN on all my sites that are signed with a SSL Cert from my internal CA since updating past version 99

This appears to be a bug starting after Firefox version 99 on Windows because after i upgraded to Firefox version 100 i started getting this on all my SSL Certs from my CA and they worked fine prior to the update. Can anyone confirm if something changed after version 100 that is causing this?

Thank you.

Задан rpmurph83 9 месяцев назад

Дан ответ TyDraniu 9 месяцев назад

  • Архивировано

Remove sneakily installed saving option of download

Hi guys, I don't know when and how exactly this thing was added to my firefox behind my back, I don't like it, I don't like Baidu Pan either but I have to use it. I che… (читать ещё)

Hi guys,

I don't know when and how exactly this thing was added to my firefox behind my back, I don't like it, I don't like Baidu Pan either but I have to use it.

I checked the extensions and add-ons, nothing suspicious was found.

Can you please help me remove it?

Задан 865285807 1 год назад

Последний ответ от FredMcD 1 год назад

  • Решено
  • Архивировано

userChrome.css not working

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozill… (читать ещё)

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozilla.org/t/make-addressbar-text-extension-name-of-the-extension-shorter-or-hide/28026/3

The instructions I followed are listed below:

"Users can apply custom style rules to modify Firefox’s toolbar area by creating a userChrome.css file. This takes about 10 minutes so when you have time to take it slowly and carefully:

(1) Set up your chrome folder and userChrome.css file following the five six steps in this article:

https://www.userchrome.org/how-create-userchrome-css.html 45

I have a boring video there if you like demonstrations.

(2) This is the code to paste into the file. You can edit the file using Notepad or a better editor. Make sure to keep it in a plain text format with a .css file extension (not .css.txt).

See improved rule down in: Make addressbar text "Extension (Name Of The Extension)" shorter or hide

/*
   Hide Extension Name in the identity area unless
   hovered for half a second (updated for Fx80)
*/
#identity-box.extensionPage #identity-icon-labels,
#identity-box.extensionPage #identity-icon-label {
  visibility: collapse !important;
  transition: visibility 250ms ease-in-out;
}
#identity-box.extensionPage:hover #identity-icon-labels,
#identity-box.extensionPage:hover #identity-icon-label {
  visibility: visible !important;
  transition: visibility 250ms ease-in-out 500ms;
}

(3) Firefox should read the file at its next startup and apply it to every extension page you load."

Edit: So, yeah, I need help getting this tag off. I'm new to Firefox so it could be something obvious I'm missing. I have also tried CTRL+SHIFT+R to reload the page for changes and also closed and reopened my Firefox entirely.

Thanks in advance.

Задан MaxwellQ 2 года назад

Дан ответ Wesley Branton 2 года назад

  • Решено
  • Архивировано

How do you remove The Firefox Title bar

How do you remove The Firefox Title bar from my desktop? It prevents me from clicking the "Accept or Decline" buttons for example on software installs for example. on you… (читать ещё)

How do you remove The Firefox Title bar from my desktop? It prevents me from clicking the "Accept or Decline" buttons for example on software installs for example. on your support page I tried the "firefox menu> + customize & disable the title bar through the button in the bottom left corner of the window". There is no "customize" option.

Задан loscan 1 год назад

Дан ответ FredMcD 1 год назад

  • Решено
  • Архивировано

The requested URL was rejected. Please consult with your administrator. Your support ID is: 15199799165570062406

The requested URL was rejected. Please consult with your administrator. Your support ID is: 15199799165570062406 This is the site https://one.walmart.com/content/usone/… (читать ещё)

The requested URL was rejected. Please consult with your administrator.

Your support ID is: 15199799165570062406

This is the site https://one.walmart.com/content/usone/en_us/company.html this site I connect to for work related issues, I can use private browsing, but not the regular browsing.

Задан Seekerkiller 10 месяцев назад

Дан ответ cor-el 10 месяцев назад

  • Решено
  • Архивировано

Add-on Icons have not shown up on toolbar on last 2 updates.

Any clue why the add-ons like Adblocker and frankly all the others no longer show on the toolbar? Makes them useless when the icons are missing. Anyone have the answer? I… (читать ещё)

Any clue why the add-ons like Adblocker and frankly all the others no longer show on the toolbar? Makes them useless when the icons are missing. Anyone have the answer? I've refreshed. I've re-installed. I've stood on my head - nothing seems to help!

Задан Gary Watson 2 года назад

Дан ответ jscher2000 - Support Volunteer 2 года назад