Getoonde gelabelde vragen: Alle vragen tonen
  • Gearchiveerd

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… (meer info)

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?

Gevraagd door 865285807, 1 jaar geleden

Laatst beantwoord door FredMcD, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

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.

Gevraagd door leeskyeagle, 1 jaar geleden

Beantwoord door cor-el, 1 jaar geleden

  • Opgelost
  • Gesloten
  • Gearchiveerd

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… (meer info)

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

Gevraagd door Trevor George, Bristol, UK, 1 jaar geleden

Beantwoord door Trevor George, Bristol, UK, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

What is in the profiles/storage/default folder?

The profile my wife uses has almost 400 MB in the profiles/storage/default folder and & looks like every link she has ever clicked on. She uses AOL for her home page … (meer info)

The profile my wife uses has almost 400 MB in the profiles/storage/default folder and & looks like every link she has ever clicked on. She uses AOL for her home page & clicks on all sorts of news articles.

How do I trim down its size? Can I delete some history, such as old stuff? Thanks

Gevraagd door Mike109, 1 jaar geleden

Beantwoord door jscher2000 - Support Volunteer, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

Used "sessionstore" backup, and everything returned, but now it won't update.

So after wiping my system for a fresh windows install, I pulled out the backup.json4 and recovery.json4 from my backup drive and plopped it in place of sessionstore.json4… (meer info)

So after wiping my system for a fresh windows install, I pulled out the backup.json4 and recovery.json4 from my backup drive and plopped it in place of sessionstore.json4

And all of my tabs and windows came back! So far so good!

But then after closing some tabs and moving things around, when I close the session out again, it doesn't update the sessionstore file, or any of the stuff in the backup folder to reflect those changes.

When I open firefox again it starts as a session with all my windows/tabs after the file-replace.

I use firefox for managing tutorial videos, which involves separating them into different windows/tab arrangements, so any tips on how to resolve this issue and get firefox to start updating the sessionstore would be appreciated.

Thank you!

Gevraagd door edkerscher, 1 jaar geleden

Beantwoord door jscher2000 - Support Volunteer, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

Pinned tabs

I have once again lost all my pinned tabs. The answers to this I'm seeing are random and unstructured. This is becoming an issue for me as I use this function frequently.… (meer info)

I have once again lost all my pinned tabs. The answers to this I'm seeing are random and unstructured. This is becoming an issue for me as I use this function frequently. Can the Mozilla team PLEASE fix this properly as it appears to mess up a few folks. And the answer is NOT having to quit and restart. They should be presevered in their own right. And please can you implement synching of Pinned Tabs across my login domain. Ta muchly

Gevraagd door tom.wiersma, 1 jaar geleden

Beantwoord door cor-el, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

bit.ly links not working

Sincere apologies. Just found the answer !!! When I copied the link I picked up a space added to the link <}:-( Can't see how to delete my original quest… (meer info)

      • Sincere apologies. Just found the answer !!! When I copied the link I picked up a space added to the link <}:-( Can't see how to delete my original question - only edit it ***

Up until now all my saved bit.ly links worked fine when I put in the short link: e.g. bit.ly/HfdSfGrd

But now with some I get: Something's wrong here.

This is a 404 error, which means you've clicked on a bad link or entered an invalid URL. Maybe what you are looking for can be found at Bitly.com. P.S. Bitly links are case sensitive.


Any suggestions as to what has gone wrong and the cure?

Gevraagd door Christopher Whitmey, 1 jaar geleden

Beantwoord door Christopher Whitmey, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

Dev Tools

I "upgraded to V90. since then, the URL box is highlighted red/grey stripes. The robot head icon is now in the URL box and it says "Browser is under remote control (reaso… (meer info)

I "upgraded to V90. since then, the URL box is highlighted red/grey stripes. The robot head icon is now in the URL box and it says "Browser is under remote control (reason Dev Tools). I've gone in about:config and set all variables to False, yet they reset themselves to true every time. How do I disable the DevTools. Thanks

Gevraagd door john.enrietto, 1 jaar geleden

Beantwoord door john.enrietto, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

How do I change a website Favicon?

Hi, I have seen instructions on the Google search on how to do this but the instructions don't line up with the current version of Firefox. YouTube videos are all about u… (meer info)

Hi, I have seen instructions on the Google search on how to do this but the instructions don't line up with the current version of Firefox. YouTube videos are all about using code which is beyond me. There must be a piece of software (app) or some other simple way to do this. Has anyone found a way yet?

Thanks, Pete

Gevraagd door peted11, 1 jaar geleden

Beantwoord door jscher2000 - Support Volunteer, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

Ubuntu 18.04.5 - tab flickering when I refresh or loading website

Dear Mozilla Support, After some update (I think from 89.0.0 version of Mozilla Firefox - this version with new looks of tabs) I notice flickering on the tab when I load… (meer info)

Dear Mozilla Support,

After some update (I think from 89.0.0 version of Mozilla Firefox - this version with new looks of tabs) I notice flickering on the tab when I loading website or refresh website. This looks very strange. Like I said I dindn't notice any issue with flickering on previous Mozilla Firefox versions. Only with these new versions with new look of the tabs. I didn't remember if it was 89.0.0 version or 90.0.0 version. I don't know if it is problem with the machine but I didn't notice this issue on another computer with 90.0.2 Firefox version but with Windows 10 OS. I also noticed this issue with Firefox 90.0.0.2 with Windows 7 OS on another computer so I don't know if this is problem with two computers or Firefox itself. Can you help me?

Yours faithfully, Piotr

Gevraagd door Peter, 1 jaar geleden

Beantwoord door cor-el, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

how to remove the tittle bar in linux mint?

how to remove the Firefox tittle bar in Linux mint. in windows it does not show the tittle bar. chrome in Linux also doesn't show the title bar. is there any way? in pre… (meer info)

how to remove the Firefox tittle bar in Linux mint. in windows it does not show the tittle bar. chrome in Linux also doesn't show the title bar. is there any way? in previous version there used to be an option to toggle the title bar in the customize session..

Gevraagd door Shravanth Reddy Emani, 1 jaar geleden

Beantwoord door cor-el, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

Facebook Messenger not loading complete page Firefox 90.0.2 (64-bit) Windows 10

The Messenger page loads partially and stops. Same page works fine in New Microsoft Edge (Chromium). Problem seemed to start with last upgrade to 90.0.2. https://www.fa… (meer info)

The Messenger page loads partially and stops. Same page works fine in New Microsoft Edge (Chromium). Problem seemed to start with last upgrade to 90.0.2. https://www.facebook.com/messages/t/1234... I tried disabling uBlock Origin, Privacy Possum, Privacy badger, page still won't load completely, just partially and "locks up".

Gevraagd door Craiga, 1 jaar geleden

Beantwoord door FredMcD, 1 jaar geleden

  • Gearchiveerd

Disable ad blocking

When I attempt to access several websites, I am prompted to turn off my ad blocker. As I have not added a third-party software or extension that does such, I assume it i… (meer info)

When I attempt to access several websites, I am prompted to turn off my ad blocker. As I have not added a third-party software or extension that does such, I assume it is part of Firefox proper. Search as I might, I cannot find any specific reference to such a thing in "Settings". SO...how can I temporarily disable the 'Ad Blocker' device that is part of Firefox? The 'TEMPORARY' part is important, as I do greatly value the function!

Gevraagd door the_morans, 1 jaar geleden

Laatst beantwoord door cor-el, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

Bookmarks Not Displaying on Toolbar

I recently reinstalled Firefox after doing a full Windows reinstall on my PC. Since then, my bookmarks are not displaying on the bookmarks toolbar. I've "refreshed" Firef… (meer info)

I recently reinstalled Firefox after doing a full Windows reinstall on my PC. Since then, my bookmarks are not displaying on the bookmarks toolbar. I've "refreshed" Firefox from the control panel, rebooted my PC, and reinstalled Firefox. I've also moved the bookmarks from the toolbar folder in the bookmark manager and then put them back. Any suggestions?

Gevraagd door Gandalf_GrayHat, 1 jaar geleden

Beantwoord door jscher2000 - Support Volunteer, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

Background Effect on Google Meet

Hello how are you? I'm seriously considering switching to Firefox Browser to have more control over my privacy. However, the university makes use of Google Meet and the b… (meer info)

Hello how are you? I'm seriously considering switching to Firefox Browser to have more control over my privacy. However, the university makes use of Google Meet and the background is only enabled for Google Chrome and Chromium bases. So, I would like to know if there is how (modification in config, extension) to enable the functions. Thanks!

Gevraagd door bsabrunosouza1, 1 jaar geleden

Beantwoord door TyDraniu, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

autofill credit card info

Where is the ability to save credit card information? As per this moz article its definitely not under privacy&security -> forms autofill, in fact there is just lo… (meer info)

Where is the ability to save credit card information? As per this moz article its definitely not under privacy&security -> forms autofill, in fact there is just logins & passwords nothing about credit card.

I also went into about:config to confirm these attributes are set to true. extensions.formautofill.creditCards.enabled extensions.formautofill.creditCards.available

version 90.0.2.

Gevraagd door Diders, 1 jaar geleden

Beantwoord door cor-el, 1 jaar geleden