• Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Firefox now saves files that I only wanted to open

After today's update to version 98 Firefox keeps saving files to the Downloads folder when I don't want it to, I just want to open them, but not keep them, with this new … (funda kabanzi)

After today's update to version 98 Firefox keeps saving files to the Downloads folder when I don't want it to, I just want to open them, but not keep them, with this new behaviour the Downloads folder keeps filing up with useless clutter.

For example, before the update, when I downloaded a .zip file, a pop-up would show up asking if I wanted to save the file or open it with an application. If I chose to save it it would be saved to the Downloads folder, and if I chose to open it nothing would be saved to the Downloads folder.

After the update, when I download a .zip file, Firefox always saves the file to the Downloads folder, even if I choose to open it.

Can you please tell me if there is a way to make Firefox behave like in the previous version?

Asked by bayus.firestorm 1 unyaka odlule

Answered by bayus.firestorm 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 unyaka odlule

Answered by Trevor George, Bristol, UK 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Firefox saves file when "Open with" is selected.

Hello! I used to be able to open a file (with a program) without it being saved. Ever since 98.0, the "open" option saves the file regardless. I even had to find a work … (funda kabanzi)

Hello!

I used to be able to open a file (with a program) without it being saved. Ever since 98.0, the "open" option saves the file regardless. I even had to find a work around to get the "What should Firefox do with this file?" prompt.

Is this no longer possible?

Thanks.

Asked by zed 1 unyaka odlule

Answered by AliceWyman 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Search.....

One of your recent updates has all searches forced to the address bar..... I use the Google search box on my homepage and from the first letter its moved to the address … (funda kabanzi)

One of your recent updates has all searches forced to the address bar..... I use the Google search box on my homepage and from the first letter its moved to the address bar... Go back to the Google box on the homepage.... You've made it useless....

Asked by koyotee 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Moving webite tabs below bookmarks

Last time Firefox updated, I managed to find information online about moving the website tabs so they were below the bookmarks instead of at the top of the screen. It was… (funda kabanzi)

Last time Firefox updated, I managed to find information online about moving the website tabs so they were below the bookmarks instead of at the top of the screen. It was a huge pain-in-the-butt to do.

After a recent re-install, the tabs have moved themselves back to the top of the screen and nothing I do seems to be able to move them back below the bookmarks.

Is there a way I can move the tabs that doesn't involve spending hours hunting through posts on the web, changing hidden Firefox settings, and recoding .css files?

If not, why do you not give the option to move the tabs wherever the user wants? Especially when it makes far more sense to have the website tabs directly above the website being viewed, at least in my opinion?

I'm currently using Firefox 85.0.2 (64-bit).

Asked by sparrowfox 2 iminyaka edlule

Answered by jscher2000 - Support Volunteer 2 iminyaka edlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Top of screen too large

The tabs, address bar, and bookmarks bar takes up too much of the screen, almost 2", while another browser I use is 1 3/8" wide. Would like to know if I can shorten tha… (funda kabanzi)

The tabs, address bar, and bookmarks bar takes up too much of the screen, almost 2", while another browser I use is 1 3/8" wide. Would like to know if I can shorten that up. No need to take up all of that space.

Asked by chzuck 1 unyaka odlule

Answered by Paul 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

All of a sudden my bookmarks are double spaced, what happened ?

All of a sudden, my bookmarks ( and other bookmarks) are double spaced. This just happened today and I didn't make any changes. How do I get rid of the double spacing&nb… (funda kabanzi)

All of a sudden, my bookmarks ( and other bookmarks) are double spaced. This just happened today and I didn't make any changes. How do I get rid of the double spacing ? Thank you.

Asked by Nodpete 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Bookmark Padding in New Firefox Versions

I know I am not the first person to complain about this. The spacing/padding between menu items, in particular the Bookmark menu is just ridiculously large. It got even b… (funda kabanzi)

I know I am not the first person to complain about this. The spacing/padding between menu items, in particular the Bookmark menu is just ridiculously large. It got even bigger in 92.0!

I rely on Bookmarks heavily and use hundreds. I guess this was done for touch screens? The main interface is still currently the mouse for computers.

I see the only current fix is a using a stylesheet and it seems a bit involved. I have to give it a try. I am pleading with the designers, please give us the option to use compact padding once again. I am not sure why this is being forced on us. I really like Firefox, please don't make me look for another option. Thanks!

Asked by Steve Goncalves 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Add Files to "Files and Applications" to be asked wether to save or to open with...

Hello. I noticed that Firefox (98.0.2) doesn't even ask if the file should be saved or opened with a program when downloading some file types. Unfortunately, these file t… (funda kabanzi)

Hello. I noticed that Firefox (98.0.2) doesn't even ask if the file should be saved or opened with a program when downloading some file types. Unfortunately, these file types (e.g. GPX) are not listed under Settings --> General --> Files and Applications, so that I could assign them to a program or specify that they should always be asked. And I can't add these files somehow... I have also deleted the file "handler.json" in the profile folder, hoping to be asked then. But that doesn't happen. GPX files, for example, are assigned to the GSAK program in the system - but Firefox just wants to save them and doesn't offer the option to open them directly in GSAK. Does anyone know advice how I can get Firefox to give me the choice? Thanks a lot.

Asked by Oliver 12 izinyanga ezidlule

Answered by AliceWyman 12 izinyanga ezidlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

89.0b2 Revert new tab design

Today I updated my Firefox Developer Edition to version 89.0b2 and now I just can not look at this browser anymore, "Inspired new tab design" is taking too much space and… (funda kabanzi)

Today I updated my Firefox Developer Edition to version 89.0b2 and now I just can not look at this browser anymore, "Inspired new tab design" is taking too much space and now became largest and at the same time least information-dense panel in my entire desktop! I searched around the web for a bit in hopes that I will find a theme or an add-on that will revert this particular change but no luck. I really want to revert to old UI look (at least tabs bar), there should be default theme or option to get back to old style. After some investigation I found userChrome.css but don't really want to install it (maybe this is actually the way of doing this kind of styling). Please help me revert UI design to old one.

Asked by PepeTheFrog21 1 unyaka odlule

Answered by Terry 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

CSS help needed: how do I recolor bookmark drop-down menus?

So I've got Proton UI forced on me today in 92.0 update and accordingly had to spend my entire evening trying to repair all of the damage. So far I've managed to fix menu… (funda kabanzi)

So I've got Proton UI forced on me today in 92.0 update and accordingly had to spend my entire evening trying to repair all of the damage. So far I've managed to fix menu spacing and the way tabs look all while not breaking previous walls of text in userChrome.css meant to fix even older UI problems. Still one thing I failed to find any solutions to is the bookmark drop-down menus color issue. Those menus used to be gray, but now they are all bright white, which to me is super annoying. Any tips on how to fully recolor those?

Asked by jbrandom2 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Wide Bookmark Spacing is Horrible!

When they updated to 89, large spaces were created in between the bookmarked web sites when the window unfolds. So the bookmarks at the bottom don't fit in the window, a… (funda kabanzi)

When they updated to 89, large spaces were created in between the bookmarked web sites when the window unfolds. So the bookmarks at the bottom don't fit in the window, and to get to the ones I can't see, I have to click the arrow at the bottom. But making it worse, is that if I do go to the bottom, the next time I open the bookmark tab, the list will open at the bottom (it doesn't revert to the top). So I'd have to scroll up to get to the ones at the top.

I list my bookmarks in the order they're in so I can get to the ones I go to most often as fast as possible. So they're at the top - I don't have to scroll far to get to them. I also use the "Other Bookmarks" tab since that's at the top. But sometimes that's hidden and I have to scroll up to get to access that as well.

Also, this update changed the size of the command windows - the copy/paste window, the "open in new tab" window, and the window to get the correct spelling of the word. They're so big, they run from the top of the screen to bottom, instead of a small square. So you'll have to scroll way up to get to the command or word you want.

I can't stand this.

There was a simple work-around. Changing the proton preferences to false. But they removed them with 90. I posted a message on these boards a few weeks ago asking for them not to be removed. Of course it didn't do any good.

There supposedly is a "fix" to this, but it has to do with CSS - whatever the heck that is and I'm not even going to attempt to figure it out. Fixing this should NOT be complicated at all (like the proton preferences). And besides, even that CSS thing won't bring everything back to what is was. So why bother?

More scrolling, bigger command windows, etc., are not that big of a deal, but that's not the point. Why can't they leave well enough alone? What part of "If it ain't broke, don't fix it," do they not understand? If I wanted a tedious way to access my bookmarks, I'd use Chrome!

I know it won't happen, but how can we get them to reset the bookmarks and command windows back to the way they were? Is that asking too much? Ask a silly question...

If their objective is to lose Firefox users, congratulations. It just might work.

Asked by Steve09 1 unyaka odlule

Last reply by Chris Ilias 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Tabs on Bottom

Hi Running Firefox 71.0 (64 bit) Well seems Firefox has been messing this up again. Anyone have the new work around solution to get my tabs back on the bottom again. T… (funda kabanzi)

Hi

Running Firefox 71.0 (64 bit)

Well seems Firefox has been messing this up again.

Anyone have the new work around solution to get my tabs back on the bottom again. They were fine this morning then shut down and went out to lunch and when I came back they were back on the top again after months of being where I wanted them below my bookmark bar.

Thoughts on this?

Thanks Dave

Asked by scottish2 3 iminyaka edlule

Answered by cor-el 3 iminyaka edlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

The new update removed lines between the tabs. How do I get them back?

With the latest update, my tabs are now a complete blank space with tiny little words. How can I get something back, like a border, to define them again? Thanks for you… (funda kabanzi)

With the latest update, my tabs are now a complete blank space with tiny little words. How can I get something back, like a border, to define them again? Thanks for your help.

Asked by Azalea Grove 1 unyaka odlule

Answered by pg_78 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Stop download drop down box

Hi. Since the last update, everytime I download something, I get a drop down box in the upper right showing me the downloads. I don't need to be shown this every time I d… (funda kabanzi)

Hi. Since the last update, everytime I download something, I get a drop down box in the upper right showing me the downloads. I don't need to be shown this every time I download something. How do I stop this? Thank you.

Asked by Tonester666 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

How to export Saved passwords

Hi All, I would like to change my laptop, so I would like to export my saved passwords, but I am unable to see such option to export all saved passwords. Please help me A… (funda kabanzi)

Hi All, I would like to change my laptop, so I would like to export my saved passwords, but I am unable to see such option to export all saved passwords. Please help me Asap.

Thanks, Jagadekara Reddy

Asked by jagadekar 1 unyaka odlule

Last reply by Chris Ilias 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Downloads defaulting to 'Downloads' folder despite settings

I've just suddenly had this problem starting today: downloading files through the browser is now automatically sending them to my computer's Downloads folder, even though… (funda kabanzi)

I've just suddenly had this problem starting today: downloading files through the browser is now automatically sending them to my computer's Downloads folder, even though I have my download settings set to 'Always ask you where to save files'. I double-checked to see if my settings had been reset by the update (they had not), and I even unselected and reselected the option to see if that helped anything (it didn't).

Asked by sethmwenger 1 unyaka odlule

Answered by AliceWyman 1 unyaka odlule