Reposition Tabs at bottom, directly above web page in Firefox 65.0? -- for Windows 10 - not for MacOSX
Can anyone supply updated code for the userChrome.css for restoring Tabs to below Menu bar, Location bar, and Personal Toolbar? The code below was working until I upgrad… (tuilleadh eolais)
Can anyone supply updated code for the userChrome.css for restoring Tabs to below Menu bar, Location bar, and Personal Toolbar? The code below was working until I upgraded to 65.0.
/* tabs on bottom */
- navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10}
- TabsToolbar {-moz-box-ordinal-group:1000!important}
Thank you for the help.
edited the title of this thread to include Windows 10 as the operating system the OP posted from
Silverlight install with firefox update
Hi, Since updating both Firefox & Firefox ESR, I can no longer access a page that is needed for my work. I already have Silverlight installed on the laptop but get th… (tuilleadh eolais)
Hi, Since updating both Firefox & Firefox ESR, I can no longer access a page that is needed for my work. I already have Silverlight installed on the laptop but get the message/image Silverlight install, I have attempted to uninstall and re-install the program but had no luck getting passed the same message. This website page is vital for the running of the business, so I need a solution ASAP.
Adam
tabs not on bottom
I just updated to Firefox 65 and suddenly my tabs are once again up in the gods. How do I get them down below the bookmarks toolbar and address bar? I've tried Userchrome… (tuilleadh eolais)
I just updated to Firefox 65 and suddenly my tabs are once again up in the gods. How do I get them down below the bookmarks toolbar and address bar? I've tried Userchrome and followed the 2017 video (which was very lcear by the way) that was recommended in Firefox support but it didn't work and I'm at my wits end. I hate this tabs on top thing and just want to put it back where it belongs. Please help?
How to get multi-row bookmarks bar?
For years I've used a userchrome script to show multiple rows of bookmarks, but it no longer works in Firefox 66! Does anyone know what's gone wrong, or a way this can be… (tuilleadh eolais)
For years I've used a userchrome script to show multiple rows of bookmarks, but it no longer works in Firefox 66!
Does anyone know what's gone wrong, or a way this can be fixed?
I cannot function without multi-row bookmarks! I have over 25,000 bookmarks, all neatly organized into folders across five rows of bookmarks. there's no way I could cram all those categories into one single, solitary row.
It's a shame that Firefox has never seriously supported the bookmark bar. It's always been buggy, ugly, cumbersome to use, and never felt very "solid". The menu also has a tendency to disappear, making it hard to organize and drag bookmarks and folders around.
i use the firefox 22.0 vesion, but latest version are not supported the indian ESIC site, the new version are not supported edit function. ashishtripathi500@gma
i used the omd firefox version22.0. i want latest version but the latest version are not abale to edit function of employee personal details of ESIC. ESIC is insurance w… (tuilleadh eolais)
i used the omd firefox version22.0. i want latest version but the latest version are not abale to edit function of employee personal details of ESIC. ESIC is insurance website of Employee. this is goverment web and this is run only firefox. so i request to firefox team that the make able editable function on latest version of Firefox
www. esic.in - fully supported on old version (22.0) with edit function. but esic run smoothly on new version but edit function not working on new Firefox version. we want pls make edit function on new version. www.esic.in (employee personal details, bank details, discrepancy details, family details) thanks and regards Ashish kumar Sr HR Executive Vishnusaran and Company kanpur uttar pradesh
edited out phone# from public and search/spam bots view as this is a public forum.
I want to open new tabs in a local page
I want my new tabs in Firefox Quantum to open to my home page. My home page is a local page with all of my frequently used links on it. I've tried using New Tab Homepage … (tuilleadh eolais)
I want my new tabs in Firefox Quantum to open to my home page. My home page is a local page with all of my frequently used links on it. I've tried using New Tab Homepage and New Tab Override, and neither of them gives me what I want. I can easily do this with EVERY OTHER BROWSER I use; why not Firefox?
Can't get Tabs on bottom
At one point with this new firefox headache I managed to get my tabs on bottom but I had to do a refresh in order to get into my outlook email cause of a glitch. Now I ca… (tuilleadh eolais)
At one point with this new firefox headache I managed to get my tabs on bottom but I had to do a refresh in order to get into my outlook email cause of a glitch.
Now I can't manage to get my tabs to go under the address bar. I did the whole chrome folder with the userchrome.css thing but I still cant get my tabs to go below my address bar.
Anyone have any idea what is causing this?
Its driving me up the wall not being able to have the browser how I want it.
How can I move the Open Menu (hamburger) button to the Left side with Firefox 60 using CSS in the Userchrome.css file?
I want to combine two customizations in Firefox 60: 1 Move the tabs to below the Address bar and Bookmarks toolbar; and 2. Move the Open Menu (hamburger) button to the le… (tuilleadh eolais)
I want to combine two customizations in Firefox 60: 1 Move the tabs to below the Address bar and Bookmarks toolbar; and 2. Move the Open Menu (hamburger) button to the left hand side in Firefox 60. Unfortunately, "customize" does not allow one to move the Open Menu button in FF60 (it is greyed out in "Customize"). I can do each of these steps separately with the following CSS customizations in the UserChrome.css file inside my profile, but am not sure how to combine the two together. For 1. the following works: https://support.mozilla.org/en-US/questions/1185426 For 2. the following works: https://github.com/Timvde/UserChrome-Tweaks/blob/master/hamburger/move-to-top-left-Linux-Windows.css but combining them messes up the position of the Open Menu button - I am not skilled in CSS. Can anyone suggest a CSS that will do both tasks together? Or is there a simpler solution to both that I am missing?
The two CSS respectively are: 1. Move the tabs to below the address bar and bookmarks toolbar: ________________
/* Tab bar below Navigation & Bookmarks Toolbars For best results, show Title Bar or Menu Bar */ #nav-bar { /* main toolbar */ -moz-box-ordinal-group: 1 !important; border-top-width: 0 !important; } #PersonalToolbar { /* bookmarks toolbar */ -moz-box-ordinal-group: 2 !important; } #TabsToolbar { /* tab bar */ -moz-box-ordinal-group: 3 !important; }
________________ 2. Move the Open Menu button to the LHS: ________________
/* * Move the hamburger menu to the top left, before the first tab * * Contributor(s): Alex Vallat */ #PanelUI-button { -moz-box-ordinal-group: 0; border-left: none !important; position: absolute; } :root[uidensity=compact] #PanelUI-button { margin-top: -28px; } #PanelUI-button { margin-top: -30px; } :root[uidensity=touch] #PanelUI-button { margin-top: -36px; } #TabsToolbar { /* Ensure the padding is always present even when maximized */ padding-inline-start: 40px !important; }
_______________
how can I download Firefox 52.2.1 (64 bit)? I have software (necessary for work) that runs on that version. And how can I prevent FF from overriding this ver
I do use the latest version of FF. but today the older version was wiped out. This seems to happen frequently,, but I've been able to find a version of 52.2.1 Today I… (tuilleadh eolais)
I do use the latest version of FF. but today the older version was wiped out. This seems to happen frequently,, but I've been able to find a version of 52.2.1
Today I can't seem to locate this version.
BTW: The work software requires Silverlight. There's a bug somewhere, as the Silverlight "Can't be found and needs to be installed". But the new version of FF states Silver is already installed.
Yes, I know - the work software is horrible and is the problem!
change the icons in firefox quantum 63.0 (64 bit)
thanks for the read Hi, i want to change all the interface icons in Firefox, or at least the ones i have to look at, the back, forward, reload, home, site information, v… (tuilleadh eolais)
thanks for the read
Hi, i want to change all the interface icons in Firefox, or at least the ones i have to look at, the back, forward, reload, home, site information, verified by:, bookmarks, library, and menu
i want traditional, nonflat, multicolored icons so that they match the rest of the icons on my computer
i dont want my computer icons to look like a phone or worse yet like windows 10.....yeesh im willing to go through any kind of graphic filetype conversion for icons or any advanced configuring, or even making my own in photoshop, i just dont know how to go about putting said graphics into firefox
My firefox
firefox quantum 63.0 (64 bit) mozilla firefox for linux mint 1.0
My OS
Linux Mint 17.3 Cinnamon
thanks again
.vz7.
edit: sorry for the blank lines, this website does not format text the way its actually typed, so i did what i could for clarity, and also the image upload does not appear to work (or it does not accept png files) but a picture isn't necessary anyway
Can java be enabled using Firefox 60.2 esr?
I have to access a legacy, Agency-wide software application that uses Java in its interface operations. The previous Firefox esr version allowed the activation of Java f… (tuilleadh eolais)
I have to access a legacy, Agency-wide software application that uses Java in its interface operations. The previous Firefox esr version allowed the activation of Java for trusted sites. Firefox 60.2 esr appears to have done away with this option . . . and best of all it installed itself without my intervention or choice. Now, I am locked out of our timekeeping software.
lost connection to device i need to configure urgently due to SSL_ERROR_UNSUPPORTED_VERSION on Firefox 63.0
I need to access a router that has only https interface. After updating to FireFox 63.0 I can no longer access the device and there appears no obvious way to convince Fir… (tuilleadh eolais)
I need to access a router that has only https interface.
After updating to FireFox 63.0 I can no longer access the device and there appears no obvious way to convince FireFox to connect.
Please advise
Download Scrapbook plus old version
Like you already know, Mozilla delete the addons Scrapbook, Scrapbook plus and Scrapbook X from their website. Because they say there are not good anymore for the new ver… (tuilleadh eolais)
Like you already know, Mozilla delete the addons Scrapbook, Scrapbook plus and Scrapbook X from their website. Because they say there are not good anymore for the new versions. The best ever website saver created.
Ok, i am working with that from years. Now what?
Can anyone help me to install Scrapbook into a old version of Mozilla?
firefox for embedded windows
why firefox is not support windows embedded posready 2009 which still support from os provider can i still safe with old version?
DOES THE TABS ON BOTTOM .CCS FILE WORKAROUND WORK IN FF VER. 62STILL WORK?
Have used this workaround before. Seems like might have to edit the scripe tho. I have a working version in Win10, but not working in Win 7. We miss our favorite user f… (tuilleadh eolais)
Have used this workaround before. Seems like might have to edit the scripe tho. I have a working version in Win10, but not working in Win 7. We miss our favorite user friendly configureable browsers and would trade a little speed for a FF Flex version as opposed to current unfrindly FF Fast ver. Thanks for all the great FF browsers of the past
How do I change the colour of the background, under the tab section?
I would like to change the colour of my background as i think white is plain. I already managed to change the tab using colors, but I can't find a way to change the colou… (tuilleadh eolais)
I would like to change the colour of my background as i think white is plain. I already managed to change the tab using colors, but I can't find a way to change the colour of the main body, underneath the tab section. Is there a way or is it impossible?
Firefox 67 breaks shared profile between Ubuntu and Windows10
Hi, I use Firefox on a Windows 10/Ubuntu 18.04 dual boot system and share the profile of the Windows partition to use the same Firefox information with both installation… (tuilleadh eolais)
Hi,
I use Firefox on a Windows 10/Ubuntu 18.04 dual boot system and share the profile of the Windows partition to use the same Firefox information with both installations. After upgrading the Firefox Win10 version to 67.0, I get the error message uploaded as a picture. The Ubuntu Firefox version is also 67.0, so there is no older version that modifies the profile information.
I found this thread https://support.mozilla.org/en-US/questions/1259820 describing a similar question, and the chosen solution to delete the compatibility.ini from the profile folder revived the profile. However, this is not a permanent solution. Using Ubuntu Firefox after Windows Firefox is unproblematic, whereas the error reappears in Windows Firefox after using Ubuntu Firefox. I have to delete now the compatibility.ini every time I use Windows Firefox after Ubuntu Firefox, which is rather annoying. Obviously, the Ubuntu and the Windows version of Firefox 67 interpret this .ini file differently. Is there anything planned to synchronize both versions of Firefox 67 better? Or any other solution that solves this problem permanently? And no - I don't want to store my profile information on an external Sync server. Thank you for your time reading this. Any help is much appreciated.
How to run with safety a Java certified web based applet
I want to run with safety a Java certified web based applet. It's a Java game which it's certified. I have the latest Java version. I downloaded 52.9 ESR Firefox which t… (tuilleadh eolais)
I want to run with safety a Java certified web based applet. It's a Java game which it's certified. I have the latest Java version. I downloaded 52.9 ESR Firefox which there is a problem with it https://support.mozilla.org/en-US/questions/1235246#answer-1158505 , and I have noscript and https everywhere except from antivirus. Is it possible while playing, another script which does not belong to game to run?
Moving status panel to the top
Hi, I am using Firefox 63.0.1 with Roboform V8 addon. The addon creates a toolbar at the bottom of the page. The problem now is, that the Roboform bar hides the status pa… (tuilleadh eolais)
Hi,
I am using Firefox 63.0.1 with Roboform V8 addon. The addon creates a toolbar at the bottom of the page. The problem now is, that the Roboform bar hides the status panel at bottom left corner. Is it possible to move the status panel to the left or right top corner?
Thank you in advance!
Override "important!" in source files with userChrome.css
Hello, I'm trying to change the default text direction in the URL bar from right to left (in FF RTL locals). Replacing html|input.urlbar-input:-moz-locale-dir(rtl) { dir… (tuilleadh eolais)
Hello,
I'm trying to change the default text direction in the URL bar from right to left (in FF RTL locals).
Replacing
html|input.urlbar-input:-moz-locale-dir(rtl) {
direction: ltr !important; text-align: right !important;
}
with
html|input.urlbar-input {
direction: ltr !important; text-align: left !important;
}
in chrome\browser\content\browser\browser.css does change the direction.
However, I can not achieve that with userChrome.css. Is it possible to override the "important!" rule in the source file with userChrome.css?
Thank you.