Showing questions tagged: Show all questions
  • Solved

Tabs on Bottom broke again

Hi Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got. Any idea how to move them back down to th… (read more)

Hi

Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got.

Any idea how to move them back down to the bottom? This is the userchrome.css coding I was using that worked fine before the update

@import url(userChrome-color_bookmark_folders_Proton89.css);


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Modify to change window drag space width */ /* Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /

/* IMPORTANT */ /* Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css

  • /
root{ --uc-titlebar-padding: 0px; }

@media (-moz-os-version: windows-win10){

root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }

}

  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{

position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 35px; } /* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */ @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){

root{ --uc-titlebar-padding: 0px !important }

.titlebar-buttonbox-container{ left:0; right: unset !important; } }

root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 30px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
  1. navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

  1. titlebar{

-moz-box-ordinal-group: 2; -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; }

.titlebar-placeholder,

  1. TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

  1. navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }

/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

  1. navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */

root{ --uc-window-control-width: 0px !important }
  1. navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
  1. toolbar-menubar{

position: fixed; display: flex; top: var(--uc-titlebar-padding,0px); height: 25px; width: 100%; overflow: hidden; }

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{

order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-width,20px); }

  1. toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 20px !important; --tab-min-width: 80px !important;

  1. tabbrowser-tabs {

width: 100vw !important; }

  1. main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

.tab-background { border-radius: 8px 8px 0px 0px !important; border-image: none !important; } .tab-line { display: none; }

.tab-close-button { color: red!important; }

Asked by scottish2 4 months ago

Answered by jscher2000 - Support Volunteer 4 months ago

  • Solved

Is there a way to change only the background image for new tabs in Firefox 117+?

Hi, I have been searching a way to change the Firefox new tab background image keeping its vanilla design. I found I could use a userContent.css file in this post from a … (read more)

Hi, I have been searching a way to change the Firefox new tab background image keeping its vanilla design. I found I could use a userContent.css file in this post from a few years ago: [https://support.mozilla.org/en-US/que.../1271362] I have followed the instructions step by step but it doesn't currently work.

Asked by Tifile 5 days ago

Answered by zeroknight 5 days ago

  • Solved
  • Archived

newtabpage shortcut icon size

Firefox updated to 89.0 today, and my newtabpage looks odd. The shortcuts now have really small previews, as shown in the attached image. How do I get them to be full siz… (read more)

Firefox updated to 89.0 today, and my newtabpage looks odd. The shortcuts now have really small previews, as shown in the attached image. How do I get them to be full size again (i.e. fill the box)? It was easier to tell them apart at a glance before the update, post update there's too much empty space. Is there something in about:config that controls this?

Thanks in advance!

Asked by xlucine 2 years ago

Answered by jscher2000 - Support Volunteer 2 years ago

  • Solved
  • Archived

stop formatting of css code when answering a request for help

How do I stop the #'s being changed to digits?? /* Colored folders for Bookmark Menus. */ /* Standard folder -- on Toolbar and Menus */ PlacesToolbarItems toolbarbutt… (read more)

How do I stop the #'s being changed to digits??

/* Colored folders for Bookmark Menus. */ /* Standard folder -- on Toolbar and Menus */

  1. PlacesToolbarItems toolbarbutton[container="true"]:not([query="true"]) .toolbarbutton-icon,
-moz-any(
  1. PlacesToolbarItems,
  2. PlacesChevronPopup,
  3. BMB_bookmarksPopup,
  4. bookmarksMenu,

Asked by Norbert38 2 years ago

Answered by jscher2000 - Support Volunteer 2 years ago

  • Solved
  • Archived

Firefox tips - but where are they?

You've sent me an email recommending 'The Forget Button' but where is it? It's all very well saying how good it is. I certainly don't have one where it is in your video … (read more)

You've sent me an email recommending 'The Forget Button' but where is it? It's all very well saying how good it is. I certainly don't have one where it is in your video so how do I install it? Grrr so frustrating.

Ditto the Relay thing for burn email addresses. The little video goes on about how good it is but where on earth is the facility?

Soo madenning!

Any help gratefully recieved.

Asked by mark318 1 year ago

Answered by TyDraniu 1 year ago

  • Solved
  • Archived

Download Page to View Offline

I've Googled this a few different ways and the results don't seem to be up to date, because I'm not seeing what I should be. I'm using Firefox on Android, and I want to … (read more)

I've Googled this a few different ways and the results don't seem to be up to date, because I'm not seeing what I should be.

I'm using Firefox on Android, and I want to download a page to view offline, but can't see how. Google results tell me to go to the menu to find the option, which must refer to the three dots in the top right, but it's not there. I'm attaching a pic of what mine looks like for reference.

Thanks in advance for the help.

Asked by ttwfotmf 1 year ago

Answered by Paul 1 year ago

  • Solved
  • Archived

how to share a URL with Firefox

Now, in the old Firefox, you used to be able to select "Email Link" to send a URL to someone by e-mail in your favorite e-mail client. I used to do that routinely, sendin… (read more)

Now, in the old Firefox, you used to be able to select "Email Link" to send a URL to someone by e-mail in your favorite e-mail client. I used to do that routinely, sending links via Thunderbird. I'm now using FF93.0, and all I see is "Share", which, when you point it to "Mail" it dumps you in Chrome. Now, in my FF prefs, I have specified Content Type->mailto->Use Thunderbird, so why it's dumping me in Chrome makes no sense.

How do I use Firefox to share a URL in Thunderbird like I used to be able to do?

Asked by danflester 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Little blue droplet at the end of username, what does it mean/do?

Hi there, A while ago a new thing started happening with Firefox. Whenever I go to a login page, and the username and password fields are auto populated because Firefox … (read more)

Hi there,

A while ago a new thing started happening with Firefox. Whenever I go to a login page, and the username and password fields are auto populated because Firefox has remembered them, the cursor is positioned at the end of the username. Directly beneath the cursor is what looks like a droplet, blue in colour. Clicking on it does nothing. Clicking anywhere else on the page makes the droplet disappear, as does bringing up another app and then coming back to Firefox. I am using version 93.0 64 bit on Windows 10. I can't do a screen shot of it as bringing up snip and sketch causes it to disappear.

Thanks for your help,

Paul

Asked by p.ryan20 1 year ago

Answered by p.ryan20 1 year ago

  • Locked
  • Archived

Opening links from other apps in the background

Hi, The feature in the title was missed by A LOT of firefox users with the new overhaul. Now its still not in there and its making me doubt if it will ever be and with t… (read more)

Hi,

The feature in the title was missed by A LOT of firefox users with the new overhaul. Now its still not in there and its making me doubt if it will ever be and with that if firefox will stay the go to browser or just finally give up on it and move over to brave.

I heard the feature was being tested in the night version of firefox yet i cannot find that feature anywhere in the nightly version nor can i find what the status is, if it really is being tested.

Can anyone give an update on this? Or a link where the status is posted ?

Thanks in advance

Asked by BrowniePoint 1 year ago

Last reply by Paul 1 year ago

  • Solved
  • Archived

Drag and drop tabs and bookmarks between two windows with different profiles

I have two windows of Firefox 94 for Linux next to each other, each with its own user profile. It would be very handy if I could drag and drop tabs and items in the bookm… (read more)

I have two windows of Firefox 94 for Linux next to each other, each with its own user profile. It would be very handy if I could drag and drop tabs and items in the bookmarks toolbar from one profile into the other. Apparently this does not work out for me. Am I missing some tip/trick?

It is possible to transfer tabs by drag and drop when both windows belong to the same user. Handy. Obviously the two windows share the same bookmarks toolbar, so the point of transferring makes no sense for the bookmark toolbar.

If that cross-profile transfer is not possible, it is definitely a feature request. This would help greatly in merging piecemeal the bookmarks of two users. Say, to separate private and work bookmarks from time to time.

Asked by XavierStuvw 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Move profile "Storage" folder

When I looked into why it was taking so long to backup my FF profile, I realized it was because their are over 21k files my backup software has to compare. The majority … (read more)

When I looked into why it was taking so long to backup my FF profile, I realized it was because their are over 21k files my backup software has to compare.

The majority of these are in the "Storage" folder -- apparently local/offline storage for various sites.

I've already moved the cache to a non-synced location using browser.cache.disk.parent_directory and would like to do the same with "Storage".

But I can't seem to find any info on what pref would allow me to do that. Any help or suggestions would be appreciated.

Asked by CWeinhofer 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Copy text from address bar (not the URL of the current page)

Looks like this question was asked twice before with no response: https://support.mozilla.org/en-US/questions/1354750 https://support.mozilla.org/en-US/questions/133118… (read more)

Looks like this question was asked twice before with no response:

https://support.mozilla.org/en-US/questions/1354750

https://support.mozilla.org/en-US/questions/1331182

I frequently paste text into the address bar to copy it and paste somewhere else. This is very useful for a variety of reasons (e.g. speed, strips text of formatting) but for some reason a recent Firefox update makes it so if you paste text into the address bar and then copy it, you will actually have copied the current page's URL - not the intended copy.

How do we reverse this unexpected and undesirable behavior?

Asked by ronny 1 year ago

Answered by cor-el 1 year ago