• Đã lưu trữ

Tabs on Bottom

Hi All OK so I got a new laptop last night it's running Win 11 on it and I reinstalled Firefox version 104.02 (64 bit). I then copied over my old Firefox's Chrome folder… (xem thêm)

Hi All

OK so I got a new laptop last night it's running Win 11 on it and I reinstalled Firefox version 104.02 (64 bit). I then copied over my old Firefox's Chrome folder with userchrome.css in it that was working fine on the old Firefox to drop the tabs to bottom. Oddly though it is not working in the new install. Below is the code I have from the old laptop. What adjustments might be needed to drop the tabs to the bottom?

I also have some color customization's to color the folders tanish but that too is not working

Thanks Dave

@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 }
}
#toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
#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 }

#toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }

#navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

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

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

.titlebar-placeholder,
#TabsToolbar .titlebar-spacer{ display: none; }
/* Also hide the toolbox bottom border which isn't at bottom with this setup */
#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; }
#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 }

#navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }

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

#toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }

#toolbar-menubar > [flex]{ flex-grow: 100; }
#toolbar-menubar > spacer[flex]{
order: 99;
flex-grow: 1;
min-width: var(--uc-window-drag-space-width,20px);
}

#toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }

#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;

#tabbrowser-tabs {
width: 100vw !important;
}
#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;
}

Được hỏi bởi scottish2 2 năm trước

Lần cuối trả lời bởi scottish2 1 năm trước

  • Đã khóa
  • Đã lưu trữ

audio/video will not load/play

I can play videos and audios on another browser or files stored on my computer, but just now I cannot on Firefox. I saw the FAQ explanation about Windows 7, but I have be… (xem thêm)

I can play videos and audios on another browser or files stored on my computer, but just now I cannot on Firefox. I saw the FAQ explanation about Windows 7, but I have been using Firefox for years including just hours ago using Windows 7. Why would this happen right now? Did some new version just get installed? If so, can I return to the prior version and turn off the automatic update?

Thanks, Phil

Được hỏi bởi pej6446 1 năm trước

Lần cuối trả lời bởi Paul 1 năm trước

  • Đã lưu trữ

Mea culpa

I just asked for help because audio/video was not executing on Firefox. I just dropped out of the browser and reloaded and now it's OK. Sorry I did not do it sooner. P… (xem thêm)

I just asked for help because audio/video was not executing on Firefox. I just dropped out of the browser and reloaded and now it's OK.

Sorry I did not do it sooner.

Phil

Được hỏi bởi pej6446 1 năm trước

Lần cuối trả lời bởi Paul 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Disable the Reader View vertical toolbar, that floats on the left side of the screen

Hello! I'm using Firefox MSIX on a laptop with an OLED screen. To avoid burn-in, static elements on the screen are discouraged. Unfortunately, when the Reader View is … (xem thêm)

Hello!

I'm using Firefox MSIX on a laptop with an OLED screen. To avoid burn-in, static elements on the screen are discouraged.

Unfortunately, when the Reader View is enabled on Firefox, a vertical toolbar appears and is constantly on the same spot on the screen.

I would like to have this toolbar disabled or have it to hide/show depending on mouse prompt. Is there a built-in setting I could change to make this happen?

Would this solution here be my only option and would it work on Firefox MSIX? Finding the firefox profile on the Microsoft Store app is tricky.

Thank you.

Được hỏi bởi fawlan 2 năm trước

Được trả lời bởi jscher2000 - Support Volunteer 2 năm trước

  • Đã lưu trữ

Access to mail.yahoo.com via Firefox

Cannot login to mail.yahoo.com via Firefox on this PC. I can do so via Chrome. When attempting to connect to mail.yahoo.com via Firefox I can enter my email address but a… (xem thêm)

Cannot login to mail.yahoo.com via Firefox on this PC. I can do so via Chrome. When attempting to connect to mail.yahoo.com via Firefox I can enter my email address but all I get from Yahoo is "We are unable to process your request at this time

Please try in minutes"

Note that the problem does NOT occur when using Chrome at the same sitting using the same PC. Have tried selecting the "shield" symbol to the left in the address to no result nor does trying to select the lock symbol. At this point I am ready to say goodby to Mozilla Firefox which I have used for several years. But unless a solution is found it is time to say GOODBYE Firefox. I will watch my email via another browser for any possible solutions. Thanks in advance, Hall Blankenship [removed email from public]

Được hỏi bởi HallB 1 năm trước

Lần cuối trả lời bởi petergroft 1 năm trước

  • Đã lưu trữ

Shopify App not opening apparent JSON at position 0 problem

I was working just fine with a Shopify App and the next day the app won't open displaying this message: "Unexpected token < in JSON at position 0" How can I fix this?… (xem thêm)

I was working just fine with a Shopify App and the next day the app won't open displaying this message: "Unexpected token < in JSON at position 0" How can I fix this? Thanks for the helping hand.

Được hỏi bởi Douglas 1 năm trước

Lần cuối trả lời bởi TyDraniu 1 năm trước

  • Đã lưu trữ

Help with bookmarks

Need help. Just installed Firefox on Windows 11 on a new computer. I tried to sync the bookmarks so that it was like all the other versions I've had. But, I can't. I can … (xem thêm)

Need help. Just installed Firefox on Windows 11 on a new computer. I tried to sync the bookmarks so that it was like all the other versions I've had. But, I can't. I can put bookmarks on the Bookmarks Toolbar, but where I used to have the Bookmarks Menu on the top right of monitor I can't seem to do it. I miss opening a folder and having multiple bookmarks opening all at once. A little help please. Thanks....

Được hỏi bởi angus21 1 năm trước

Lần cuối trả lời bởi Mr429er 1 năm trước

  • Đã lưu trữ

Where my synced data with email address gone??

I synced forefox data with my email account and when I restore my phone and again sign in error coming ? I also did this on pc but no bookmarks that got synced came… (xem thêm)

I synced forefox data with my email account and when I restore my phone and again sign in error coming ? I also did this on pc but no bookmarks that got synced came and all my storage sites passwords are gone!! what should I do now?

Được hỏi bởi nishantsen97 1 năm trước

Lần cuối trả lời bởi Paul 1 năm trước

  • Đã lưu trữ

Firefox very slow after changing networks

Hi, since some weeks, my Firefox browser is super slow after changing networks. For example, when I'm on Wifi and then switching to normal wired network, Firefox is loadi… (xem thêm)

Hi, since some weeks, my Firefox browser is super slow after changing networks. For example, when I'm on Wifi and then switching to normal wired network, Firefox is loading any content only very slowly, despite the connection is super fast. Other browsers like Chrome or Edge don't have this problem. The issue can be very easily resolved though: I just have to close and restart Firefox, and it's super fast immediately again. Still it is annoying, as I switch networks pretty often. Please support. Thank you!

Được hỏi bởi AeroLynx 1 năm trước

Lần cuối trả lời bởi TyDraniu 1 năm trước

  • Đã lưu trữ

having trouble after -silent

At computer boot I start: Firefox -silent -profile myProfile after I normally start: Firefox -profile myProfile and I get error: We’re having trouble getting your pages b… (xem thêm)

At computer boot I start: Firefox -silent -profile myProfile after I normally start: Firefox -profile myProfile and I get error: We’re having trouble getting your pages back. Not problem when start subsequently. Why? to it is possible to solve it?

Được hỏi bởi Alx 1 năm trước

Lần cuối trả lời bởi Alx 1 năm trước

  • Đã lưu trữ

Access Denied

Hello, I seem to keep getting an access denied message when I visit some sites, typically for retail shopping sites. How do I prevent/clear those messages to proceed to … (xem thêm)

Hello,

I seem to keep getting an access denied message when I visit some sites, typically for retail shopping sites. How do I prevent/clear those messages to proceed to my desired site? I like Firefox. It's worked well for me, but the repeated error messages are becoming frustrating.

Được hỏi bởi matt.peders 1 năm trước

Lần cuối trả lời bởi Mr429er 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

https://www.washingtonpost.com/ loading issue on firefox

When I open https://www.washingtonpost.com/ it loads but after a few seconds it goes blank. This started a few days ago and only happens on firefox. … (xem thêm)

When I open https://www.washingtonpost.com/ it loads but after a few seconds it goes blank. This started a few days ago and only happens on firefox.

Được hỏi bởi TVLoC 2 năm trước

Được trả lời bởi FredMcD 2 năm trước

  • Đã lưu trữ

Open windows tab bar suddenly moved above address bar

Hello- When using Firefox 104.0.2 (64-bit) today, I meant to right-click on the bookmarks bar but accidentally right-clicked on the address bar and clicked unclicked "Men… (xem thêm)

Hello- When using Firefox 104.0.2 (64-bit) today, I meant to right-click on the bookmarks bar but accidentally right-clicked on the address bar and clicked unclicked "Menu Bar." No big deal, just re-clicked the Menu Bar to bring that back. Unfortunately, at that same time as the initial mistake was made, my entire window bar moved up above the address bar, instead of being directly above content (below address bar) like it had always been. I've read numerous (mostly very old) threads about this being a known issue, and the fix is changing some css coding or something like that (way above my skill level). Plus, those problems all seemed to be triggered by a sofrware update. This was not during any sort of software update. It was during use, and seemed evidently trigger by that mis-click. Any suggestions? Thanks!

Được hỏi bởi sbright527 2 năm trước

Lần cuối trả lời bởi sbright527 1 năm trước

  • Đã lưu trữ

Why was RSS support removed from Firefox?

Up until Firefox 64, Firefox had limited support for RSS: Viewing a RSS feed would show you the feed items, with an option to do something with the feed. Live bookm… (xem thêm)

Up until Firefox 64, Firefox had limited support for RSS:

  • Viewing a RSS feed would show you the feed items, with an option to do something with the feed.
  • Live bookmarks would actually subscribe to those feeds

I can understand removing Live Bookmarks. It's a big feature. I don't understand removing the (what I assume to be) XSLT stylesheet that made RSS feeds not look like a wall of XML. Does anybody know what the conversation was here? Are there minutes?

Even basic RSS support helps people interact with the web, and since Chrome and Firefox both dumped RSS, users are being driven further and further into the arms of "Platforms" who handle this stuff through black-box algorithms. And so much tracking.

Mozilla should reverse this one. Bring RSS back hard.

Được hỏi bởi Oli Warner 2 năm trước

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

The mouse-left click button does not work since last two updates

The mouse-left click button does not work since last two updates! The link is OK, floating menu with right click can open it in new tab, but left-click on buttons, divs,… (xem thêm)

The mouse-left click button does not work since last two updates!

The link is OK, floating menu with right click can open it in new tab, but left-click on buttons, divs, links is dead for a while

Something was changed in Firefox in the wrong direction.

Please help

Được hỏi bởi mesasartworks 2 năm trước

Được trả lời bởi mesasartworks 1 năm trước

  • Đã lưu trữ

Password can not be shown or copyed.

Password is for a login which was used a couple of days ago now cant be shown and doesn't work anymore even tho no password change occurred. The issue is persistent on a… (xem thêm)

Password is for a login which was used a couple of days ago now cant be shown and doesn't work anymore even tho no password change occurred. The issue is persistent on all my devices. Other Passwords still work fine.

Được hỏi bởi tom.h 1 năm trước

Lần cuối trả lời bởi cor-el 1 năm trước