resized text a tab will resize(shrink) and move left. Cant see upper right top to enlarge it. how with keypad?
i made text one size larger. Got on FF. Looking at a webste. Did something and tab i am looking at downsized and moved right so i cant see the upper left corner. Cant … (ulteriori informazioni)
i made text one size larger. Got on FF. Looking at a webste. Did something and tab i am looking at downsized and moved right so i cant see the upper left corner. Cant make it move left with keypad so i can enlarge with the pointer.
Can a new tab auto log in to the same website open in an already open tab?
Have a website for work that need to open multiple tabs for - can this be set to auto log in if I already have a valid log in open? Is there an add on for this at all? … (ulteriori informazioni)
Have a website for work that need to open multiple tabs for - can this be set to auto log in if I already have a valid log in open?
Is there an add on for this at all?
Restore previous session and sessionstore files aren't working
1) I have my old previous.jsonlz4, recovery.jsonlz4 (and its .baklz4 counterpart), and upgrade.jsonlz4-date files backed up and copied into a separate folder 2) The probl… (ulteriori informazioni)
1) I have my old previous.jsonlz4, recovery.jsonlz4 (and its .baklz4 counterpart), and upgrade.jsonlz4-date files backed up and copied into a separate folder
2) The problem is that after renaming one of my copies sessionstore.jsonlz4, closing Firefox, and deleting the present sessionstore.jsonlz4 file; when I try to put that candidate file into the profile folder (the main profile folder, not the sessionstore-backups folder)... Firefox ignores the file I placed upon being reopened.
I have also tried deleting the present sessionstore.jsonlz4 and sessionstore-backups folder entirely and substituting my files, but this merely results in a greyed-out 'Restore Previous Session' button
Is there a way to always open links in new tabs from a specific tab?
Hi all, So I have a pinned tab that is automatically refreshed via an extension. That extension is URL based. From time to time I may accidentally clicked a link on that … (ulteriori informazioni)
Hi all,
So I have a pinned tab that is automatically refreshed via an extension. That extension is URL based. From time to time I may accidentally clicked a link on that tab and the URL changed then the auto-refresh stops.
In order to keep the auto-refreshed tab's URL, I would like to always open the links on that tab in a new tab, but keep normal behavior on any other tabs. Is it possible to do that?
Thanks,
Jeremy
"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… (ulteriori informazioni)
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"; /
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 … (ulteriori informazioni)
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 (… (ulteriori informazioni)
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
how can i disable tab scrolling
i open too many tabs i can't use firefox with hidden tabs that wastes my time and i can't deal with it, and there is no way from firefox i found on the web explaing that … (ulteriori informazioni)
i open too many tabs i can't use firefox with hidden tabs that wastes my time and i can't deal with it, and there is no way from firefox i found on the web explaing that ? is there anyway to disable that
How do I right-clic close a tab from the drop-down extended tabs bar/list ?
Hi I mean one of these (image below) ? The goal is to prevent reloading the tabs among ones that were openned in a previous session and I don't need anymore (and by the w… (ulteriori informazioni)
Hi I mean one of these (image below) ? The goal is to prevent reloading the tabs among ones that were openned in a previous session and I don't need anymore (and by the way FF won't update my history as not needed) - Even if I'd didn't use "Startup/Restore last session", this would be a great feature to be able to close with right-click any tabs whose names in shown in the drop list when so many tabs are openned that the last ones can't fit in the width of the window (actually tabs "toolbar"). Thanks you for this great browser. I asked this 2 years ago if there's a way.
Previous session doesn't restore. 'Restore Session' tab grayed out.
Sometimes when I start firefox there is no option to restore the previous session, and the 'restore session' option in the menus is grayed out. This tends to happen after… (ulteriori informazioni)
Sometimes when I start firefox there is no option to restore the previous session, and the 'restore session' option in the menus is grayed out.
This tends to happen after I've had Firefox closed for a longer than a day or two.
This is happening in Firefox version 70.0.1 (64-bit) on Ubuntu.
New tab (+) invisible unless cursor over
The new tab (+) is not visible unless I cursor over the area. How may I set Firefox 70.0.1 such that the new tab is always visible, whether I cursor over the area, or not… (ulteriori informazioni)
The new tab (+) is not visible unless I cursor over the area.
How may I set Firefox 70.0.1 such that the new tab is always visible, whether I cursor over the area, or not?
Firefox always sents me to http://d if I type d .. thats not what I want. how can I remove this autocompletion result
I type d or t or s or bla and I want it to open my default search engine with this Unfortnutaly FF sends me to http://d always (because I went there the first time and i… (ulteriori informazioni)
I type d or t or s or bla and I want it to open my default search engine with this Unfortnutaly FF sends me to http://d always (because I went there the first time and it remembered)
I really want to forget this autocompletion result.
How can I make FF forget stored autocompletions?
Text in tabs overlap and become unreadable
This happens with every update of firefox for the last several updates and makes firefox unusable. The text in every tab overlaps and cannot be read. The more tabs the… (ulteriori informazioni)
This happens with every update of firefox for the last several updates and makes firefox unusable. The text in every tab overlaps and cannot be read. The more tabs the worse it gets. I have seen this problem in forums since 2010. Have tried everything in options/fonts. Current firefox searches shows over 1200 responses and the result does not change much no matter how I word the search
I cant open my printer window
When I try to print from route one it wont let me
Search results do not open in new tabs
I am using ver 67.0.4 (64-bit) on Windows 7 Professional. I have been able to open new search results in separate tabs. I do not want them opening in the same tab. It use… (ulteriori informazioni)
I am using ver 67.0.4 (64-bit) on Windows 7 Professional. I have been able to open new search results in separate tabs. I do not want them opening in the same tab. It used to be that I could toggle browser.search.openintab to True and it would work. No luck now. It keeps opening in the same tab. :-( Open links in tabs instead of new windows is checked.
It seems with every new version something annoying happens and I am caught wasting time to fix this. How can I fix this? TIA.
red dots showing at the top of the firefox browser
red dots showing at the top edge of the firefox browser on my macbook pro
The middle mouse wheel no longer opens a link in a new tab like it used to; now, it shows my history of previous sites visited.
I used to be able to open a new tab by clicking on a link with my middle mouse wheel. Now, it displays what the system tray's TASK VIEW icon shows.
How do I save or copy the set of tabs in a window, so I can put into another profile.
I have 3 profiles, depending on what I'm using Firefox for. Somehow I inadvertently closed a window with a bunch of tabs (even though I have closing warning on. I have … (ulteriori informazioni)
I have 3 profiles, depending on what I'm using Firefox for. Somehow I inadvertently closed a window with a bunch of tabs (even though I have closing warning on. I have an earlier version of this window in another proile. How do I save or copy the set of tabs in a window, so I can put into another profile? (Previously I could set the new window option to be a set of tabs from the current window, copy it, quit and switch profile, then paste it into the preferences and when I opened a new window all the tabs would appear. I inadvertently upgraded fromv 58 to v69 (after 7 hours trying different things, I wasn't able to stop FF from upgrading behind my back, when I would restore an older verison, but that's a different problem), and I can't see how to do what I was able to do before in v69.