Showing questions tagged: Show all questions
  • Solved
  • Archived

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… (read more)

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.

Asked by nicaya 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

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… (read more)

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.

Asked by aikbox 2 years ago

Answered by Scribe 2 years ago

  • Solved
  • Archived

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… (read more)

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.

Asked by spinweb 2 years ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Locked
  • Archived

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… (read more)

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.

Asked by PepeTheFrog21 2 years ago

Answered by Terry 2 years ago

  • Solved
  • Locked
  • Archived

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… (read more)

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

Asked by Trevor George, Bristol, UK 2 years ago

Answered by Trevor George, Bristol, UK 2 years ago

  • Solved
  • Archived

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… (read more)

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?

Asked by John 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

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… (read more)

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.

Asked by thuyvh.pr.ec 1 year ago

Answered by FredMcD 1 year ago

  • Solved
  • Archived

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… (read more)

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.

Asked by jhopemassey 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

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 … (read more)

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.

Asked by TiongHan 1 year ago

Answered by TyDraniu 1 year ago

  • Solved
  • Archived

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. … (read more)

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.

Asked by Zizheng 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

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… (read more)

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.

Asked by 강유리 1 year ago

Answered by 강유리 1 year ago

  • Solved
  • Archived

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 … (read more)

Asked by Wodensday 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

!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? … (read more)

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

Asked by deanone 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Managing profiles after CRASHS of FIREFOX's new releases.

Managing profiles: My Firefox since rel 89.0 crashes several times A DAY. The last time it crashed 6 times in a row then WIPED out my copy and gave me a new copy, BLANK o… (read more)

Managing profiles: My Firefox since rel 89.0 crashes several times A DAY. The last time it crashed 6 times in a row then WIPED out my copy and gave me a new copy, BLANK of everything. I am no rookie to Firefox as my first version was 1.0 when I converted from Netscape Navigator long ago. The rub is PROFILES. I have too many to manage now and need to get rid of some but Moz:lla in their infinite wisdom does not put a date, what was the LAST one.... and one has to search to find the LAST profile that has your latest modification, data, etc. I am fearsome in deleting any as they do not seem to be in any order and I get a SERVE warning when trying to delete. Since the new releases crashes all the time, to do critical work I have to resort to UGH, "EDGE' until Moz://a gets a solid release and hopefully STOP TRYING TO COPY EDGE AND CHROME.

Any advise will be appreciated. [except advise to use EDGE or CHROME].

Asked by jagman55 1 year ago

Answered by cor-el 1 year ago

  • Locked
  • Archived

Firefox will not allow me to revert to an older version.

When I was using version 88.x, Firefox had not crashed for years. Then all of a sudden, Firefox would crash several times a day. I looked and Firefox had updated me to ve… (read more)

When I was using version 88.x, Firefox had not crashed for years. Then all of a sudden, Firefox would crash several times a day. I looked and Firefox had updated me to ver 89.0. But I let it ride. Then Firefox about a month ago, Firefox stsrted to crash EVERY DAY. Then one day it crashed EIGHT TIMES IN A ROW and I mean when I hit RESTART, IT WOULD CRASH. I tried to revert to rel 88 but Mozilla WILL NOT ALLOW US TO REVERT BACK TO A PREVIOUS VERSION. When you do, the PROFILE gives you TWO OPTIONS: 'EXIT or CREATE A NEW PROFILE.' Certainly you do not want to CREATE A NEW PROFILE as you will LOSE, your history, add-ons, Bookmarks, EVERYTHING and you see a WHITE Firefox screen with nothing. So I choose EXIT and tried to put up with the CRAPPY ver 89. BUT FIREFOX KEPT CRASHING. TODAY IT CRASHED SIX TIMES IN A ROW......When I checked the VERSION, YOU HAD UPGRADED TO VER 91.0b6 (64-bit) AND IT IS NO BETTER.

WHAT IN THE HECK IS GOING ON. I DO NOT WANT TO LEARN CHROME OR EDGE AS I HAVE USED FIREFOX SINCE VERSION 1.0.

DOES ANYONE KNOW HOW TO GO BACK AND KEEP YOUR OLD PROFILE, FLACKY OR NOT AS THAT IS BETTER THAN 'RESTARTING' FIREFOX ALL THE TIME.

MY VERSION 88 NEVER FAILED.

Asked by jagman55 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

How to disable Master password timeout?

Since couple of months ago, FF started to ask for master password after 30 minutes of inactivity. I have auto-refresh for some tabs which use Basic Authentication. After … (read more)

Since couple of months ago, FF started to ask for master password after 30 minutes of inactivity. I have auto-refresh for some tabs which use Basic Authentication. After 30min those tabs stops refreshing and FF opens multiple (5) dialogs for master password. This secondary layer of security is pretty annoying as I have my computer secured on multiple levels by multiple factors already. I am getting very annoyed by this, is there any way to disable this "feature"? I have security.ask_for_password = 0 and signon.masterPasswordReprompt.timeout_ms = 0 but it keeps asking (now bit less often but still does). I just want master password entered once when I start the session and keep it open until I quit the browser.

Asked by Alesak 1 year ago

Answered by Alesak 1 year ago

  • Solved
  • Archived

Address bar change

Hi, in an update recently my address bar has changed to show my search history or similar named things instead of just the website itself, how can I change this back Als… (read more)

Hi, in an update recently my address bar has changed to show my search history or similar named things instead of just the website itself, how can I change this back

Also the search bar on the right increased in size or no reason, how can i fix this.

Asked by biremaw736 1 year ago

Answered by Coat 1 year ago

  • Solved
  • Archived

Firefox Bookmark Tags limited to 10 entries

Hello, I love the tagging bookmarks feature in Firefox. But unfortunately it does not work properly like explained in the help docs. I search for tags by typing '[+] + … (read more)

Hello,

I love the tagging bookmarks feature in Firefox. But unfortunately it does not work properly like explained in the help docs.

I search for tags by typing '[+] + [Tag]'. This works for me but I only can search for 10 entries maximum.

Why there is this limitation to bookmark entries in my search bar? And how can I see all my tagged entries even when there are more than 10?

Kind regards Benni

Asked by bempemann 1 year ago

Answered by TyDraniu 1 year ago

  • Solved
  • Archived

Video only show one image and blocks

Hello, I'm using firefox-dev under linux debian buster and would like to keep it as my default browser and even more after all those recent articles in media where they … (read more)

Hello,

I'm using firefox-dev under linux debian buster and would like to keep it as my default browser and even more after all those recent articles in media where they say firefox is loosing its users.

I received the newletter from netflix and I tried to watch a trailer (https://www.netflix.com/watch/81387952?trkid=13710079&MSG_TITLE=81387952&lnktrk=EMP&g=79ECBFC7B02B1269F43D15B11C9BA9F56455502C&lkid=TRAILER_CTA) but even after i clicked on accept drm, the video was stuck nothing happened I just saw one single fixed picture of the movie.

Later, I was on facebook, trying to watch a video (https://www.facebook.com/demotivateur/videos/5009752875718446) and the same here without any DRM...

For both of the cases I opened chrome pasted the url and video played very well.

Is there something to tweak to make it work ? Is it because I'm under debian ?

I don't want friends to switch to chrome but I understand them sometimes.

Kr,

Eric

Asked by ecornely 1 year ago

Answered by jonzn4SUSE 1 year ago