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

other bookmarks folder

Hello, I would like to know how to remove 'other bookmarks' folder from the right side of bookmark toolbar that showed up suddenly on my browser, it's right after the arr… (閱讀更多)

Hello, I would like to know how to remove 'other bookmarks' folder from the right side of bookmark toolbar that showed up suddenly on my browser, it's right after the arrows to show more bookmarks. I can't seem to find a way to delete this.

nicaya 於 2 年前 詢問

cor-el 於 2 年前 解答

  • 已解決
  • 封存

aliexpress

again the shopping cart in aliexpress does not work. there are no addons. in pinterest, and after a while, the computer hangs up. опять корзина в алиэкспресс не работает… (閱讀更多)

again the shopping cart in aliexpress does not work. there are no addons. in pinterest, and after a while, the computer hangs up.

опять корзина в алиэкспресс не работает. никаких дополнений нет. в pinterest и вовсе через некоторое время намертво вешает комп.

yur1x_rc 於 2 年前 詢問

jonzn4SUSE 於 2 年前 解答

  • 已解決
  • 封存

Disable overly insisting updates

When Firefox asks if I want to download an update and I agree, soon after that but not right away it stops working - on every new page it says "We need to restart to fini… (閱讀更多)

When Firefox asks if I want to download an update and I agree, soon after that but not right away it stops working - on every new page it says "We need to restart to finish updating" <- This last bit is VERY annoying. Is there a way to keep FF working in such situation? I usually have 3 FF profiles running, about 10-20 tabs each and when it suddenly does this - I can restart them all but when it is suitable for me.

The only solution I can see so far is disabling updates via group policies (which is not well documented, where do i put this policies.json on Fedora? need to google that).

Any other ways to keep updates and FF running until I decide when to restart? Thanks.

aikbox 於 2 年前 詢問

Scribe 於 2 年前 解答

  • 已解決
  • 封存

view image info gone from right-click menu in Developer v87.0b3 (64-bit)

When I right click on an image in Firefox, I've always been able to select "view image info". This is very helpful, but now it appears to be gone in latest Developer edi… (閱讀更多)

When I right click on an image in Firefox, I've always been able to select "view image info". This is very helpful, but now it appears to be gone in latest Developer edition. Do others see the same. If so, why was it removed? It's still there in the regular version of Firefox.

spinweb 於 2 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答

  • 已解決
  • 封存

Firefox home search fake editable inconvinience

Hi, FF 89.0b2 Developer edition now contains a "fake editable" search field at the home page (the sentence contains in the class attribute so I used it here), when one st… (閱讀更多)

Hi, FF 89.0b2 Developer edition now contains a "fake editable" search field at the home page (the sentence contains in the class attribute so I used it here), when one start typing in it and the letters appear in the address bar.

For me personally this is partly non-intuitive partly annoying. I never met a scenario in UI of other programs, when typing in one place (where the caret is) show actual letters at another place.

Is this feature is here to stay or are there plans to to make it customizable? I used ff home page search for ages, now I installed a new tab home page extension with manually setting www.google.com in it.

Thanks

maxerist 於 2 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答

  • 已解決
  • 被鎖定
  • 封存

89.0b2 Revert new tab design

Today I updated my Firefox Developer Edition to version 89.0b2 and now I just can not look at this browser anymore, "Inspired new tab design" is taking too much space and… (閱讀更多)

Today I updated my Firefox Developer Edition to version 89.0b2 and now I just can not look at this browser anymore, "Inspired new tab design" is taking too much space and now became largest and at the same time least information-dense panel in my entire desktop! I searched around the web for a bit in hopes that I will find a theme or an add-on that will revert this particular change but no luck. I really want to revert to old UI look (at least tabs bar), there should be default theme or option to get back to old style. After some investigation I found userChrome.css but don't really want to install it (maybe this is actually the way of doing this kind of styling). Please help me revert UI design to old one.

PepeTheFrog21 於 2 年前 詢問

Terry 於 2 年前 解答

  • 已解決
  • 封存

Firefox flashes white while loading a page

I've seen some solutions that mentioned creating userChrome and userContent files but they were outdated and I think there should be simpler solution. A friend of mine ha… (閱讀更多)

I've seen some solutions that mentioned creating userChrome and userContent files but they were outdated and I think there should be simpler solution. A friend of mine has basic Firefox version and she said she has never met with such problem.

I've tried:

  • Clearing cache and cookies
  • Creating some Chrome files
  • Disabling addons

I don't think it's Firefox Developer Edition's problem as the issue has been persistent for some time/updates now.

Liipski 於 2 年前 詢問

Terry 於 1 年前 解答

  • 已解決
  • 被鎖定
  • 封存

HERE is the answer to put "TABS BELOW" which will work with Firefox V90 using the - userChrome.css - file

HERE IS THE ANSWER Here is the answer to get TABS BELOW with Firefox V90 . . copy all of this code below the broken line into your - userChrome.css - file and save it. Yo… (閱讀更多)

HERE IS THE ANSWER Here is the answer to get TABS BELOW with Firefox V90 . . copy all of this code below the broken line into your - userChrome.css - file and save it. You can modify the 45px in this line if you wish to get an appropriate height . . just experiment with different numbers till you get it right --menubar-height: 45px; /*30px|41px=11px; caption buttons on menubar*/

Also to make the tabs wider or narrower, modify the line which is coded width: 50vw !important;

Finally you must enable - css - in Firefox, by typing about:config into your address bar, and search for toolkit. When all the toolkit options appear change the one which says toolkit.legacyUserProfileCustomizations.stylesheets to TRUE by click the icon in the right hand column. Than close Firefox and reopen, and check how it looks This will enable your - css - file to be read, and interpreted and accepted by the Firefox browser.

-------------------------------------------------------------------
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* TABS: bottom - Firefox 65 and later - updated for 89+ */
/* https://searchfox.org/mozilla-release/source/browser/themes/shared/tabs.inc.css */
/* https://raw.githubusercontent.com/Aris-t2/CustomCSSforFx/master/classic/css/tabs/tabs_below_navigation_toolbar_fx89.css */
/* https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox */

/* ROOT - VARS */
/* you can adjust the CSS variables until it looks correct */
/* you can use the Browser Toolbox to get the toolbar heights */

*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;

  --tab-min-height: 40px !important;
  --tab-min-width:  60px !important;

  --tab-adjust:  0px; /* adjust tab bar - only for 68-73 */
  --tab-caption: 5px; /* caption buttons on tab bar */
}

/* TAB BAR - below nav-bar */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10 !important;}
#TabsToolbar {-moz-box-ordinal-group:1000 !important;}

#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 50vw !important;
}

#tabbrowser-tabs {
  width: 100vw !important;
}

/* navigator-toolbox - PADDING */
*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  position: relative !important; /*89+*/
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
  background-color: var(--toolbar-bgcolor) !important;
}

/* TabsToolbar with menubar and titlebar hidden - rules for Firefox 65-73 */
*|*:root[tabsintitlebar]:not([inFullscreen="true"]):not([sizemode="maximized"]) #toolbar-menubar[autohide="true"] ~
 #TabsToolbar{
  bottom: var(--tab-adjust); /*ADJUST*/
}

/* TABS: height */
#tabbrowser-tabs,
#tabbrowser-tabs > .tabbrowser-arrowscrollbox,
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#TabsToolbar {
  height: var(--tab-min-height) !important;
  margin-bottom: 1px !important;
  box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
  background-color: var(--toolbar-bgcolor) !important;
  color:            var(--toolbar-color) !important;
/*  z-index: 1 !important; */
}

/* indicators *//*
*|*:root[privatebrowsingmode=temporary] .private-browsing-indicator {
  position: absolute !important;
  display: block !important;
  right: 0px !important;
  bottom: 0px !important;
  width: 14px !important;
  pointer-events: none !important;
}
*/
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* Indicators - HIDE *//*
*|*:root:not([accessibilitymode])             .accessibility-indicator    {display: none !important}
*|*:root:not([privatebrowsingmode=temporary]) .private-browsing-indicator {display: none !important}
*/

/* Drag Space */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
  width: 20px !important;
}

/* Override vertical shifts when moving a tab */
#navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
  padding-bottom: unset !important;
}

#navigator-toolbox[movingtab] #tabbrowser-tabs {
  padding-bottom: unset !important;
  margin-bottom: unset !important;
}

#navigator-toolbox[movingtab] > #nav-bar {
  margin-top: unset !important;
}

/* Hide window-controls and caption buttons on Tab Bar */
#TabsToolbar #window-controls {display: none !important;}
#TabsToolbar .titlebar-buttonbox-container {display: none !important;}

Trevor George, Bristol, UK 於 1 年前 詢問

Trevor George, Bristol, UK 於 1 年前 解答

  • 已解決
  • 封存

Do not use the Firefox address bar to search

Hello, I would like to use the search function in the tab again. How can I adjust this? At the moment it is so that when you enter it it appears right above in the link l… (閱讀更多)

Hello, I would like to use the search function in the tab again. How can I adjust this? At the moment it is so that when you enter it it appears right above in the link line (see picture). I would like it to be in the search below, directly in the tab. Before version 88 this was possible. Why was it removed?

hallo, ich möchte wieder im Tab die Suchfunktion nutzen. Wie kann ich dies einstellen? Zur Zeit ist es so, daß bei einer Eingabe es gleich oben in der Linkzeile erscheint (siehe Bild) Dabei möchte ich es unten in der Suche, direkt im Tab haben. Vor Version 88 war das möglich. Warum wurde es entfernt?

KSMBond 於 1 年前 詢問

TyDraniu 於 1 年前 解答

  • 已解決
  • 封存

Easier way to quickly swap between profiles

Hey guys, just wondering if there's a toolbar workflow similar to Chrome and Edge where we can jump between profiles. I believe there is `about:profiles` though that requ… (閱讀更多)

Hey guys, just wondering if there's a toolbar workflow similar to Chrome and Edge where we can jump between profiles. I believe there is `about:profiles` though that requires a bookmark and a few additional clicks to jump between profiles.

Perhaps the profile icon on the toolbar can have an item that shows all available profiles?

John 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

My Firefox can't play any videos on any websites.

My Firefox can't play any video on any websites. Youtube video keeps on buffering forever and I can't click on the play button. But preview images still shows up when I h… (閱讀更多)

My Firefox can't play any video on any websites. Youtube video keeps on buffering forever and I can't click on the play button. But preview images still shows up when I hover the mouse over video bar. This happened after I updated to latest FF version

I've tried every solutions provided by Mozilla Support: clear caches, disable extensions, uncheck hardware acceleration,.... you name it I've tried it all. Other browsers are just fine, but since FF is my main browser for work I don't want to switch to another one just for music or video.

Thank you for your support.

thuyvh.pr.ec 於 1 年前 詢問

FredMcD 於 1 年前 解答

  • 已解決
  • 封存

Bookmarks toolbar won't stay open

Before the update, my bookmarks toolbox was permanently open on the left side of the screen. That was a perfect setup for me, as I use a lot of bookmarklets for time savi… (閱讀更多)

Before the update, my bookmarks toolbox was permanently open on the left side of the screen. That was a perfect setup for me, as I use a lot of bookmarklets for time saving on sites I'm on frequently. Since the update, all I have at the top of the screen is Import bookmarks and Most Visited (top left) and Other Bookmarks (top right). I can open Other Bookmarks, and my bookmarklets are there, but clicking one closes the Other Bookmarks folder each and every time. This renders them useless for my purpose. Is there a way to reopen, and KEEP open, my toolbox? I've tried clicking the Keep Open option and selecting done, but that doesn't do what I'm wanting it to do.

jhopemassey 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

using the backspace bar instead of the back button

One of the beauties of firefox has long been that I could use the backspace bar instead of the back button to return to the previous page when browsing. Somewhere in the … (閱讀更多)

One of the beauties of firefox has long been that I could use the backspace bar instead of the back button to return to the previous page when browsing. Somewhere in the last updates this wonderful functionality was lost. Is there anyway I can restore this? I'm suffering from Parkinson's Disease which oftentimes makes controlling my mouse nearly impossible.

TiongHan 於 1 年前 詢問

TyDraniu 於 1 年前 解答

  • 已解決
  • 封存

Address syncing option not available in Firefox Developer Edition

I'm on Firefox Developer Edition 90.0b12 on Windows 10. There is no option to sync addresses in the sync settings, while the option is there for Firefox Beta 90.0b12. … (閱讀更多)

I'm on Firefox Developer Edition 90.0b12 on Windows 10. There is no option to sync addresses in the sync settings, while the option is there for Firefox Beta 90.0b12.

Zizheng 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

Zynga Poker game

Just got the latest firefox update, now i can't play zynga poker. https://apps.facebook.com/texas_holdem/ before update, i can play it, but after 1 day it slows down, hav… (閱讀更多)

Just got the latest firefox update, now i can't play zynga poker. https://apps.facebook.com/texas_holdem/ before update, i can play it, but after 1 day it slows down, have to close and restart firefox. it happened also in Developer edition. It never happened on chrome.

강유리 於 1 年前 詢問

강유리 於 1 年前 解答

  • 已解決
  • 封存

Crash at sturtup even in safe-mode

Firefox crashes at startup even in safe mode. I think there was firefox update after first crash and it did not start after that. Developers version works fine. Latest … (閱讀更多)

Wodensday 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

!important / @namespace

Is it still necessary to use both !important and @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul) inside userChrome? … (閱讀更多)

Is it still necessary to use both !important and @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul) inside userChrome?

deanone 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答