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

Chase Bank say that my Firefox browser is out of date

Hello, Whenever I try to log into my Chase Bank account, using my Firefox browsers, I get a message that says that my browser is out of date, and needs to be updated. Bu… (funda kabanzi)

Hello,

Whenever I try to log into my Chase Bank account, using my Firefox browsers, I get a message that says that my browser is out of date, and needs to be updated. But I am using browser version 103, and I believe that is the current version. I contacted Chase about this, but they did not offer any solutions to the problem.

Is anyone else having this problem?

Thank you

Asked by jpowel 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Remember Focus (search hit number) of Search in Page e.g. 17/34 and not back to 1/34

I have to search for a lot of entries in a long page, click on them to another window, do something (fill in a syllabus) and then go back to the long page and change the … (funda kabanzi)

I have to search for a lot of entries in a long page, click on them to another window, do something (fill in a syllabus) and then go back to the long page and change the next search hit.

When I return to the long page the search in page is remembering where I am in the number of searches shown at the bottom of the page (e.g. 19/34) but when I click on the down button, instead of going to 20/34 it jumps back to 1/34 so then I have to press the down button 20 times to get to the next search hit.

Is there any way around this, so that I can just jump to the next search hit without having to press the down button 20 times?

I thought it might be the fact that the search is off screen but that is not it. It is the fact that I have left the page so the focus has been forgotten (except as the number 19/34 on the search in page bar at the bottom).

Is this a bug?

Asked by Timtak 7 izinyanga ezidlule

Answered by Timtak 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Jump down more than 1 findbar hit (e.g. 10 hits down)

I realize that the page I am using findbar to search from reloads and scrolls to the top using some Javascript so that when I return to the searched page from a popup, th… (funda kabanzi)

I realize that the page I am using findbar to search from reloads and scrolls to the top using some Javascript so that when I return to the searched page from a popup, the last search item is no longer focused when I come back so (or press F3 or Ctrl G) e.g. if I found the 29th hit, then I have to click down 30 times to get to the next search hit.

I tried using add-in Luminous to disable the reload/scroll to top of the page that I am searching but failed. It is a complicated add-in.

Is there any way to jump say 10 hits down at once?

Asked by Timtak 7 izinyanga ezidlule

Answered by cor-el 7 izinyanga ezidlule

  • Kusonjululiwe

Tabs on Bottom broke again

Hi Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got. Any idea how to move them back down to th… (funda kabanzi)

Hi

Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got.

Any idea how to move them back down to the bottom? This is the userchrome.css coding I was using that worked fine before the update

@import url(userChrome-color_bookmark_folders_Proton89.css);


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Modify to change window drag space width */ /* Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /

/* IMPORTANT */ /* Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css

  • /
root{ --uc-titlebar-padding: 0px; }

@media (-moz-os-version: windows-win10){

root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }

}

  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{

position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 35px; } /* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */ @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){

root{ --uc-titlebar-padding: 0px !important }

.titlebar-buttonbox-container{ left:0; right: unset !important; } }

root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 30px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
  1. navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

  1. titlebar{

-moz-box-ordinal-group: 2; -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; }

.titlebar-placeholder,

  1. TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

  1. navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }

/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

  1. navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */

root{ --uc-window-control-width: 0px !important }
  1. navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
  1. toolbar-menubar{

position: fixed; display: flex; top: var(--uc-titlebar-padding,0px); height: 25px; width: 100%; overflow: hidden; }

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{

order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-width,20px); }

  1. toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 20px !important; --tab-min-width: 80px !important;

  1. tabbrowser-tabs {

width: 100vw !important; }

  1. main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

.tab-background { border-radius: 8px 8px 0px 0px !important; border-image: none !important; } .tab-line { display: none; }

.tab-close-button { color: red!important; }

Asked by scottish2 4 izinyanga ezidlule

Answered by jscher2000 - Support Volunteer 4 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

enlarge GIF image underneath text overlay?

Using FF 108.0.2 (64-bit) in Debian 11 Linux,I need to view http://www3.winsystem.org/monitor/webmonitor.php but my new laptop is very high resolution. I can control the … (funda kabanzi)

Using FF 108.0.2 (64-bit) in Debian 11 Linux,I need to view http://www3.winsystem.org/monitor/webmonitor.php but my new laptop is very high resolution. I can control the text size with Ctrl+ but the background gif image of a small window with bogus scrollbar needs to be made larger somehow so that the white text can be read against the black portion of the image.

Is there some way to enlarge the gif image, please?

Asked by ynotssor 8 izinyanga ezidlule

Answered by jscher2000 - Support Volunteer 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Shortcut on my Firefox homepage will not dismiss

I want to dismiss one shortcut out of the two rows of shortcuts on my homepage. When I left click on the three dots on the Google Translate shortcut, and then left click … (funda kabanzi)

I want to dismiss one shortcut out of the two rows of shortcuts on my homepage. When I left click on the three dots on the Google Translate shortcut, and then left click on dismiss, the shortcut blinks and remains.

Asked by loyall 9 izinyanga ezidlule

Answered by loyall 9 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Copy text from address bar (not the URL of the current page)

Looks like this question was asked twice before with no response: https://support.mozilla.org/en-US/questions/1354750 https://support.mozilla.org/en-US/questions/133118… (funda kabanzi)

Looks like this question was asked twice before with no response:

https://support.mozilla.org/en-US/questions/1354750

https://support.mozilla.org/en-US/questions/1331182

I frequently paste text into the address bar to copy it and paste somewhere else. This is very useful for a variety of reasons (e.g. speed, strips text of formatting) but for some reason a recent Firefox update makes it so if you paste text into the address bar and then copy it, you will actually have copied the current page's URL - not the intended copy.

How do we reverse this unexpected and undesirable behavior?

Asked by ronny 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Window 10 Firefox login table date scientific number conversion to Excel date numbers

Dear Sir or Madam; I downloaded a login CSV file from the Firefox browser. The date columns format in the CSV login file is ‘1.64055E+12’. In EXCEL, 44556.79166 would tr… (funda kabanzi)

Dear Sir or Madam; I downloaded a login CSV file from the Firefox browser. The date columns format in the CSV login file is ‘1.64055E+12’. In EXCEL, 44556.79166 would translate to 2021/12/26 18:59:59. The translation of ‘1.64055E+12’ should not be the same exact date, but should be in the same date range, as the 44556.79166 number. I’m not a mathematician. Would you please show me how to convert the '1.64055E+12' value to an equivalent excel date/time number? I could then format the excel date number cells to an yyyy/mm/dd hh:mm:ss format. These scientific number values are in the Firefox login file CSV downloads so I assume they were intended to be used in EXCEL spread sheet. These values converted to EXCEL date values would help me sort account password date change records by account name and change date. I could review sorted account records (and thus determine the current password for individual old accounts). Your solution would help me immensely and I appreciate your time. Sincerely, Clyde Stewart – wes45505@aol.com, Boise, ID

Asked by wes45505 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

In firefox the mouse pointer covers the tooltip, how do i change that?

In other 'apps' on windows 10 the tooltip is above the pointer or below it. In Firefox it is directly under the mouse. So usually any tooltip popup in firefox is unread… (funda kabanzi)

In other 'apps' on windows 10 the tooltip is above the pointer or below it. In Firefox it is directly under the mouse. So usually any tooltip popup in firefox is unreadable, mostly. One can infer the content sometimes.

How do i change that? Or what is the problem?

I'll try and include a screenshot. Hmm, the screenshot didn't include the mouse. I think i can do a video with OBS and then a screenshot of that.

Interesting, somehow in the screenshot from the obs video it shows 2 mouse pointers. One is very small and the tooltip is just below that, but the other is larger (the one I see) and it covers the tooltip. I'm using the standard windows mouse settings for larger mouse pointers. I just tried using the 'old' mouse settings to select a larger mouse and it behaves the same way. If I select size: 1 in the new size settings, and the old settings i have 'windows system' mouse, then the tooltip is under the pointer but the size is too small for the pointer. I then changed to another mouse setting in the old selector "inverted extra large" and you can see the tooltip because of the 'inverted' nature of the pointer, but the tooltip is still partially covered by the pointer.

Ideally the choice would be to put the tooltip above the mouse pointer rather than below. When you increase the size of the mouse pointer it only increases down, not up. The point of the pointer is always at the top.

I'm going to try one more thing, increasing the size in the new settings after having selected "inverted", but i recall that it changes to the new pointer style. Ah, there is an inverted setting in the new options as well, and if i select that instead of the gray color i was using then one can read the tooltip through the mouse.

So, then my question becomes "can I put the tooltip above the mouse pointer?" Because it is still covered by the mouse pointer as is. I don't see anything in 'about:config', so far.

Thank you.

Asked by jamvaru 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Move profile "Storage" folder

When I looked into why it was taking so long to backup my FF profile, I realized it was because their are over 21k files my backup software has to compare. The majority … (funda kabanzi)

When I looked into why it was taking so long to backup my FF profile, I realized it was because their are over 21k files my backup software has to compare.

The majority of these are in the "Storage" folder -- apparently local/offline storage for various sites.

I've already moved the cache to a non-synced location using browser.cache.disk.parent_directory and would like to do the same with "Storage".

But I can't seem to find any info on what pref would allow me to do that. Any help or suggestions would be appreciated.

Asked by CWeinhofer 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How can I retrieve the current profile path & name from a command line?

I'm trying to create a DOS batch file to clear the current profile's cache (web site data only, not cookies). I have it working fine using a hard-coded path of the exist… (funda kabanzi)

I'm trying to create a DOS batch file to clear the current profile's cache (web site data only, not cookies). I have it working fine using a hard-coded path of the existing profile (I only have one profile), but I'd like it to remain viable in case a newer profile is created for whatever reason. Is there a way to retrieve the path into a variable?

Thank you!

Asked by mike.fairleigh 1 unyaka odlule

Answered by FredMcD 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

how to share a URL with Firefox

Now, in the old Firefox, you used to be able to select "Email Link" to send a URL to someone by e-mail in your favorite e-mail client. I used to do that routinely, sendin… (funda kabanzi)

Now, in the old Firefox, you used to be able to select "Email Link" to send a URL to someone by e-mail in your favorite e-mail client. I used to do that routinely, sending links via Thunderbird. I'm now using FF93.0, and all I see is "Share", which, when you point it to "Mail" it dumps you in Chrome. Now, in my FF prefs, I have specified Content Type->mailto->Use Thunderbird, so why it's dumping me in Chrome makes no sense.

How do I use Firefox to share a URL in Thunderbird like I used to be able to do?

Asked by danflester 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

background color

I just went to use the Firefox browser and easily noticed a different color to the background. I don't like the dark gray that the browser seems to have defaulted to. T… (funda kabanzi)

I just went to use the Firefox browser and easily noticed a different color to the background. I don't like the dark gray that the browser seems to have defaulted to. This happened around noon on Jan 11 2022. How do I change back to the previous color?

Asked by russcupan 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Restore an html or json file to a specific folder in the Bookmark Toolbaar

I have two computers (say A and B). I want to move the entire Bookmark toolbar from A to a folder in the Bookmark toolbar on B. This would allow me to selectively move fo… (funda kabanzi)

I have two computers (say A and B). I want to move the entire Bookmark toolbar from A to a folder in the Bookmark toolbar on B. This would allow me to selectively move folders and bookmarks from the A Bookmark toolbar upload to the toolbar on B. So far I cannot get the Import or Restore to upload to a single empty folder on the B bookmark toolbar.

I have tried to upload previously exported Html and Json files from A to a specific empty folder on B's bookmark tool bar but either the file overwrites the entire toolbar on B or nothing appears to happen.

I thought that by selecting a folder in the "Manage Bookmark" dialog box that the subsequent upload of either the Html or Json files would all go there but it does not appear to work.

Any help would be appreciated.

Thanks.

Asked by John 1 unyaka odlule

Answered by John 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to limit search to only useful pages

Hi, There are two suggestions (or questions if I simply cannot find these): - as the default behaviour of the browser, I want to be able to only see websites from Europe… (funda kabanzi)

Hi,

There are two suggestions (or questions if I simply cannot find these): - as the default behaviour of the browser, I want to be able to only see websites from Europe. Somewhere on the net I found that the following address does it: https://www.google.com/webhp?cr=countryAT|countryBE|countryBG|countryHR|countryCY|countryCZ|countryDK|countryEE|countryFI|countryFR|countryDE|countryGR|countryHU|countryIE|countryIT|countryLV|countryLT|countryLU|countryMT|countryNL|countryPL|countryPT|countryRO|countrySK|countrySI|countryES|countrySE

However, when I am trying to use it in firefox as my Start Page, it opens all of these in separate tabs and it does not work. Also as far as I understand using the link is not possible for new tabs.

The reason is simple. For example, when looking for cooking recipes, pages from the USA use strange units that cannot be understood and there is no point in translating each of these manually as all recipes are available in million of versions - it is just a matter of clicks. But I don't want to waste time each time on checking the websites one by one; if the cooking website is from Europe, the units will be of a standard and I don't have to worry. It is the same in relation to many products of any kind. European and American markets are completely different and reading description of something only to find out at the end that it is only available in the USA is waste of time.

- it should be possible in firefox to block some websites or portals by some button. I know that there is an add-on for this but it is only for 10 pages or so, so in reality it is not very useful. It also only works in the way that the page won't open when clicked on. However, it would be much better if unwanted portals or websites were simply removed from search results.

There are too many fake websites nowadays providing incorrect or misleading information. If it happens that I come across one of these, I want to be doing that only once - and block them forever.

Asked by malecek1 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Searching for how to share tabs between profiles.

I have searched for "How to share tabs between profiles" in firefox. I was offered this option: Share multiple tabs Visit the tabs tray by tapping the number next… (funda kabanzi)

I have searched for "How to share tabs between profiles" in firefox.

I was offered this option:

Share multiple tabs

   Visit the tabs tray by tapping the number next to the address bar, this number shows how many open tabs you have:
   Tap the three-dot menu button in the tabs tray.
   Select Share all tabs.
   The list of tabs to be shared will appear.

Visit the tabs tray - not very clear. by tapping the number next to the address bar - which number? I have more tabs that can fit across the screen and am not seeing any number/s.

Could someone help me with this please? I have a lot of migration to do.

Asked by teeny_weeny 1 unyaka odlule

Answered by teeny_weeny 1 unyaka odlule