Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 unyaka odlule

Answered by FredMcD 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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 … (funda kabanzi)

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 unyaka odlule

Answered by TyDraniu 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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. … (funda kabanzi)

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 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 iminyaka edlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 unyaka odlule

Answered by 강유리 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 iminyaka edlule

Answered by Trevor George, Bristol, UK 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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 … (funda kabanzi)

Asked by Wodensday 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

!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? … (funda kabanzi)

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 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 unyaka odlule

Last reply by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 unyaka odlule

Answered by Coat 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 iminyaka edlule

Answered by Terry 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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 … (funda kabanzi)

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 unyaka odlule

Answered by jonzn4SUSE 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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 … (funda kabanzi)

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 unyaka odlule

Answered by Alesak 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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 '[+] + … (funda kabanzi)

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 unyaka odlule

Answered by TyDraniu 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Can no longer manage cookies to save logged in status?

I remember from past rodeos that I need to know the precise name of the cookies. But now when I check which cookies are added when I login, I can only see them grouped b… (funda kabanzi)

I remember from past rodeos that I need to know the precise name of the cookies. But now when I check which cookies are added when I login, I can only see them grouped by the main website title--nytimes.com and I see that they have added 7 cookies. But I cannot see individual cookies.

How can I see the cookies to copy their addresses for the 'exceptions' table for data management to allow the right ones to be retained; OR just tell FF to allow my 3 preferred sites to stay 'always' logged in when I reopen FF?

FF beta 93.0b3 Mac OS 10.14.6

Asked by Foxfree99 1 unyaka odlule

Answered by Foxfree99 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Losing login status when closing Firefox Browser despite excepting web sites

Still trying to figure out what is wrong after refresh of Firefox. I cannot get my handful of preferred websites to remain logged in when closing and reopening Firefox. … (funda kabanzi)

Still trying to figure out what is wrong after refresh of Firefox.

I cannot get my handful of preferred websites to remain logged in when closing and reopening Firefox.

I have FF set to clear cookies and data on closing, but this handful of sites are listed as exceptions.

After reopen FF, the relevant cookies are not sticking. This used to work better.

I redownloaded FF and no improvement.

I'm thinking conflicting settings or....?

FF beta for Mac OS, 93.0b3.

Asked by Foxfree99 1 unyaka odlule

Answered by cor-el 1 unyaka odlule