Tabs not showing
My tab bar shows no tab whatsover, I tried pressing cntrl t or opening a link and nothing happens. Happens after updating to 66.0
Disable search bar(blue) when typing in address bar
I have been through numerous support pages and nothing helps, did a few about config changes as listed but still it appears. One post said it has always been there, I can… (read more)
I have been through numerous support pages and nothing helps, did a few about config changes as listed but still it appears. One post said it has always been there, I can assure you I never had this before and do not want it now. Is there any way to stop it please as I hate it even though just clicking removes it, I would prefer not to have it in the first place
My multiple rows tabs in FF now appear as a single line instead of multiple rows. Why and how do I fix it?
My multiple rows tabs in FF now appear as a single line instead of multiple rows. Why and how do I fix it?
Run Hide One Tab & Tabs On Bottom in Firefox 65?
These two codes work separately: https://www.reddit.com/r/FirefoxCSS/comments/7dqtuf/hide_tab_bar_if_only_one_tab_is_open/ https://github.com/Aris-t2/CustomCSSforFx/blob/… (read more)
These two codes work separately:
https://www.reddit.com/r/FirefoxCSS/comments/7dqtuf/hide_tab_bar_if_only_one_tab_is_open/
https://github.com/Aris-t2/CustomCSSforFx/blob/master/classic/css/tabs/tabs_below_navigation_toolbar.css & https://github.com/Aris-t2/CustomCSSforFx/blob/master/classic/css/tabs/tabs_below_navigation_toolbar_fx65.css
But when combined, this is the result:
https://prod-cdn.sumo.mozilla.net/uploads/images/2019-01-29-22-34-45-94d43e.png
When two or more tabs are open, it works fine. Any ideas on how to get these to work properly together?
make everything dark in firefox
Hi, I'm trying to get as much as possible of firefox to use dark theme to save my eyes at night. I use https://addons.mozilla.org/en-US/firefox/addon/darkreader/ to cust… (read more)
Hi, I'm trying to get as much as possible of firefox to use dark theme to save my eyes at night.
I use https://addons.mozilla.org/en-US/firefox/addon/darkreader/ to customize the sites automatically and it does an excellent job, except that firefox pages can't be customized with it and by that I mean:
about:blank about:newtab about:config about:preferences
for the blank and newtab pages I found three solutions:
1- create a [userContent.css](http://kb.mozillazine.org/UserContent.css) file with the following
@-moz-document url-prefix(about:blank) {*{background-color:#000000;}}
@-moz-document url-prefix(about:newtab) {*{background-color:#000000;}}
2- go to about:config and change
browser.display.background_color to #000000
browser.display.foreground_color to #ffffff
3- Go to "Preferences" and search for "colors" click on the colors button and set the background and text colors to the same colors as in 2.
now I tried all of the solutions above and all of them have side effects, the most prominent and annoying one is flashing white page for a couple of seconds when opening a new tab or white page while the website, other annoyances is that the settings don't apply to about:config and about:preferences even if I add them in userContent.css
-To test the flashing white you only need to open a new tab (while applying my settings above) and you will see it.
-To the white page before the site is loaded you need to open the link from another page(if you open a new tab and then paste the link you won't get the white page since the about:blank or about:newtab will have the dark background)
so to see my problem do the following:
1- go to https://github.com/biesiad/deelay#deelayme
2- right click on deelay.me link and click "open link in a new tab"
the link will be opened in a new tab that has the background in white or grayish color.
How can I solve these problems ? any tip would be appreciated.
Regards
Firefox 70 show empty tab bar. How to hide it again?
Since updating to Firefox 70, the tab bar is shown even if there is only one tab (it just shows the + button then). Previously, the bar was hidden if there was only one t… (read more)
Since updating to Firefox 70, the tab bar is shown even if there is only one tab (it just shows the + button then). Previously, the bar was hidden if there was only one tab. This previous behavior may depend on some setting, but I don't remember if I changed any setting for that. Have *no* Add-ons installed that affect tab visibility.
How to restore the old behaviour that tab bar is hidden if there is only one tab?
Embedded Youtube videos do not work
I am running Firefox 52.9.0 (32-bit), Win XP PRO SP3 on several computers and only my desktop has this problem. Youtube videos embedded in other pages do not work and on… (read more)
I am running Firefox 52.9.0 (32-bit), Win XP PRO SP3 on several computers and only my desktop has this problem.
Youtube videos embedded in other pages do not work and only blank space is displayed but if I go to Youtube the videos play correctly. This only happens in one computer. In other computers running same Firefox 52.9.0 (32-bit), Win XP PRO SP3 this problem does not happen.
I guess it might be some configuration problem.
Disable middle click tab bar
Why is this a feature without the option to disable when none of the other browsers has this feature? It's really annoying trying to close a tab only to open a new one ag… (read more)
Why is this a feature without the option to disable when none of the other browsers has this feature?
It's really annoying trying to close a tab only to open a new one again because you middle clicked on the empty portion of the tab bar.
bookmark toolbar via userchrome.css broke with 66/66.0.1 update
I've used userChrome.css since 57 I believe to have a two row bookmark toolbar. The .css files is currently: /*AGENT_SHEET*/ /* Firefox 57+ userChrome.css tweaks *******… (read more)
I've used userChrome.css since 57 I believe to have a two row bookmark toolbar. The .css files is currently:
/*AGENT_SHEET*/
/* Firefox 57+ userChrome.css tweaks ****************************************************/ /* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **/ /* by Aris (aris-addons@gmx.net)*********************************************************/ /* Github: https://github.com/aris-t2/customcssforfx ************************************/ /****************************************************************************************/
- personal-bookmarks {
display: block;
}
- personal-bookmarks #PlacesToolbar {
display: block; min-height: 0px; overflow-x: hidden; overflow-y: auto; max-height: 999px;
}
- personal-bookmarks #PlacesToolbar > hbox {
display: -moz-stack !important; left: 0px; right: 0px; width: 100%;
}
- personal-bookmarks #PlacesToolbar #PlacesToolbarItems {
overflow-x: visible; overflow-y: visible;
}
- personal-bookmarks #PlacesToolbar #PlacesToolbarItems > box {
display: block;
}
- personal-bookmarks #PlacesToolbar > .bookmark-item{
visibility: visible !important;
}
- personal-bookmarks #PlacesToolbar .chevron{
display: none;
}
- personal-bookmarks #PlacesToolbar > hbox > hbox{
overflow-x: hidden; overflow-y: hidden;
}
- personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator[collapsed="true"],
- personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator{
display: none;
}
- personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item{
padding-top: 2px; padding-bottom: 2px; /*margin-left: -4px !important; padding-right: 9.5px !important;*/
}
- personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item:hover:active:not([disabled="true"]),
- personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item[open="true"] {
padding-top: 2px !important; padding-bottom: 2px !important; /*-moz-padding-start: 4px; -moz-padding-end: 2px;*/
}
- personal-bookmarks #PlacesToolbar toolbarseparator{
-moz-appearance: none !important; visibility: visible !important; display: inline; text-shadow: none !important; border-left: 3px solid ThreeDShadow !important; border-right: 3px solid ThreeDHighlight !important; vertical-align: middle;
}
- personal-bookmarks toolbarbutton.bookmark-item[dragover][open]{
-moz-appearance: toolbarbutton;
}
- navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar):not(#TabsToolbar) {
max-height: 50px !important;
This is no longer working in 66/66.0.1.
What needs to be adjusted to make this functional again in the latest updates?
Thanks!
R
Is there a way to change only the background image for new tabs?
Hi, I have attached 2 screenshots: 1. The background where I want to apply the image in firefox. 2. Chromium after changing the background. Is there a way to change the b… (read more)
Hi, I have attached 2 screenshots: 1. The background where I want to apply the image in firefox. 2. Chromium after changing the background.
Is there a way to change the background in Firefox to an image of my choice?
How to disable panel under url bar?
In Firefox 65 update gave me a new tooltip or box under the urlbar when i type an address. How can we disable that blue box in attached image? I don't know what it is cal… (read more)
In Firefox 65 update gave me a new tooltip or box under the urlbar when i type an address. How can we disable that blue box in attached image? I don't know what it is called but it is just useless and annoying.
CSS: .urlbar-textbox-container in Firefox 66
Hello, .urlbar-textbox-container { margin-inline-end: 3px !important; } does not work in FF 66. What should be the replacing rule? Thank you. … (read more)
Hello,
.urlbar-textbox-container { margin-inline-end: 3px !important; }
does not work in FF 66.
What should be the replacing rule?
Thank you.
How to make tabs not so tall in Firefox 70?
Firefox 70 has made the tab hight taller, and now they overlap the window frame on my computer (Win 7). How do I get them back to their size in Firefox 69 and stop them … (read more)
Firefox 70 has made the tab hight taller, and now they overlap the window frame on my computer (Win 7). How do I get them back to their size in Firefox 69 and stop them from eating into the frame? CSS is fine.
FF65 - Can't turn off address bar suggestions
After updating to Firefox 65 (Mac), there is now this enormous green drop-down that appears whenever I start typing in the address bar, and I cannot turn this thing off. … (read more)
After updating to Firefox 65 (Mac), there is now this enormous green drop-down that appears whenever I start typing in the address bar, and I cannot turn this thing off.
I've looked in Preferences > Privacy & Security > Address Bar, and all the selections there are unchecked. Search > Default Search Engine > Provide Search Selections is also unchecked.
Is there something in about:config I need to toggle? Or will I have to edit my userChrome.css to turn this off?
Thanks!
change new tab button color
I want to change the "+" color on the new tab icon I was able to do this for the close tab "X' icon with the following css code in my userChrome.css file. .tabbrowser-tab… (read more)
I want to change the "+" color on the new tab icon
I was able to do this for the close tab "X' icon with the following css code in my userChrome.css file.
.tabbrowser-tab .close-icon:hover {
fill: white !important; background-color: red !important; border-radius: 4px; }
I think this code should work for the new tab icon, however I don't know the name of the new tab icon.
Please help,
Thank you
List of Addons not visible after Firefox update
My Addons are working okay, however when I look at the about:addons page the list only shows blank spaces where addons should be, only a blue highlight shows if I click o… (read more)
My Addons are working okay, however when I look at the about:addons page the list only shows blank spaces where addons should be, only a blue highlight shows if I click on each addon.
This is the same for my Plugins and Themes.
I have tried deleting some files in my profile as suggested by others on here with similar problems but none work.
"Close tab" button on left?
Hey, I know this question has been tackled in the past, but I tried following previous guides and none of the code listed in those guides worked with the latest version o… (read more)
Hey, I know this question has been tackled in the past, but I tried following previous guides and none of the code listed in those guides worked with the latest version of firefox (66). I'm a mac user (you guessed it lol) and I wanted to put the "close tab" x button on the left of the tab, and not the right, so that its consistent with the rest of Mac OS.
Does anyone know how to do that, or is there an extension which does this?
Thanks!
Custom css
Hello! I have problems creating my own CSS style. Most of the changes were applied by the browser through userChrome.css and userContent.css, but those elements that use … (read more)
Hello! I have problems creating my own CSS style. Most of the changes were applied by the browser through userChrome.css and userContent.css, but those elements that use common.css ignore it. What to do in my case?
Re 66.0.2 Tabs are on bottom but project ~1/3 down from background, into usable screen, blocking tab titles.
Managed to get Tabs on Bottom in all previous updates (including FF65). Carried over ToB with FF66.0.2 update, but the whole line of tabs (including vertical separators)… (read more)
Managed to get Tabs on Bottom in all previous updates (including FF65). Carried over ToB with FF66.0.2 update, but the whole line of tabs (including vertical separators) has shifted down about 1/3 of its height such that it bleeds into the immediate viewable screen. If the top of that viewable screen is black, for example, the tab titles are almost unreadable. Any advice? Appreciated.
Why did this happen?
Seriously? I updated to 65.0 and then this happened. How can I fix it?