Showing questions tagged: Show all questions
  • Solved
  • Archived

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… (read more)

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 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

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… (read more)

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 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

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 … (read more)

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 year ago

Answered by cor-el 1 year ago

problem non solved

Hello, I've already contacted you because of a problem that I encounter with the functioning of my browser that cracked without explanation. The problem was that I was wo… (read more)

Hello, I've already contacted you because of a problem that I encounter with the functioning of my browser that cracked without explanation. The problem was that I was working on inpravate navigation and I can't find back the internet pages that I was watching. I don't know if there is a possibility to reach them back and I'm afraid I'll can't get them if I turn my computer of.

I need a quick answer because I'm afraid that my computer could crash because it's lit since a while.

Thank you for your answer.

Asked by queiroz_eva 1 month ago

Urgent problem unsolved

Hello, Sorry to contact you again but my problem is still not solved and it's urgent. I still doesn't have turned my computer off in case that you could help me find my… (read more)

Hello,

Sorry to contact you again but my problem is still not solved and it's urgent.

I still doesn't have turned my computer off in case that you could help me find my pages back. I have no one else to help me with this problem and I deeply need the websites I was surfing on. I'm not sure I can find them by myself and I don't have much time for that.

Thank you for helping me and answering my request.

Asked by queiroz_eva 1 month ago

  • Solved
  • Archived

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… (read more)

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 year ago

Answered by cisco112 1 year ago

  • Solved
  • Archived

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 … (read more)

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 year ago

Answered by jehovahs-servant 1 year ago

  • Archived

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 … (read more)

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 year ago

Last reply by Slouch 1 year ago

  • Archived

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… (read more)

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 8 months ago

Last reply by Terry 8 months ago

  • Solved
  • Archived

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.… (read more)

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 year ago

Answered by j.erbes 1 year ago

  • Solved

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… (read more)

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 4 months ago

Answered by cor-el 4 months ago

  • Archived

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… (read more)

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 8 months ago

Last reply by jscher2000 - Support Volunteer 8 months ago

  • Archived

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 … (read more)

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 year ago

Last reply by Terry 1 year ago

  • Solved
  • Archived

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… (read more)

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 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Archived

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… (read more)

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 year ago

Last reply by wedr19 1 year ago

  • Archived

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… (read more)

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 7 months ago

Last reply by jonzn4SUSE 7 months ago