顯示下列標籤的問題: 顯示所有問題
  • 封存

firefox browser, bookmark tool bar

'On my firefox browser, the bookmark toolbar disappeared and wans moved from the left margin. How do I get it back to the left margin and auto open on every tab?' … (閱讀更多)

'On my firefox browser, the bookmark toolbar disappeared and wans moved from the left margin. How do I get it back to the left margin and auto open on every tab?'

ggocca 於 1 年前 詢問

cor-el 最近回覆於 1 年前

  • 封存

Awful bookmark spacing

I managed to restore the single-spacing for bookmarks, kept a prior version of FF, and fought off nags to update every time I opened FF . . . until now when I was tricked… (閱讀更多)

I managed to restore the single-spacing for bookmarks, kept a prior version of FF, and fought off nags to update every time I opened FF . . . until now when I was tricked into "allowing this app to make updates to your PC". It wasn't the usual nag button and I thought it was some kind of simple bug fix, but no, I was "upgraded" to v. 100.0.2 and my bookmark spacing fix was overwritten. Furious isn't strong enough to describe my reaction. All this time, and all the other complaints, yet I find no way to decrease the excessive spacing between bookmarks. I understand that this design may be better for those who use a finger on their screens, but what about us mouse-pointer users? Why are we so disrespected? What can I do to decrease the space between bookmarks?

StandingO 於 1 年前 詢問

StandingO 最近回覆於 1 年前

  • 封存

Right click Menus and Bookmark folders spacing

Hi, I've just spent all day trying to follow all the different suggestions here regarding these issues. Adding all sorts of things to the userChrome CSS but 95% of the su… (閱讀更多)

Hi, I've just spent all day trying to follow all the different suggestions here regarding these issues. Adding all sorts of things to the userChrome CSS but 95% of the suggestions have no effect at all [I'm seriously non-technical, so I have no idea if I'm doing it correctly though...probably not] The only thing that I can change is the Tab Height...nothing else changes regardless of what numbers I put in there. The only way I've been able to make the Bookmarks folders usable at all is to enable Compact mode via about:config. But that actually makes it way too compact now...from one extreme to the other. At least it's usable now...so not the end of the world, but the right click menu still has way too much space between every entry [Compact mode made no difference to that at all]. I don't know how to make a screenshot of those menus :) so I took a couple of pics of the screen...can someone please show me what to add to the CSS file to make these ridiculously big spaces between the menu items way smaller...like they used to be before this Proton came in? I tried tons of things that people said to add to the CSS to fix this menu spacing thing but none of them changed anything. I'll include the CSS file that I have below. Thanks a lot

ps: for some reason the pics always come out sideways here

/* 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: 36px;
}
/* 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: 24px }

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

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

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

#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(24px + var(--uc-titlebar-padding,0px)) !important }

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

#toolbar-menubar > .titlebar-buttonbox-container{ height: 24px; 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: 24px !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;
}

#nav-bar{ height:20px; }

/*** Tighten up drop-down/context/popup menu spacing ***/

menupopup > menuitem, menupopup > menu {
  padding-block: 4px !important;
}
:root {
  --arrowpanel-menuitem-padding: 4px 8px !important;
}

Haruna 於 2 年前 詢問

Haruna 最近回覆於 2 年前

  • 封存

Customizing Proton design

I was quite unhappy with the new Firefox Proton design, so I made a CSS file and copied the following code from a website. However, I don't know what to do to (1) slightl… (閱讀更多)

I was quite unhappy with the new Firefox Proton design, so I made a CSS file and copied the following code from a website. However, I don't know what to do to (1) slightly reduce the tab height, (2) get back tab borders for inactive tabs and (3) remove the small gaps between tabs. How exactly do I have to change the following code to do so (ideally, for convenience, please just complete the code accordingly)? Thanks in advance for any support!

/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/

menupopup:not(.in-menulist) > menuitem, 
menupopup:not(.in-menulist) > menu {
  padding-block: 2px !important; /* reduce to 3px, 2px, 1px or 0px as needed */ 
  min-height: unset !important; /* v92.0 - for padding below 4px */
}
:root {
  --arrowpanel-menuitem-padding: 4px 8px !important;
}

/*** Proton Tabs Tweaks ***/

/* Adjust tab corner shape, optionally remove space below tabs */

#tabbrowser-tabs {
    --user-tab-rounding: 6px;
}

.tab-background {
    border-radius: var(--user-tab-rounding) var(--user-tab-rounding) 0px 0px !important;
    margin-block: 1px 0 !important;
}
#scrollbutton-up, #scrollbutton-down { /* 6/10/2021 */
    border-top-width: 1px !important;
    border-bottom-width: 0 !important;
}
/* Container color bar visibility */
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line {
    margin: 0px max(calc(var(--user-tab-rounding) - 3px), 0px) !important;
}

laudesimperiales 於 2 年前 詢問

Paulgi 最近回覆於 2 年前

  • 已解決
  • 封存

Latest update made Canvas (Instructure.com) have blank pages

I'm not sure what happened in the latest update, but it broke the Canvas website that I use regularly for classes and homework. I've checked and confirmed that Canvas sti… (閱讀更多)

I'm not sure what happened in the latest update, but it broke the Canvas website that I use regularly for classes and homework. I've checked and confirmed that Canvas still works normally on Microsoft edge.

Extensions shouldn't affect the website because Canvas was working normally until the recent Firefox update.

Anyone know how to solve this problem?

lee.eden66 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 封存

Open PDF in native viewer

Hi I'm using Firefox to open PDF files from a network directory. The reason is that it's probably the best PDF manager I can find. What I wanted to do was have an opt… (閱讀更多)

Hi I'm using Firefox to open PDF files from a network directory. The reason is that it's probably the best PDF manager I can find.

  • What I wanted to do was have an option to open the file in a native viewer such as Adobe, this way look at 2 parts of the document at the same time.

At the same time keep it in Firefox.

Is there a setting to do this or an add-on. The add-ons I've seen are meant to open directly to Adobe from a web link I think.

moz_spt 於 1 年前 詢問

moz_spt 最近回覆於 1 年前

  • 封存

Need help restoring prior profile settings

Posting on behalf of a user who hit the VPN inbound queue with a question better suited for this forum: The tab bar, toolbar, and address bar placement in my Firefox Des… (閱讀更多)

Posting on behalf of a user who hit the VPN inbound queue with a question better suited for this forum:

The tab bar, toolbar, and address bar placement in my Firefox Desktop browser has recently changed. I have been trying to revert these recent changes as they interrupt my current workflows.

I DO know which prior profile save contains the desired info however, it contains many files and I DO NOT KNOW which files I need for the bars to be restored. If you could provide me the name(s) of the file(s) that holds the bars data, I am probably saved, hopefully saved.

SUMOsJR 於 2 年前 詢問

Terry 最近回覆於 1 年前

  • 封存

Disabling certain keyboard shortcuts

I know this has been asked before but I've looked through past instances and couldn't find a solution that still seems to work as of 2022. I need a way to disable certain… (閱讀更多)

I know this has been asked before but I've looked through past instances and couldn't find a solution that still seems to work as of 2022. I need a way to disable certain built-in Firefox keyboard shortcuts. I recently switched from Chrome to Firefox but if I can't disable the ctrl+i and ctrl+b keyboard shortcuts I'm going to have to switch back. I use both very frequently for work, so their non-functionality in this browser is genuinely impacting my productivity and it's getting really frustrating.

heterodyne.girl 於 1 年前 詢問

Terry 最近回覆於 1 年前

  • 已解決
  • 封存

Secure Connection Failed

Hello. On some of my sites that i try to get onto with Firefox its says performing TLS handshake then it goes to Secure Connection Failed and says PR_End_Of_File_Error. I… (閱讀更多)

Hello. On some of my sites that i try to get onto with Firefox its says performing TLS handshake then it goes to Secure Connection Failed and says PR_End_Of_File_Error. I am totally updated with Firefox, plus i cleared out everything in my history. That did not help. When i tried to get onto these websites with Chrome web browser i do not have this problem at all. Why is this? I have BitDefender Total Security newest version for home. My firewall is through them along with virus protections. So can you help me out with this ongoing problem getting on some websites?

Thanks Firefox [email removed from public]

raftman111 於 1 年前 詢問

Bithiah 於 1 年前 解答

  • 已解決
  • 封存

WIll not search

I moved my old hard drive to a new ssd. Everything works but Firefox . I uninstalled and reinstalled when i try to use it I put in a search term hit enter and nothing ha… (閱讀更多)

I moved my old hard drive to a new ssd. Everything works but Firefox . I uninstalled and reinstalled when i try to use it I put in a search term hit enter and nothing happens. Also the drop down on right side nothing can be used

When I did the reinstall a error message came up about The code execution can not be found because VCRUNTIME 140-1 was not found reinstall Firefox again I did that did help

Thank you in advance

stbr51 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 封存

Password outdated

Hello, I tried to sign in to my firefox account on a new computer and it appears the rules for password format have changed such that my existing password is too short to… (閱讀更多)

Hello, I tried to sign in to my firefox account on a new computer and it appears the rules for password format have changed such that my existing password is too short to be used. How should I proceed to either sign in or reset my password without affecting my existing firefox browsers and lockwise app? Thank you.

john.lee3 於 1 年前 詢問

cor-el 最近回覆於 1 年前

  • 已解決
  • 封存

I lose the connection with google (gmail, drive, translator)

When I open gmail in Firefox browser, I lose the connection very often, it also happens with google drive. But it does not happen to me if I use Outlook from the web, I o… (閱讀更多)

When I open gmail in Firefox browser, I lose the connection very often, it also happens with google drive. But it does not happen to me if I use Outlook from the web, I only lose the connection with Google from Firefox.

However, if I open the same thing using Google Chrome, this does not happen, it works correctly throughout the day, and I do not lose the connection.

My version of Firefox is 100.0.2 (64-bit) on my notebook I have Windows 10 Pro installed.

elserhumano 於 1 年前 詢問

Terry 於 1 年前 解答

  • 已解決
  • 封存

Disable download panel automatically opening?

My job requires me to download and open files in new tabs consistently. However, when I download these files, I don't want the download panel to obscure my vision. Can I … (閱讀更多)

My job requires me to download and open files in new tabs consistently. However, when I download these files, I don't want the download panel to obscure my vision. Can I disable it?

thetitansilva 於 2 年前 詢問

TyDraniu 於 2 年前 解答

  • 封存

Sync is breaking how files are opened/saved

Hi, Some files, say PNG files, always download immediately. Other files ask where to be saved. In my settings, I only have about 4-6 entries, but PNG for example is not t… (閱讀更多)

Hi, Some files, say PNG files, always download immediately. Other files ask where to be saved. In my settings, I only have about 4-6 entries, but PNG for example is not there. I deleted the handlers file and restarted. Same issue. The only thing I can think of is the fact that I'm using an account which syncs across 2-3 devices. How can I fix this issue?

barin.cristian 於 1 年前 詢問

barin.cristian 最近回覆於 1 年前

  • 封存

open onedrive from ms account doesn't work

in startpage of my ms account all ms apps can be opened...........EXCEPT the app Onedrive. What to do to make this work????? using MS Edge all is doing well!! thanks i… (閱讀更多)

in startpage of my ms account all ms apps can be opened...........EXCEPT the app Onedrive. What to do to make this work?????

using MS Edge all is doing well!!

thanks in advance

bsterenborg02 於 1 年前 詢問

jonzn4SUSE 最近回覆於 1 年前

  • 封存

Desktop URLs not working today, Firefox as default browser -- but work if default browser toggled to Edge

Hi folks, I've asked this same question of Microsoft, as I cannot tell if this is a quirk in Firefox 100.0.2, or in Windows 10 Home, or something to do with what they pu… (閱讀更多)

Hi folks,

I've asked this same question of Microsoft, as I cannot tell if this is a quirk in Firefox 100.0.2, or in Windows 10 Home, or something to do with what they put in the water here (besides flouride)...

Over the last few days I've had to reinstall Office on this Windows 10 Home system, and had a Firefox update to 100.0.2 as well. Everything working fine up through last night -- URL shortcuts on the desktop would open Firefox (default browser) just fine.

Shut down. Cold boot this morning. Manually open Firefox as usual. Double-click on desktop URL shortcuts (or right-click, Open) gets a real quick hourglass and then nothing. No error, no browser tab.

So I checked: default browser still set to Firefox; .URL filetype still set to "Internet Browser."

I toggled the default browser to Edge, and the links work just fine. Same links. No changes to them.

Toggle it back to the much more privacy-protecting Firefox and... they won't work.

This seems spooky.

Note that the desktop icons for these shortcuts correctly show either the Firefox icon, or the logo/icon for the web page itself (ie, Google Maps). And the toggle of default browser did NOT update the icons.

Any ideas?

Thanks!

notonyourtintype 於 1 年前 詢問

jonzn4SUSE 最近回覆於 1 年前

  • 封存

Favorites bar problem with the setting "When you open a link, image or media in a new tab, switch to it immediately"

Hi there, "When you open a link, image or media in a new tab, switch to it immediately" is happening - even though the box is unchecked. Only in favorites bar, not in w… (閱讀更多)

Hi there,

"When you open a link, image or media in a new tab, switch to it immediately" is happening - even though the box is unchecked. Only in favorites bar, not in web page or Firefox homepage Shortcuts (1 row or 2 rows) or Recent activity.

It's very irritating, so i hope there is a solution...?

zizdjbd 於 1 年前 詢問

cor-el 最近回覆於 1 年前