Ceisteanna leis an gclib seo á dtaispeáint: Taispeáin gach ceist
  • Cartlannaithe

Facebook scrolling out of control

Currently @ Ver. 102.0.1 Problem remains. Since the update to 102.0 my Win10 PC has problems with the page update. When the scroll slider gets near the bottom the page, n… (tuilleadh eolais)

Currently @ Ver. 102.0.1 Problem remains. Since the update to 102.0 my Win10 PC has problems with the page update. When the scroll slider gets near the bottom the page, new images begin to load. This reload results in 3-15+ newly loaded Fb posts scrolling past so fast as to be invisible. I have to keep my cursor on the scroll slider and, when the loading begins, start scrolling up if I want to have any chance to easily find the last post I was reading. I have seen this behavior, grossly exaggerated, when I was viewing a video. The reload caused the viewing to pause and upwards of 15 newly loaded posts scrolled past in this rapid manner. My work requires that I am able to view pages of Facebook posts and this is now massively time-consuming and intolerable. I may have to change browsers in spite of my reluctance to do so.

Asked by Helium2 11 mí ó shin

Last reply by Helium2 7 mí ó shin

  • Réitithe
  • Faoi Ghlas
  • Cartlannaithe

Search.....

One of your recent updates has all searches forced to the address bar..... I use the Google search box on my homepage and from the first letter its moved to the address … (tuilleadh eolais)

One of your recent updates has all searches forced to the address bar..... I use the Google search box on my homepage and from the first letter its moved to the address bar... Go back to the Google box on the homepage.... You've made it useless....

Asked by koyotee 2 bhliain ó shin

Answered by jscher2000 - Support Volunteer 2 bhliain ó shin

  • Réitithe
  • Faoi Ghlas
  • Cartlannaithe

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… (tuilleadh eolais)

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 1 bhliain ó shin

Answered by Trevor George, Bristol, UK 1 bhliain ó shin

  • Cartlannaithe

Firefox 96.0 - "Forced" dark mode

I have been a "light theme" user for 15+ years. Since updating to 96.0 today, a dark mode spreading across Firefox has been forced onto me, including: New tab backgro… (tuilleadh eolais)

I have been a "light theme" user for 15+ years. Since updating to 96.0 today, a dark mode spreading across Firefox has been forced onto me, including:

  • New tab background
  • Background of any tab waiting to load a page
  • Google/Youtube background
  • Settings/add-ons/password menu backgrounds
  • Automatic username/password drop-down background
  • Background of the little box that appears on the bottom-left (the one which shows the URL when you mouse over a link)

I am unhappy with this and wish to have my usual theme back. Can anyone please assist?

(In addition, there is some sort of white border around the current tab, which I do not like)

Asked by hevinroyal 1 bhliain ó shin

Last reply by Paul 1 bhliain ó shin

  • Cartlannaithe

Bookmarks & Other Bookmarks

Greetings, Today, I went to access my Bookmarks, & found them "Empty", other wise "Missing"! I found the "How to recover missing Bookmarks" topics, & that did… (tuilleadh eolais)

Greetings,

Today, I went to access my Bookmarks, & found them "Empty", other wise "Missing"!

I found the "How to recover missing Bookmarks" topics, & that did bring back,what I consider to be My "Permanent Books", bu the section called "Other Bookmarks" will not come back, no matter how many times I go through the "Restore Bookmarks".

I Absolutely need that section to be restored, for I had many files in that section that I updated daily, that I planned to move to the "Bookmarks Section".

How can I get get this section restored?

Asked by David DeBord 2 bhliain ó shin

Last reply by David DeBord 1 bhliain ó shin

  • Réitithe
  • Faoi Ghlas
  • Cartlannaithe

Firefox "Print Preview" has disappeared from the File menu in 84.0.2

Firefox "Print Preview" has disappeared from the File menu in 84.0.2; all I have now is "Print", which brings up a Microsoft Edge style print dialog. Is this an upgradin… (tuilleadh eolais)

Firefox "Print Preview" has disappeared from the File menu in 84.0.2; all I have now is "Print", which brings up a Microsoft Edge style print dialog. Is this an upgrading error, or is it just the way Firefox will be now?

Asked by firefox1202 2 bhliain ó shin

Answered by jscher2000 - Support Volunteer 2 bhliain ó shin

  • Cartlannaithe

Create new profile or refresh?

This happens far too often, in the course of 9 months or more frequently. What is going on Firefox? v88.0.1 Windows 10 Constant script errors that freeze whatever progr… (tuilleadh eolais)

This happens far too often, in the course of 9 months or more frequently. What is going on Firefox? v88.0.1 Windows 10

Constant script errors that freeze whatever program I am in, regardless of the option I choose - the popup no longer gives me a WAIT or STOP IT. The box comes up that says DON'T ask me about this again.

I do not want to copy passwords, more than anything, should I create a new profile. I do not want to deal with replacing or losing the file. When I attempted to load two other profiles over the last two days, both times FF crashed. I gave up.

I am NOW in Safe Mode and without errors, and it's hard to know which app is causing the problem.

Is there a new addon that will back up Firefox these days?

Suggestions? Seriously, FF seems to be a whole lot more trouble these days than she is worth.

Thank you.

Asked by CiaoBella1 2 bhliain ó shin

Last reply by ·´¯`·...¸>-)))º> ~dbben 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

SaveFrom.net Helper

The other day I downloaded SaveFrom.net Helper but then shortly after I deleted it. The program was deleted from the computer except that the green line with the program … (tuilleadh eolais)

The other day I downloaded SaveFrom.net Helper but then shortly after I deleted it. The program was deleted from the computer except that the green line with the program name shows as an extension on the bar at the top of the Firefox page.

I cannot delete it. If I delete it once it reappears next time I load Firefox. The extension does not show up in add ons and extensions in Tools Firefox.

I have read an earlier reply that suggests delete Firefox and reinstall Firefox and that will get rid of it.

However, I am not anxious to try that as over time I have already extensions ad add ons and other customisation of Firefox, including all my bookmarks and I don't want to lose these and start again.

So here is my question. As the program is deleted and as their extension does not show up in Tools and then adddons, can I assume that the existence of the program name as an extension on one of the title bars at the top of Firefox is just an irritation and that this SaveFrom program cannot in any way add or do anything to my computer?

I can then live with it rather than deleting Firefox and starting again.

I would be so grateful for your help.

Thank you.

Asked by avwood 1 bhliain ó shin

Answered by jscher2000 - Support Volunteer 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

What Happened to "Print Preview"?

A recent Firefox update has totally disrupted our ability to print from browser windows. There used to be a "Print Preview" button that allowed us to set things up the wa… (tuilleadh eolais)

A recent Firefox update has totally disrupted our ability to print from browser windows. There used to be a "Print Preview" button that allowed us to set things up the way we wanted them. That's now missing. As a result, stuff that used to cost us for ten pages now costs us for twenty pages. Also, when we print double-sided, the second side prints upside down.

This strikes me and my wife as a horrible development, and we would like to go back to the old version ASAP!

Asked by Anan 2 bhliain ó shin

Answered by jscher2000 - Support Volunteer 2 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Latest update forces dark context menus and bookmark menus.

How do I get rid of this crap? I either select a crappy system theme and everything turns a blinding white, or go back to the theme I usually use where everything suddenl… (tuilleadh eolais)

How do I get rid of this crap? I either select a crappy system theme and everything turns a blinding white, or go back to the theme I usually use where everything suddenly is dark. How do I remove darkmode while retaining my favorite theme? I don't want dark mode and I certainly do not want to be blinded either. There must be a useless setting added to the about:config that I can disable.

Thank you.

Asked by fifawof274 2 bhliain ó shin

Answered by ·´¯`·...¸>-)))º> ~dbben 1 bhliain ó shin

  • Cartlannaithe

Signing into Firefox after resetting my laptop

Hi there I reset my pc I know my username and password to my login here but not letting me sign into gmail (given I might have used Firefox's password generator thingy an… (tuilleadh eolais)

Hi there I reset my pc I know my username and password to my login here but not letting me sign into gmail (given I might have used Firefox's password generator thingy and I can't login and I've got my important websites signed into that login, thoughts on how to reset my password?. I want that one as I've spent £££ on Patreon and that and building my custom Firefox account :(

Asked by Jamie Willis 8 mí ó shin

Last reply by Paul 4 mhí ó shin

  • Faoi Ghlas
  • Cartlannaithe

Double spacing in Menus is back :'-(

A few months ago Firefox decided to double space all the items in menus. Reading through the forums many people didn't like this because of the amount of space that the m… (tuilleadh eolais)

A few months ago Firefox decided to double space all the items in menus. Reading through the forums many people didn't like this because of the amount of space that the menus now take up. Fortunately there was a work around, by setting 'browser.proton.contextmenus.enabled to false they returned to normal

This morning Firefox my got upgraded and the double spacing problem is back again. However there appears to be a bug with the setting and the menus won't return to normal. I'm now stuck with stupidly large menus that won't fit on the screen and lots of painful scrolling.

Does anybody have an alternative workaround until this is fixed?

Asked by stormcloud 1 bhliain ó shin

Last reply by chrisjsevans 1 bhliain ó shin

  • Faoi Ghlas
  • Cartlannaithe

Bookmarks double spaced

Not sure why the bookmarks was changed to double spaced, but I do not like it at all. Please post a work around to make the bookmarks single spaced. I was able to chang… (tuilleadh eolais)

Not sure why the bookmarks was changed to double spaced, but I do not like it at all. Please post a work around to make the bookmarks single spaced. I was able to change how they are spaced in the bookmarks bar, but not the rest of the bookmarks that are at the top of the page under the favorites icon.

Asked by chzuck 1 bhliain ó shin

Last reply by Chris Ilias 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Gmail won't switch accounts

I've used gmail (with multiple email accounts) on Firefox for many, many years. I switch back and forth between my email accounts daily. In the past few weeks, though, w… (tuilleadh eolais)

I've used gmail (with multiple email accounts) on Firefox for many, many years. I switch back and forth between my email accounts daily.

In the past few weeks, though, when I try to switch from my primary account to the others, it just defaults back to the primary. I've purged the cache, I've signed out and signed in. This does not happen on Chrome, just Firefox, which is why I've brought it here.

If I change the URL of the mailbox

https://mail.google.com/mail/u/0/#inbox

to

https://mail.google.com/mail/u/1/#inbox

It will take me to another mailbox. I can then change that number to get to the others. But it shouldn't be that way. So ... what is going on? How do I fix it?

Asked by randee1 1 bhliain ó shin

Answered by randee1 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Printer using system dialog box

Apparently Mozilla did an update and not it defaults to it's own printer dialog box. I hate it. There is a link to use the system print dialog box but it only works for t… (tuilleadh eolais)

Apparently Mozilla did an update and not it defaults to it's own printer dialog box. I hate it. There is a link to use the system print dialog box but it only works for that specific print job. I can't find a setting to force Firefox to always use the system printer dialog box. Anyone know how to fix this? It's enough to make me stop using the browser becasue thr Firefox dialog box sucks.

Asked by contact409 2 bhliain ó shin

Answered by jscher2000 - Support Volunteer 2 bhliain ó shin

  • Faoi Ghlas
  • Cartlannaithe

Unable to type a "space"

When typing comments on a web blog, after the spacebar is used, the first letter of the next word eliminates the previously typed space. So what I end up with is all word… (tuilleadh eolais)

When typing comments on a web blog, after the spacebar is used, the first letter of the next word eliminates the previously typed space. So what I end up with is all words in a sentence running together. Tried other browsers and they work fine. Changed keyboard as well no joy. Typing is normal in applications like adobe, word, etc..... Only happens during Firefox use......... Uninstalled and reinstalled Firefox, also no help..... How do I fix ?

Asked by doej79779 9 mí ó shin

Last reply by cor-el 8 mí ó shin

  • Cartlannaithe

How can I view a previous Bookmark file to restore one Bookmark?

How can I view a previous Bookmark file to restore one Bookmark on a computer running Windows 10? I would like to selectively restore a Bookmark folder that disappeared … (tuilleadh eolais)

How can I view a previous Bookmark file to restore one Bookmark on a computer running Windows 10?

I would like to selectively restore a Bookmark folder that disappeared recently. Since I have added more Bookmarks to my present Bookmarks file, I need to just copy or restore one Bookmark from an older Bookmark file. As I recall, this was easy using Windows Explorer but appears to be rather complicated in Firefox.

How can I do this without too much trouble?

Thanks

Asked by Wayne Carpenter 1 bhliain ó shin

Last reply by Wayne Carpenter 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Other Bookmarks in the Firefox Toolbar is missing

I had an arrow on the right side of my FF Toolbar for "Other Bookmarks". Recently it went missing. I have many bookmarks under that heading, and can get to them through… (tuilleadh eolais)

I had an arrow on the right side of my FF Toolbar for "Other Bookmarks". Recently it went missing. I have many bookmarks under that heading, and can get to them through the Bookmarks Manager, but no arrow on the Toolbar. How can I get it back?

Asked by Barry_Merchant 9 mí ó shin

Answered by jscher2000 - Support Volunteer 8 mí ó shin