Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

Older scrollbar appearance on newer FF version

Hello FF community. I come here for a question, maybe a confirmation (I'm gonna try to be as short as possible ). I'm using for years infamous Aris-t2 customCSS. I'm abo… (funda kabanzi)

Hello FF community. I come here for a question, maybe a confirmation (I'm gonna try to be as short as possible ).

I'm using for years infamous Aris-t2 customCSS. I'm about to "jump" from FF v88 on my desktop to V115.0.3esr. I tested everything on my laptop, and set everything on the customCSS so it looks like my actual V88. It's almost identical, but one thing is bugging me: the scrollbar.

Scrollbar on FF115 isn't the same anymore than in V88 as you can see on the screenshot I posted (test scrbr for V115, scrbr2 for V88). The clean one with "3lines grab button" I actually use is less "eye catchy" than the new one. I've made some researches, and apparently, starting FF V97 about 2 years ago, scrollbar has been change to use W10 "flat like" one, and at FF106+, every older code was apparently removed. I tried to changed a few things in about:config, like "widget.non-native-theme.enabled" or multiple commands about scrollbar, nothing changed.

So I just wanted to know if someone could confirm me that the old scroll bar I use is now impossible to get back, or if there's a command I miss that could do the thing.

Thanks, have a nice day ^^

Asked by Icyderg 1 ihora elidlule

Last reply by zeroknight 48 imizuzu edlule

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 1 inyanga edlule

Last reply by jonzn4SUSE 3 emasontweni adlule

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 1 inyanga edlule

Last reply by jscher2000 - Support Volunteer 1 inyanga edlule

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 1 inyanga edlule

Last reply by Terry 1 inyanga edlule

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… (funda kabanzi)

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?

Asked by NonoOno 4 izinyanga ezidlule

Last reply by jonzn4SUSE 4 izinyanga ezidlule

  • 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 8 izinyanga ezidlule

Last reply by Slouch 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

Update Fire Fox in Linix Mint

My Linix Mint will not auto update. I have down loaded update, but will not update. I have gone into the "Terminal" to update everything, would not update. I have FireFox… (funda kabanzi)

My Linix Mint will not auto update. I have down loaded update, but will not update. I have gone into the "Terminal" to update everything, would not update. I have FireFox 88 and need to get 107 on my system so I can access some sites. Any help would be great.

Thank you Paul

Asked by 21p.r.p26 8 izinyanga ezidlule

Last reply by TyDraniu 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

Disable "Confirm Upload" dialog

I would like to disable the "Confirm Upload" dialog when uploading files on a web page. I need to do a lot of uploading and confirming every time is really hampering my w… (funda kabanzi)

I would like to disable the "Confirm Upload" dialog when uploading files on a web page. I need to do a lot of uploading and confirming every time is really hampering my work flow, especially since I can't even confirm with a keystroke.

Is there a config setting or option to disable this on a per site or global manner? I can't find any info in all my searches.

Thanks

Asked by drzuboc 8 izinyanga ezidlule

Last reply by TyDraniu 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

Can't delete an account for which I no longer have the email address

I'm sure I'm not alone in having an old email address stripped off the server when changing broadband supplier. Unfortunately, most services use email as user ID, hence … (funda kabanzi)

I'm sure I'm not alone in having an old email address stripped off the server when changing broadband supplier. Unfortunately, most services use email as user ID, hence I have an old F'fox a/c - my first - for which I have long since forgotten the password, which uses just such an email. As a consequence, I can neither change the email nor delete the a/c - F'fox seems to insistst on a user knowing a/c password in order to change email (understandable), or delete the a/c (slightly less understandable). So it 'helpfully' tries to send a password re-set link to ........the a/c email, which of course no longer exists & thus I cannot access. May be just my (mis)perception, but because this was my first a/c, F'fox seems to default to the now inaccessible a/c - one reason why I wish to delete it. Is there another method whereby I can delete this old a/c, or is it doomed to wander the ether for eternity?

Asked by bill.crane 10 izinyanga ezidlule

Last reply by cor-el 10 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 10 izinyanga ezidlule

  • 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 11 izinyanga ezidlule

Answered by jscher2000 - Support Volunteer 11 izinyanga ezidlule

  • 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

  • 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