Oh no - another version of FF (68.0.2) that defaults to tabs on top. Is there a solution to put them to the bottom (again)
Macbook 10.13.6, Firefox 68.0.2
Firefox updated and it took my tabs off the bottom and above address bar
Dang these updates that do this. how to move tabs back below address bar? I know many people are tired of this problem!
"clear history when firefox closes" was enabled automatically. and all my data was removed!
"clear history when firefox closes" was enabled automatically (idk why!) and so all my data was removed! how can i recover them? (history, user/pass and tabs)
FF 71 again broke tabs and menu bars!
As in the topic, FF updated broke everything. Fortunately, I managed to get it somewhat working again but there are new problems. My menu bar now is under bookmarks and s… (читать ещё)
As in the topic, FF updated broke everything. Fortunately, I managed to get it somewhat working again but there are new problems. My menu bar now is under bookmarks and some weird empty bar showed up under my tabs. HOW TO FIX IT?! HELP!
my userChrome.css config
/* Firefox Quantum userChrome.css tweaks ********************************************************/ /* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **********/ /* Github: https://github.com/aris-t2/customcssforfx ********************************************/ /************************************************************************************************/
/************************************************************************************************/ /* Custom CSS for Firefox 60+ *******************************************************************/ /* version 2.4.0 ********************************************************************************/ /************************************************************************************************/
/*************************************************************************************************
- /
/************************************************************************************************/ /* CONFIGURATION FILES - edit target files to change general values *****************************/ /************************************************************************************************/
/* GENERAL VARIABLES ****************************************************************************/ /* [!] set global variables for font and tab size options and more inside target file ***********/ @import "./config/general_variables.css"; /**/
/* COLOR VARIABLES FOR DEFAULT BROWSER THEME ONLY - MAIN UI - [only use one at a time] **********/ /* [!] set own colors for tabs & toolbars inside 'color_variables.css' or use available presets */ /* [!] 'about:config > ui.systemUsesDarkTheme > 0' might be required in some cases **************/ /* [!] enabled 'menubar_color.css' and 'statusbar_color.css' might be required in some cases ****/ @import "./config/color_variables.css"; /**/ /* <- default 'grey' colors */ /* @import "./config/color_variables_aero.css"; /**/ /* <- 'AeroBlue' colors (Win 7 Aero) */ /* @import "./config/color_variables_classic-grey.css"; /**/ /* <- 'classic grey' colors (Win Classic) */ /* @import "./config/color_variables_fx3.css"; /**/ /* <- 'Firefox 3-like' blueish colors */ /* @import "./config/color_variables_transparent.css"; /**/ /* <- (semi-)'transparent' colors */ /* @import "./config/color_variables_aeroglass.css"; /**/ /* <- 'AeroGlass' colors / Win10+Glass8 fix can be found in 'toolbars' area */ /* @import "./config/color_variables_deved.css"; /**/ /* <- based on 'Developer Edition' colors */ /* @import "./config/color_variables_noia4_grey.css"; /**/ /* <- based on 'Noia 4 themes' grey colors */ /* @import "./config/color_variables_noia4_lightgrey.css"; /**/ /* <- based on 'Noia 4 themes' lightgrey colors */ /* @import "./config/color_variables_noia4_dark.css"; /**/ /* <- based on 'Noia 4 themes' dark colors */
/* Darker "Dark" default theme - [only use one at a time] ***************************************/ /* @import "./css/toolbars/default_dark_theme_darker.css"; /**/ /* @import "./css/toolbars/default_dark_theme_darker_v2.css"; /**/
/* CUSTOM SCROLLBARS VARIABLES (Firefox 63+ only) - EXPERIMENTAL ********************************/ /* [!] Might not work on every page! This issue is for Mozilla to solve. ************************/ /* [!] not compatible with custom scrollbar JavaScipt userChrome scripts ************************/ /* [!] custom size values only compatible with 'web content' scrollbars at the moment ***********/ /* [!] more info inside 'custom_scrollbar_appearance.css' file **********************************/ /* @import "./config/custom_scrollbar_appearance.css"; /**/ /* <--- EXPERIMENTAL */
/************************************************************************************************/
/* TOOLBAR BUTTONS ******************************************************************************/
/************************************************************************************************/
/* navigation toolbar buttons appearance - [only use one at a time] *****************************/ @import "./css/buttons/buttons_on_navbar_classic_appearance.css"; /**/ /* @import "./css/buttons/buttons_on_navbar_classic_appearance_v2.css"; /**/ /* @import "./css/buttons/buttons_on_navbar_windows_classic_theme_appearance.css"; /**/ /* @import "./css/buttons/buttons_on_navbar_glass_appearance.css"; /* <--- good for Dark themes */ /* @import "./css/buttons/buttons_on_navbar_osx_appearance.css"; /**/
/* navigation toolbar buttons - button roundness (edit file to set different roundness) *********/ /* @import "./css/buttons/buttons_on_navbar_button_roundness.css"; /**/
/* squared buttons / button size - [only use one at a time] *************************************/ /* "rectangular shape" - normal size ************************************************************/ /* @import "./css/buttons/buttons_on_navbar_squared_buttons.css"; /**/ /* "normal shape" - large size (huge 48x48px buttons with 36x36px icons) ************************/ /* [!] not compatible with 'custom icon' options ************************************************/ /* [!] not compatible with 'custom back & forward buttons' appearance options *******************/ /* [!] not compatible with 'text mode' option ***************************************************/ /* [!] partly compatible with 'icons+text' option, if in 'compact mode' *************************/ /* @import "./css/buttons/buttons_on_navbar_huge_48px_size.css"; /
Disable middle click tab bar
My previous question: https://support.mozilla.org/en-US/questions/1254024 With the latest update, the following css tweak to disable the creation of new tab when middle c… (читать ещё)
My previous question: https://support.mozilla.org/en-US/questions/1254024
With the latest update, the following css tweak to disable the creation of new tab when middle clicking the empty tab bar area no longer works.
This along with the shortcut CTRL+SHIFT+P to open a new private window are features no other browsers have.
Вкладка about:home
Как сделать так, чтобы вкладка домашней страницы (about:home) не закрывалась когда я закрываю браузер?
Disable middle click tab bar
Can someone help me edit the CSS to disable the feature of middle mouse clicks on the empty portion of the tab bar opening new tabs? The new update broke the CSS again an… (читать ещё)
Can someone help me edit the CSS to disable the feature of middle mouse clicks on the empty portion of the tab bar opening new tabs? The new update broke the CSS again and it's really frustrating using Firefox as I have a bad habit of constantly clicking the middle mouse button.
My previous posts: https://support.mozilla.org/en-US/questions/1254024, https://support.mozilla.org/en-US/questions/1271141
The CSS: https://pastebin.com/qttFZYQx
Each time that I update Firefox I loose my Tabs on bottom of window page (userChromeCSS doesn't work). Please tell me why Firefox don't set it as an option.
userChromeCSS doesn't work anymore on version71.0 (64-bit) #TabsToolbar { position: fixed; bottom: -0.5em; width: 100%; } #tabbrowser-tabs { width: 96%; } #co… (читать ещё)
userChromeCSS doesn't work anymore on version71.0 (64-bit)
#TabsToolbar { position: fixed; bottom: -0.5em; width: 100%; } #tabbrowser-tabs { width: 96%; } #content-deck { margin-bottom: 2.5em; }
How can I get tabs below in firefox 71.0?
Since the new update, tabs are on top again. And the fix for the last time it no longer worked (as usual) is not valid anymore. What must I do now? And why is firefox so … (читать ещё)
Since the new update, tabs are on top again. And the fix for the last time it no longer worked (as usual) is not valid anymore. What must I do now? And why is firefox so set on placing the tabs on top? Thanks
Restoring a session from the "Import and Backup" does nothing.
Hi, Today I accidentally closed Firefox right after I opened it, before having the chance to restore the previous session. And since then, I've been trying to restore it … (читать ещё)
Hi,
Today I accidentally closed Firefox right after I opened it, before having the chance to restore the previous session. And since then, I've been trying to restore it to no avail. Clicking the "Import and Backup" button in the history, doesn't work at all. It shows the list of the previous sessions, but nothing happens when I click them. No error, no nothing.
Any assistance would be greatly appreciated.
cannot open the folder tabs in firefox
clicking on any of the named tabs across the top of Firefox does not open anything. I am old and stupid and just want to work the way it always has.
links not opening in tabs
when i am on pinterest or in my thunderbird and clik on a link the tab opens but won't download the link please help..i have missed so many freebies and birthday stuff (… (читать ещё)
when i am on pinterest or in my thunderbird and clik on a link the tab opens but won't download the link please help..i have missed so many freebies and birthday stuff (my 75th.)..ty
I have "restore previous session" and "remember history" checked in settings, but when I start up my computer, Firefox doesn't restore my previous session
This is sort of a saga, but I'd rather give too much information than too little. I just got a new Windows 10 computer (Dell Inspiron 15 15000) and transferred all my stu… (читать ещё)
This is sort of a saga, but I'd rather give too much information than too little.
I just got a new Windows 10 computer (Dell Inspiron 15 15000) and transferred all my stuff including firefox with all the tabs I had open.
I usually have lots of tabs open, and I opened all the tabs on my new computer that I had had on the old one. For some reason I can't recall, I ended up with one window with one tab, and one window with all the tabs I'd had open on my old machine (including the one that was open by itself in the other window). I closed the window with the single tab, and continued using the window with many tabs. At the end of the day, I closed the window as usual and shut down the computer.
The next day, I turned on my computer, opened up firefox, and no tabs! I checked to make sure that "open previous session at startup" was checked in the main settings, did some searching through the help files here, and found that the problem was that I hadn't gone in to the privacy settings to tell it to remember history. I fixed that, and did some more digging to figure out how to restore history, I don't remember how. I restarted Firefox, and it restored a previous session ... but not the one I wanted. It restored the window with the single tab that I'd only had open for about ten minutes, not the window with all my tabs (including that one) that I'd had open all day. Some more searching through the support here and I figured out how to restore the session I ACTUALLY wanted. I can't find the post now, but it told me to go to Help - Troubleshooting Information (I think--it LOOKED like the Troubleshooting Information page, from what I remember, although today it doesn't seem to have the option I used yesterday, so it might have been a different page) and see if there were two sessions, and if so, to click the other one, and see if that fixed things. It did! I got the window with all the tabs back, and closed the window with just the single tab, and went on with my day. Problem solved, right?
No. I booted up my computer today, opened up Firefox, and what did I find? IT OPENED THE WINDOW WITH THE SINGLE TAB THAT I'D ONLY HAD OPEN BRIEFLY, INSTEAD OF THE WINDOW WITH ALL MY TABS IN IT THAT I'D HAD OPEN ALL DAY. First of all, I'd rather not have to deal with this again, so how can I make sure it doesn't? What is going on?
Second, I can't find the help page that told me how to restore the correct window. This is a problem, because although all of the tabs I had open yesterday are in my history, when I go to the little library icon and look at "history" both the "recently closed windows" and "recently closed tabs" are empty. As far as Firefox is concerned, I haven't closed any windows or tabs since the last time the history was deleted, despite having lots of pages in the Recent History list that I sure don't have open right now. Clicking the three horizontal lines to get the main menu, there is no "restore previous session" as an option. I can go through the history and manually click on all the tabs that should be open, but that is REALLY a pain and I would like not to have to do this again. I have added the "Tab Session Manager" addon, so hopefully even if this is a recurring problem I can use that to get around it. (The addons listed below are all the addons I had when the problem occurred.) What the heck is going on here?
Can you make Firefox open just with pinned tabs?
I have 9 pinned tabs in Firefox, including my Home page, BBC News. If I close Firefox with only pinned tabs open, next restart it will open a new Home tab (unpinned) auto… (читать ещё)
I have 9 pinned tabs in Firefox, including my Home page, BBC News. If I close Firefox with only pinned tabs open, next restart it will open a new Home tab (unpinned) automatically which I don't want. I want it to open exactly as I closed it with the same pinned tab on top. Is this possible?
compact tabs is broken?
68.2.1. I used to see the tab list in two columns,about 8 on a screen, now they are in a single column can I can only see 2 on a screen. I have "compact tabs" turned on i… (читать ещё)
68.2.1. I used to see the tab list in two columns,about 8 on a screen, now they are in a single column can I can only see 2 on a screen. I have "compact tabs" turned on in the settings and I imagine that is what is supposed to make them in two columns.
Is there any way questions here get migrated to the issue tracker?
How do I make FF open items in History drop down menu in new tabs?
Saw this question 2 years ago with unhelpful answers, like right clicking on an item - right clicking is not an option with a track pad, and none of the track pad options… (читать ещё)
Saw this question 2 years ago with unhelpful answers, like right clicking on an item - right clicking is not an option with a track pad, and none of the track pad options like control-click or option-click worked to open any items in a new tab (and I don't see why people who answer questions don't think about the hundreds of millions of people who use track pads, or Magic Mouse which has no right-click ability). Chrome has this very convenient feature that keeps a history item from opening on top of your current page - often you want to compare or add what you saw in history to what you're seeing on the current page without making the current page disappear and having to backpage, thus losing the history page you want displayed at the same time. This seems like an easy enough feature to include that FF is ignoring, like it ignores the longtime request that Firefox enable cut & paste to retain website formatting and functions when pasting into an email (and screenshots don't retain functions like links). If there are enough inconveniences to using FF, people use another browser, and if Chrome and Safari can include such conveniences, so can Firefox.
why is Google insisting on mic permission in your search bar
I get a mic icon instead of a close/minimize tab option on all Firefox tabs and it says Google voice needs app permission and I can't close or exit without using my devic… (читать ещё)
I get a mic icon instead of a close/minimize tab option on all Firefox tabs and it says Google voice needs app permission and I can't close or exit without using my devices home or apps icon.
Can I restore all tabs after hitting close all tabs?
I accidentally hit close all tabs. I had over 100 tabs open. Going to history only allows me to restore the last 10. Is there a way to go into session history and restore… (читать ещё)
I accidentally hit close all tabs. I had over 100 tabs open. Going to history only allows me to restore the last 10. Is there a way to go into session history and restore the entire session? I have restore tabs each time set, but since they were all closed none reopened when i started a new session.
Thanks in advance for any hrlp you can provide.
When multiple tabs are open I sometimes cannot select or close certain tabs using the tab bar; happens both in Firefox and Firefox Nightly using Mac OS.
I'm running Mac OS 10.15.1. Whenever I have multiple tabs open there are instance when I cannot select a certain tab or close it by hitting the X in the tab bar. Sometime… (читать ещё)
I'm running Mac OS 10.15.1. Whenever I have multiple tabs open there are instance when I cannot select a certain tab or close it by hitting the X in the tab bar. Sometimes, eventually, it will work and other times I have to jump around to other tabs before I can finally select the one I want. I have tried refreshing Firefox and running Firefox without add-ons enabled, both with no luck.
Firefox Options says "Tree Style Tab, requires Container Tabs" yet there is no add-on called "Container Tabs" so what does this mean?
Please, no code language, HTML or or 'inside baseball' responses that include terms not self-defined to non-experts as myself...pretend this is my first time using a brow… (читать ещё)
Please, no code language, HTML or or 'inside baseball' responses that include terms not self-defined to non-experts as myself...pretend this is my first time using a browser. I just need to know what action I should be taking as the add-on (Tree Style Tab) seems to be working properly.