Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • 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 2 iminyaka edlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Stopping firefox nag popup for an updte

Firefox v90 on a Mac. Continual nag screen popping up telling of an update. None of the solutions presented by top contributors or moderators work. Nothing obvious or sug… (funda kabanzi)

Firefox v90 on a Mac. Continual nag screen popping up telling of an update. None of the solutions presented by top contributors or moderators work. Nothing obvious or suggested in about:config. Nothing about putting policies in .json files in the correct directory.

It is as if Mozilla refuses to let you turn off that nag screen.

Asked by jkeating2 1 unyaka odlule

Last reply by jscher2000 - Support Volunteer 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Suddenly cannot open local .py files (Python source files) as plain text

Hello. Up until recently, I could click a link to a locally stored Python source file (.py extension) and it would display as a plain text file in Firefox. This is what… (funda kabanzi)

Hello.

Up until recently, I could click a link to a locally stored Python source file (.py extension) and it would display as a plain text file in Firefox. This is what I want; e.g., it is a way that I view my notes, refer to examples, and so on.

Starting a few days ago, when I click such a link, I now get a pop-up window with the two options "Open with" or "Save file." I have tried a number of things to get back to the old behavior, including deleting the handlers.json file in my Profile folder, running a full Refresh, and creating a new profile. None of these got me back to the old behavior: displaying the .py file as plain text.

If I set the "Open with" option in that pop-up window to Firefox, I just keep getting the pop-up over and over again, while a new tab is created each time.

Note: if I look at a .py file on GitHub, there is no problem: again, the file just displays.

I suspected this behavior is connected with my having installed the latest version of Python (3.9.6) a few days ago, and I just confirmed this by updating Python on another machine. That is, on the other machine, the .py file would display as plain text until just now, after I update Python there.

So, I believe the Python installation is the cause of the problem, but, nonetheless, it seems to me that I should be able to set (or unset?) something within Firefox to make .py files open as plain text, as they used to.

Any ideas?

Thanks in advance.

Asked by bjkeefe 1 unyaka odlule

Last reply by bjkeefe 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

How to select camera?

On Firefox 90 on Ubuntu 20.04, when a site asks for camera and microphone permissions, it’s not possible to select any device anymore. It just shows the default camera an… (funda kabanzi)

On Firefox 90 on Ubuntu 20.04, when a site asks for camera and microphone permissions, it’s not possible to select any device anymore. It just shows the default camera and the default microphone.

Earlier Firefox releases used to show a selection list for the camera and also another one for the microphone.

My default camera is the one built into the laptop and I would like to use an external one that has adequate picture quality.

Can you please help selecting a camera with the new Firefox?

Asked by gdukai.laptop 1 unyaka odlule

Last reply by UniQMG 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Text missing

Recently, text is missing when I try to look at a document on a web site. And using Spectrum for my ISP, when I open their web mail with Firefox there are unusual symbols… (funda kabanzi)

Recently, text is missing when I try to look at a document on a web site. And using Spectrum for my ISP, when I open their web mail with Firefox there are unusual symbols over the selections in the menu bar,

Asked by Ed 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

New tab background color

Whenever I open a new tab using the + sign the background color is black. I have tried everything I can think of and what I found on the web. Nothing works I hate the … (funda kabanzi)

Whenever I open a new tab using the + sign the background color is black. I have tried everything I can think of and what I found on the web. Nothing works I hate the black background. I want white with text in black.

Asked by The Mason 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Restoring Browsing History

I have already asked this question and has gotten the same solution as (https://support.mozilla.org/en-US/questions/1290163) and it doesn't make any sense. I am on Firefo… (funda kabanzi)

I have already asked this question and has gotten the same solution as (https://support.mozilla.org/en-US/questions/1290163) and it doesn't make any sense. I am on Firefox version 90.0.2 (20210721174149), and would love if someone could give me a solution that makes sense, works, and isn't a copy-paste of another answer. (Sorry if I sound rude, I'm just very annoyed.)

Asked by TheWaddleDee 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

I knew they wouldn't let us communicate freely. I'm in the middle of filing an IC3 complaint for the whole ordeal they're putting me through

FBI's suggestion was to start with an IC3 Complaint. I forgot to tell you. They tried to erased the almost 100GB of evidence I have including the 18GB of devastating evid… (funda kabanzi)

FBI's suggestion was to start with an IC3 Complaint. I forgot to tell you. They tried to erased the almost 100GB of evidence I have including the 18GB of devastating evidence against them. Well they infected 3 hardware devices I own hoping that I would insert the flash drives with the evidence in the computer and then they can wipe them clean. I lost 75GB but recovered 52GB from a back up scheme I had. Most important: Now I have them in the act of setting up their trap in my computer, plus I have 3 hardware devices infected with their code. One is a USB type A to USB type C adapter by Belkin. they know the whole thing. I spoke to their security all the way to their corporate offices. As you know they're also a defense contractor. The 2nd device is a 3.3 USB reader by SanDisk (Western Digital). I started telling them until they blocked me. So they only know their device was modify to do evil. But I didn't have time to tell them that 2 additional devices suffered the same thing. So, SanDisk thinks they are the only company. The 3rd device is from Kingston it's 3.0 USB card reader but but the time I finished with SanDisk I couldn't communicate with Kingston. Unless the security force from Belkin told them, they are unaware that their device was used for nefarious purposes by MS and GGL (But attempt to abbreviate.) Bottom line I have the dramatic footage of 18GB and 3 hardware devices. of their code. I hope these info gets to you. I have to take a tiny break. I'm sending you these so it won't disappear, And additional items in 45 minutes at the latest. As always, Thank you

Asked by Agnostos 1 unyaka odlule

Last reply by Paul 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

"Super-bug" - no developer helped in 3 years !!

zefir_zwiejek said I have several hundred tabs, tick them all and want to bookmark them, but that never works. I'm not sure what "tick them all" refers to. There's no b… (funda kabanzi)

zefir_zwiejek said

I have several hundred tabs, tick them all and want to bookmark them, but that never works. I'm not sure what "tick them all" refers to.

There's no built-in way to bookmark all open tabs across all windows at once, but Firefox does have a feature to bookmark all of the tabs in the current window to a new folder. The shortcut is Ctrl+Shift+D, or you can find it on

classic Bookmarks menu on the optional menu bar optional Bookmarks menu button for the main toolbar Does that feature work? If not, is there any error message?

Are you still able to add one bookmarks manually, for example by clicking the star icon in the address bar? If that doesn't work, it can indicate a database problem (more details if needed).

I will also add that the "Settings" menu does not open! Settings, formerly called Options, should open an internal page in a new tab. If you type or paste the address about:preferences into the address bar and press Enter, can Firefox show the page?


==Ctrl+Shift+D = NOT WORK / NOR REACTION / NO MESSAGE ERROR /NOTHING HAPPEN This marks 1000 Tabs, but nothing else can be done, no reaction, no error, no message, I don't know how to write or add 1000 tabs to the bookmarks, I asked a many developers, for 3 years and no one can help, I tried 100 different ways and there's nothing I can do, do I really need to lose my data? "Reset firefox completely" = data loss Even moving the profile and trying to restore it always ends with the same problem, still nothing works, how to save all 1000 tabs to a text file, even the best of the best ways fails, because after saving it is 0KB, no data !!!

Asked by zefir_zwiejek 1 unyaka odlule

Last reply by jscher2000 - Support Volunteer 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Where is my Yahoo?

When I launch Firefox, it refuses to open My Yahoo, which is the home page I have been using for many years. My.yahoo.com is still entered in Settings as my home page. Ev… (funda kabanzi)

When I launch Firefox, it refuses to open My Yahoo, which is the home page I have been using for many years. My.yahoo.com is still entered in Settings as my home page. Even if I type the URL into a new tab, it will not load. I have now switched to Edge as my default browser and it is working just fine. I would like to go back to Firefox, but there is no way I can do that if it wont even let my use my preferred home page. This is the second time I have presented this problem. So far - no response. I can be reached at ... @yahoo.com.

Asked by caribsailor 1 unyaka odlule

Last reply by jscher2000 - Support Volunteer 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Browser

Seburo 27.07.2021, 22:29:58 Hi If you hover your mouse on the icon, select the three dots in the top right that appear and select Edit. In that menu you will be able t… (funda kabanzi)

Seburo 27.07.2021, 22:29:58

Hi If you hover your mouse on the icon, select the three dots in the top right that appear and select Edit. In that menu you will be able to provide an address of an alternative image. Hi The specification with the alternative picture does not help me, have already tried it, but is not accepted. Can you call me an example where I get the pictures or have to save. Thank you

Asked by HermMag 1 unyaka odlule

Last reply by Rodney 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Confused

I asked for help with my site yesterday--https://kathyberman.com/. The side widget is loading to the footer widget. This doesn't happen in Chrome or Edge. Sebuto asked fo… (funda kabanzi)

I asked for help with my site yesterday--https://kathyberman.com/. The side widget is loading to the footer widget. This doesn't happen in Chrome or Edge. Sebuto asked for the name of my site. BUT he posted from a no reply email address. Hello?

Asked by kberman1976 1 unyaka odlule

Last reply by jscher2000 - Support Volunteer 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Mouse-over text hidden by large Windows mouse pointer

Can I move the hovertext out from under my large Windows mouse pointer so I can read the hidden first word of the text? Moving it up above the point instead of below the… (funda kabanzi)

Can I move the hovertext out from under my large Windows mouse pointer so I can read the hidden first word of the text? Moving it up above the point instead of below the point would be great. Is there an about: that will do that?

Asked by bfrg1513 1 unyaka odlule

Last reply by Paul 1 unyaka odlule