Showing questions tagged: Show all questions
  • Solved
  • Archived

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… (read more)

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.

Asked by MaxwellQ 2 years ago

Answered by Wesley Branton 2 years ago

  • Solved
  • Archived

Keeps logging me out

When I restart my computer firefox keep logging me out at then I need to add email and password, then my bookmarks and plugins very annoying any solutions here ? … (read more)

When I restart my computer firefox keep logging me out at then I need to add email and password, then my bookmarks and plugins very annoying any solutions here ?

Asked by Brendan4 1 year ago

Answered by FredMcD 1 year ago

  • Solved
  • Archived

How do you completely turn off update notifications in Firefox 89? on win 7 pro?

How do you completely turn off update notifications in Firefox 89? on win 7 pro? in address bar: type the following: About:config press enter [or go to] choose: sho… (read more)

How do you completely turn off update notifications in Firefox 89? on win 7 pro?

in address bar: type the following:

About:config

press enter [or go to]

choose:

show all
search preference name

app.update.silent

boolean                                  click the + and set it to true
 restart firefox browser and the nag was gone for me.
I saw this posted a few times, BUT they left out important details

after typing in app.update.silent [you must add it by pressing the + sign] yes boolean as the other apps. are set to boolean on my win 7 pro machine. yes I am in America and English is the only language I know. :( [sad isnt it?]

Asked by starnesent 1 year ago

Answered by starnesent 1 year ago

  • Solved
  • Archived

account and password from logins.json file

Hello, I have folder with old Firefox data, I need Google account name and password, mostly name. How can i decrypt the name from file logins.json or how can I import it … (read more)

Hello, I have folder with old Firefox data, I need Google account name and password, mostly name. How can i decrypt the name from file logins.json or how can I import it to my current Firefox profile? In properties of passwords in Firefox I don't have option to import from file, I don't know how to find option that will let me do it.

Asked by sawicka.katarzyna91 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

ESPN.com website keeps redirecting to it's foreign sites

Hello, I have the site espn.com bookmarked and for the last month or so it has been opening it's various foreign sites instead of the united states version when I click … (read more)

Hello,

I have the site espn.com bookmarked and for the last month or so it has been opening it's various foreign sites instead of the united states version when I click on the bookmark tab. It will switch to the UK and Mexico sites randomly when I click on the tab. The address is saved as the US version (espn.com) when this happens so I can't figure out why it's doing it. It doesn't matter if I use a vpn that says I'm in the US or just my regular internet provider in the US, the site keeps changing what country it chooses to open with. I noticed that every time I click the tab it will cycle between the various different sites for each country even though as I said before, the bookmark is set for espn.com. It makes no sense as none of my other bookmarks do this and it doesn't do it when I use Safari's browser. Is there anything on my end I can do to get this to stop or is it coming from espn.com's end? Thank you for your time and help. :)

Asked by mtnrydr 1 year ago

Answered by FredMcD 1 year ago

  • Solved
  • Archived

Disable certificate verification

I can't seem to disable the certificate verification on Mozilla Firefox. As you can see on the screenshot, the error code is SEC_ERROR_UNKNOWN_ISSUER. I tried multiple s… (read more)

I can't seem to disable the certificate verification on Mozilla Firefox. As you can see on the screenshot, the error code is SEC_ERROR_UNKNOWN_ISSUER.

I tried multiple solutions, including :

- https://smallbusiness.chron.com/disable-firefox-rejecting-certificates-59249.html - The three solutions from https://stackoverflow.com/questions/20088/is-there-a-way-to-make-firefox-ignore-invalid-ssl-certificates - https://support.mozilla.org/en-US/questions/1234483 - All of the solutions from https://browserhow.com/how-to-fix-mozilla-firefox-ssl-certificate-error/ - https://itectec.com/superuser/how-to-make-firefox-ignore-all-ssl-certification-errors/

and so on.

Is there a way to disable this for only one website, or at least for all website ? I got a web interface which is self signed (if I understand everything correctly) where we can bypass the certificate "error" but it would be great if I just could configure Firefox to skip it entirely for this interface (as I'm certain it's not insecure and even if it was I'd still use it because I can't use anything else for now.

I know Chrome has a command line which do exactly what I want (--ignore-certificate-errors) but Firefox is a must go for me so I'd prefer to find an option on this browser.

Thank you for your time.

Asked by r.roch 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Locked
  • Archived

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… (read more)

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;}

Asked by Trevor George, Bristol, UK 1 year ago

Answered by Trevor George, Bristol, UK 1 year ago

  • Solved
  • Archived

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… (read more)

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.

Asked by jos.bonilla 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Import Logins & Passwords

I followed your help line however, on firefox version 94 there is no "Import from a csv file" for logins and passwords. I am migrating from a PC to a new laptop. I crea… (read more)

I followed your help line however, on firefox version 94 there is no "Import from a csv file" for logins and passwords. I am migrating from a PC to a new laptop. I created the csv file from the old PC however, I am unable to import that data onto the new laptop.

I am running version 94.0.2 64bit Win10. Can you provide a solution as this is very frustrating.

Thanks A

Asked by a_j_1995 1 year ago

Answered by jonzn4SUSE 1 year ago

  • Solved
  • Archived

Lost Tabs Please Help!

Please help, I just screwed up so bad I accidentally pressed the red "close" button on Firefox on my Mac instead of the yellow "minimise" button and lost a bunch of tabs … (read more)

Please help, I just screwed up so bad I accidentally pressed the red "close" button on Firefox on my Mac instead of the yellow "minimise" button and lost a bunch of tabs I need (they were from a while back so not in history)

There is no option to "restore previous session" or "reopen tabs" is there any way whatsoever to recover my lost tabs I am freaking out big time there was some really important stuff in there that I hadn't bookmarked yet like an absolute IDIOT!!! My session had stayed active through computer being shut down and restarted and Firefox updates but pressing the red "close" button has seemingly nuked it. Is there a way to go into folders and find the tabs? Anything please help :(

Any help appreciated, I'm desperate.

Asked by stickybeak7 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Import chrome passwords DIRECTLY FROM LOGIN DATA FILE.

Alright, basically I backed up my PC before I wiped it. Then decided to move from chrome to firefox. But there is an issue, I can't migrate my passwords because google ch… (read more)

Alright, basically I backed up my PC before I wiped it. Then decided to move from chrome to firefox. But there is an issue, I can't migrate my passwords because google chrome will not read my old LOGIN DATA file and refuses to create a CSV either. So basically I can't import about a decade worth of passwords into firefox because of a flaw in chrome's design, fantastic.

So I thought, well, surely if there are program that let you read SQL files (such as the LOGIN DATA file) if you have the password, firefox must be able to do this to right? Well no. Apparently not.

I am not sure if this is the correct place to formally request a QoL feature but I would really, REALLY, like to be able to import my passwords directly from chrome's LOGIN DATA file, I have the master password.

It was my mistake to back up my files thinking that would be enough, I should have known better and double checked if chrome could not read its own native files. But now im screwed. Help. Please.

Asked by randoomx8 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Stop auto-download for Version 98.0.1 (64-bit)

Hi, new updates on Version 98.0.1 quite a hassle for me. It auto-download all my files even when I just want to view. Is there any other way to disable this feature? I op… (read more)

Hi, new updates on Version 98.0.1 quite a hassle for me. It auto-download all my files even when I just want to view. Is there any other way to disable this feature? I opened Setting>Download but there is no disable button or checkbox for that. Please help me. Thank you in advance.

Asked by miszluuna 1 year ago

Answered by Terry 1 year ago

  • Solved
  • Archived

Spell Check

British English Spell Check as you type is no longer reliable, sometimes it works but most times it doesn't. Can't seem to get to the bottom of the problem, all settings… (read more)

British English Spell Check as you type is no longer reliable, sometimes it works but most times it doesn't. Can't seem to get to the bottom of the problem, all settings are correct but still doesn't work properly.

Asked by Diddy_Pickle_Wicks 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

XULRunner Error "91.2.0 not compatible with min > = 91.0, max < = 91.0

Firefox updated. After updating, whenever I try and load Firefox, I receive the following error message: "XULRunner "Error: Platform version '91.0.2' is not compatible … (read more)

Firefox updated. After updating, whenever I try and load Firefox, I receive the following error message:

"XULRunner

"Error: Platform version '91.0.2' is not compatible with "minVersion > = 91.0 "maxVersion < = 91.0"

I click, "OK" to confirm... and Firefox closes. When I try to update Firefox once more, I receive no response from teh System. When I try to load MaintanceService, I receive no response. What's teh deal here. Any answers?

Asked by chudbabies 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Firefox not asking where to download files

I have always had my browser set to ask me where to save anything I'm downloading, as you can see by the attached screenshot. However, every single file I have downloaded… (read more)

I have always had my browser set to ask me where to save anything I'm downloading, as you can see by the attached screenshot. However, every single file I have downloaded for the past 2-3 days has first gone into my Downloads folder instead, forcing me to re-download the file in order to get it into the correct folder. If this was for personal usage, I wouldn't care, but having to continually download business files is getting old very very quickly. Firefox has been my default browser for the better part of two decades. I really don't want to switch to Chrome or Safari just because Firefox won't let a power user customize their usage experience.

Asked by cmjross1 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Open ALL FF tabs on one sync'd computer to another sync'd computer

This "half-answer" summarizes my frustration. FWIW, both computers are late-model MacBook Pro - call them Mac1 and Mac2. Both have Sync set up. I have about 40 tabs open … (read more)

This "half-answer" summarizes my frustration. FWIW, both computers are late-model MacBook Pro - call them Mac1 and Mac2. Both have Sync set up. I have about 40 tabs open in 3 FF windows on Mac1. I need to open all 40 tabs (which can all be in one window if that's easier) on Mac2.

On Mac 2, I can see the list of open tabs from Mac1 when I click the account name (after clicking the "hamburger patties"). If I click on one of them, that tab is opened on the current tab... terrific - BUT, I don't want to repeat this 40 times!!

Is there no way to select ALL tabs, or export all open tabs to a file - or something that makes a little more sense than repeating a task 40 times?

Asked by tmp003 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

After last update firefox opens the downloaded PDF files instead of downloading

Who has experienced downloading a PDF file after the last update, Firefox used to open a download dialogue but now it opens the file in same tab instead of downloading it… (read more)

Who has experienced downloading a PDF file after the last update, Firefox used to open a download dialogue but now it opens the file in same tab instead of downloading it. this can be annoying especially when opening emails and downloading files, every time I have to reopen the same location.

this happened only today after the last update

Asked by Ahmad Izzate 1 year ago

Answered by AliceWyman 1 year ago