Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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

Gefragt von Brian_30@IRQ vor 2 Jahren

Beantwortet von cor-el vor 2 Jahren

  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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.

Gefragt von idude vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

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 … (Lesen Sie mehr)

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?

Gefragt von Thomas likes to learn vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

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… (Lesen Sie mehr)

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.

Gefragt von queiroz_eva vor 1 Monat

  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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.

Gefragt von cisco112 vor 1 Jahr

Beantwortet von cisco112 vor 1 Jahr

  • Gelöst
  • Archiviert

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 … (Lesen Sie mehr)

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.

Gefragt von jehovahs-servant vor 1 Jahr

Beantwortet von jehovahs-servant vor 1 Jahr

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… (Lesen Sie mehr)

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.

Gefragt von queiroz_eva vor 1 Monat

  • Archiviert

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 … (Lesen Sie mehr)

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; }

Gefragt von Slouch vor 1 Jahr

Letzte Antwort von Slouch vor 1 Jahr

  • Archiviert

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… (Lesen Sie mehr)

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

Gefragt von nadine.vanschoor vor 8 Monaten

Letzte Antwort von Terry vor 8 Monaten

  • Gelöst
  • Archiviert

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.… (Lesen Sie mehr)

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?

Gefragt von j.erbes vor 1 Jahr

Beantwortet von j.erbes vor 1 Jahr

  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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?

Gefragt von Thomas likes to learn vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Archiviert

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… (Lesen Sie mehr)

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).

Gefragt von nm4dgdcs vor 1 Jahr

Letzte Antwort von wedr19 vor 1 Jahr

  • Archiviert

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… (Lesen Sie mehr)

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.

Gefragt von kngiacoboni vor 7 Monaten

Letzte Antwort von jonzn4SUSE vor 7 Monaten

  • Archiviert

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 … (Lesen Sie mehr)

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.

Gefragt von simon_90x vor 1 Jahr

Letzte Antwort von Terry vor 1 Jahr

  • Archiviert

can I update

I am happily running Mac OS 10.13.6 (High Sierra) on my MacBook Pro (mid 2012). This OS allows me to use my many 32 and 64 bit apps and have excellent control of my lapto… (Lesen Sie mehr)

I am happily running Mac OS 10.13.6 (High Sierra) on my MacBook Pro (mid 2012). This OS allows me to use my many 32 and 64 bit apps and have excellent control of my laptop. My bank is saying that my browser (Firefox 88.0.1) needs to be updated. When I check system requirements at mozilla, any newer Firefox claims to need an intel x86 processor INCLUDING the version of Firefox I am now using. My Mac has an intel Core i7 processor. When I click on about Firefox, I'm offered to update to 109.0.1. Will this update actually work for me without losing any functions I already have? Is there a better choice for my Mac and Firefox?

Gefragt von NonoOno vor 11 Monaten

Letzte Antwort von jonzn4SUSE vor 11 Monaten

  • Archiviert

several sites not opening in FF

For some time now FF will not open certain sites that it used to, these sites all open and function normally in other browsers such as Opera. The most important being my … (Lesen Sie mehr)

For some time now FF will not open certain sites that it used to, these sites all open and function normally in other browsers such as Opera. The most important being my online bank! I have contacted the sites involved and they cannot understand why. I have cleared Cache, cookies etc. I'm using FF 88.0 on Ubuntu. Can you help?

Gefragt von brumman vor 1 Jahr

Letzte Antwort von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst

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… (Lesen Sie mehr)

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!

Gefragt von marc.bagnol vor 4 Monaten

Beantwortet von cor-el vor 4 Monaten