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

Right click menu keyboard shortcut

Hello, I upgraded my FireFox to the latest version 88.0 today, and noticed some changes on right click menu. In the old version, the keyboard shortcut key is a to copy a… (funda kabanzi)

Hello,

I upgraded my FireFox to the latest version 88.0 today, and noticed some changes on right click menu. In the old version, the keyboard shortcut key is a to copy a link, but now it was changed to L. That is really inconvenient. As you know, when you right click a link using the mouse, your right hand is still holding the mouse, and not easy to press the letter L on the keyboard.

The old menu option is "Copy Link Locaton", but the new one is "Copy Link".

Is it possible to customize the keyboard shortcut of right click menu, please?

Thank you! Brian

Asked by Brian_30@IRQ 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to restore the green lock icon

hi I would like ask about green icon .Before I did this by security.secure_connection_icon_color_gray in about:config But in Firefox 106 did not works .There is any way… (funda kabanzi)

hi I would like ask about green icon .Before I did this by security.secure_connection_icon_color_gray in about:config But in Firefox 106 did not works .There is any way to set this ssl green padlock.

Asked by idude 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Permanently pin the tab of an addon

I use the Feedbro-Addon, which creates an own tab. Its url is: moz-extension://285d678c-ecb3-4003-923d-835fc9d8e0bc/reader.html If I use it as a normal tab (instead of … (funda kabanzi)

I use the Feedbro-Addon, which creates an own tab. Its url is: moz-extension://285d678c-ecb3-4003-923d-835fc9d8e0bc/reader.html

If I use it as a normal tab (instead of a pinned tab) ... it survives a Firefox restart. But if I use it as a pinned tab (which I want) ... it disappears after a Firefox restart.

I suppose it has to do with it being an addon-page instead of a "normal" page.

Is there a way to make it stay permanently pinned?

Asked by Thomas likes to learn 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

bookmark pull down menu text and spacing change from rev 88 to rev 89

on the bookmark pull down menu, the text size and spacing changed considerably from version 88 to 89. has this been changed since? the text was bigger and less space be… (funda kabanzi)

on the bookmark pull down menu, the text size and spacing changed considerably from version 88 to 89. has this been changed since? the text was bigger and less space between entries on the rev 88. I have not updated from rev 88 because of this change which is much harder to read in rev 89.

Asked by cisco112 1 unyaka odlule

Answered by cisco112 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Why is Walmart.com suddenly using huge amounts of CPU, memory and disk resources?

When I open Firefox with a dozen tabs showing, Task Manager typically shows Firefox to be using 1.3% CPU, 715 MB Memory and 0.1 MB/s Disk. However, as soon as I open www.… (funda kabanzi)

When I open Firefox with a dozen tabs showing, Task Manager typically shows Firefox to be using 1.3% CPU, 715 MB Memory and 0.1 MB/s Disk. However, as soon as I open www.walmart.com in a new tab, Firefox CPU goes up to between 34% to 52%, Memory to 13,900 MB and Disk to 50 to 200 MB/s. If I reboot, it is repeatable. I have an AMD Ryzen 5 3600 with 16 GB. What's going on?

Asked by j.erbes 1 unyaka odlule

Answered by j.erbes 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to upgrade Firefox 88 to Firefox 104

Hello - I've been looking around the Firefox site, and the Internet in general, and so far haven't found out the answer to my question: how do I get Firefox 104 to work … (funda kabanzi)

Hello - I've been looking around the Firefox site, and the Internet in general, and so far haven't found out the answer to my question: how do I get Firefox 104 to work on my Linux Mint 18.2 Cinnamon Sonya 32 bit? Specifically what I haven't been able to determine is whether or not I first need to upgrade my Linux, which I suspect. And if so, what's the minimum level of the OS that is required? I may be overlooking the simple answers, but so far I cannot find them. And so far the Firefox website upgrade feature does nothing that I can detect. Thank you for any assistance - Doug.

Asked by jehovahs-servant 1 unyaka odlule

Answered by jehovahs-servant 1 unyaka odlule

  • Okugcinwe kunqolobane

"Send Page/Tab to Device" no more available?

In the latest version (99.0 for 64-bit Windows), the "Send Page to Device" and "Send Tab to Device" commands in the right-click menus are gone. They were available up to… (funda kabanzi)

In the latest version (99.0 for 64-bit Windows), the "Send Page to Device" and "Send Tab to Device" commands in the right-click menus are gone. They were available up to at least 88.0.1. Where did they go?

The attached screen shots are: - Right Click Menu on Page -- 88.0.1 - Right Click Menu on Tab -- 88.0.1 - Right Click Menu on Page -- 99.0 - Right Click Menu on Tab -- 99.0

Asked by g_mich 1 unyaka odlule

Last reply by jscher2000 - Support Volunteer 1 unyaka odlule

  • Okugcinwe kunqolobane

Change Tab Font, Weight, Color, etc. FF109

Hi All, I'm trying to modify various userChrome.css attributes of Tabs in Firefox 109. However, code that worked in FF 88 is seemingly no longer working. Is the below … (funda kabanzi)

Hi All,

I'm trying to modify various userChrome.css attributes of Tabs in Firefox 109.

However, code that worked in FF 88 is seemingly no longer working.

Is the below code outdated?

I would also like to change the appearance of #TabsToolbar from translucent to either a solid color or a background image. Is that possible? Right now, you can see icons from the desktop through the Tab bar, and there appears to be a strange curved, black overlay colorizing it. See attached screenshot.

Thanks for any input!

/* MISCELLANEOUS TAB ATTRIBUTES */

  1. TabsToolbar { /* tab bar */
 -moz-box-ordinal-group: 3 !important;
 padding-top: 0 !important;
 padding-bottom: 0 !important;
 height: 25px !important;
 background-image: url("bkmr_back.gif");
 border-top: 1px solid #afc0d2 !important;
 border-bottom: 1px solid #8698aa !important;

}

/* Change the color of selected tab */

   .tab-background[selected="true"] {
       background-attachment: none!important;
       background-image: none!important;

background-color: #eef5fc !important; /* background color only, not border */ }

/* Change text attributes of selected tab #8698aa to match bottom tabstoolbar line color */

  1. TabsToolbar .tabbrowser-tab[selected] {

font-weight: 800 !important; color: #000 !important;

       border-top: 1px solid #8698aa !important;
       border-left: 1px solid #8698aa !important;
       border-right: 1px solid #8698aa !important;

}

  1. TabsToolbar .tabbrowser-tab:not([selected]) {

font-weight: 600 !important; color: #000 !important; /* non-selected tab text color */

       border-top: 1px solid #afc0d2 !important;
       border-left: 1px solid #afc0d2 !important;
       border-right: 1px solid #afc0d2 !important;

}

/* Change the color of non-selected tab */

  .tab-background:not([selected]) {
       color: #000000 !important;

background-color: #c7d3e0 !important; }

Asked by Slouch 1 unyaka odlule

Last reply by Slouch 1 unyaka odlule

  • Okugcinwe kunqolobane

Completely erasure of all tabs and history, tabsheets after crash :(

Dear, I always have a lot of tabs opened and I guess I had one too many opened yesterday. Already I had to recover my settings after a crash the day before. So I had t… (funda kabanzi)

Dear, I always have a lot of tabs opened and I guess I had one too many opened yesterday. Already I had to recover my settings after a crash the day before. So I had the crash and restarted the pc yesterday evening. All my tabs were gone, so I shut down the pc and started up again this morning and still no sign of restart or nothing of my tabs, history, all my Linux worksheets were completely empty accept for this page... I went to settings to restart the previous settings but it always does that automatically, and it only started the one I was in this morning (the empty one) I tried for a crash rapport but could not find one. How do I get everything back, please ?! I need to get the tabs back before this previous session! Please help... Where can I find them? What can I do? I can't have lost them all ... I will go nuts .. Please help me! My system is a Linux Mint 21.0 version, I think Thank you so much! Nadine

Asked by nadine.vanschoor 7 izinyanga ezidlule

Last reply by Terry 7 izinyanga ezidlule

  • Okugcinwe kunqolobane

I use Linux and need to update my FireFox from 88 to at least 99.

I use Linux, but know nothing about it. My brother installed Mint on my desktop; he was my Computer Guru, but he has passed away. I need to update from FF88 to at least 9… (funda kabanzi)

I use Linux, but know nothing about it. My brother installed Mint on my desktop; he was my Computer Guru, but he has passed away. I need to update from FF88 to at least 99. Can you help me, please? Many thanks if you can.

Asked by kngiacoboni 6 izinyanga ezidlule

Last reply by jonzn4SUSE 6 izinyanga ezidlule

  • Okugcinwe kunqolobane

Sync Does NOT Work With Version 88.0 Ubuntu (Linux).. Original Version On Xtra-PC USB ThumbDrive Did !

Fix it so the FireFox browser Version 88.0 for Ubuntu (Linux) works AGAIN at saving website Login data using a Primary password via your 'FireFox Sync' advertisement (doc… (funda kabanzi)

Fix it so the FireFox browser Version 88.0 for Ubuntu (Linux) works AGAIN at saving website Login data using a Primary password via your 'FireFox Sync' advertisement (documentation).

Asked by nm4dgdcs 1 unyaka odlule

Last reply by wedr19 1 unyaka odlule

  • Okugcinwe kunqolobane

lost tabs

i lost my previous tabs and i couldnt recover them. they were no were to be found in history. i need to restore tabs to a previous time or date to recover them and there … (funda kabanzi)

i lost my previous tabs and i couldnt recover them. they were no were to be found in history. i need to restore tabs to a previous time or date to recover them and there is no such option, as i accidently closed the new tab and now its overwritten " previous" tabs.

Asked by simon_90x 1 unyaka odlule

Last reply by Terry 1 unyaka odlule

  • Okugcinwe kunqolobane

Wrong error message (expired cert still valid!)

If I try to access https://bugs.cacert.org I get an error message: SSL_ERROR_EXPIRED_CERT_ALERT If I access to the same site with chromium browser, there is no such erro… (funda kabanzi)

If I try to access https://bugs.cacert.org I get an error message: SSL_ERROR_EXPIRED_CERT_ALERT

If I access to the same site with chromium browser, there is no such error message, even more: I can access the certificate with the following information: valid until 2024 (see complete cert as picture).

Why this obviously wrong error message? How can it be circumvented (a warning might work, but a blockade?)?

Asked by eeerrr 7 izinyanga ezidlule

Last reply by jscher2000 - Support Volunteer 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to change the css of addons-pages

Hey there, How can I change the css of pages created by an addon? (Example-URL: moz-extension://285d678c-ecb3-4003-923d-835fc9d8e0bc/reader.html) I know how to change… (funda kabanzi)

Hey there,

How can I change the css of pages created by an addon?

(Example-URL: moz-extension://285d678c-ecb3-4003-923d-835fc9d8e0bc/reader.html)

I know how to change normal pages css via different tools like Stylus etc. (or via userContent.css). But this does not work for pages created by addons.

Can you please help me?

Asked by Thomas likes to learn 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe

loginsFirefox not working with certain websites (login, interactive forms, etc.)

Hello, I have a very odd problem with my firefox browser. I am running firefox 88 64bit on a 16.04 (I know...) Ubuntu. On certain websites, I have an issue with interacti… (funda kabanzi)

Hello, I have a very odd problem with my firefox browser. I am running firefox 88 64bit on a 16.04 (I know...) Ubuntu. On certain websites, I have an issue with interactive content: www.leboncoin.fr will not let me login anymore (quite recent) www.decathlon.fr will have trouble displaying user comments, images, let alone placing an order Now and then websites with dynamic content and forms will not load...

I am not sure what is the link between all these but it seems related. I have tried the troubleshoot mode but it does not change anything. At the moment when I need to use these king of website I have to switch to another browser.

Thanks in advance for your help!

Asked by marc.bagnol 3 izinyanga ezidlule

Answered by cor-el 3 izinyanga ezidlule