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

userChrome.css - Help With Customizing Tabs (part 2)

Hi All, I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be ve… (funda kabanzi)

Hi All,

I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be vertically centered. Right now, the text is dropping too close to the bottom of the tab.

Had this looking very nice in FF 88 with the same code, as you can see in the attached images, but it seems to render differently in FF 115 ESR and FF 125.

Below is some code I used to style the tabs, but the problem exists without this code as well.

I've also included some "tabs on bottom" code I'm using as well at the very bottom.

Would sure like to get those Classic Toolbar Buttons working again too (shown in the second image), but that will be a later request :)

Any help is appreciated.

Thanks!

/* Highlight non-selected tabs on mouseover */ .tabbrowser-tab:not([selected]):hover .tab-content {

  background-color: #dbe3eb !important;

}

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

}

/* Background color of selected tab */ .tab-background[selected="true"] {

   background-attachment: none!important;
   background-image: none!important;
   background-color: #eef5fc !important;

}

/* Background color of non-selected tab */ tab-background:not([selected]) {

   color: #000000 !important;
   background-color: #c7d3e0 !important;

}

/* Border color & bold text for selected tab */

  1. TabsToolbar .tabbrowser-tab[selected] {
   font-weight: 700 !important;
   color: #000 !important;
   border-top: 1px solid #8698aa !important;
   border-left: 1px solid #8698aa !important;
   border-right: 1px solid #8698aa !important;

}

/* Border color & normal text for non-selected tab */

  1. TabsToolbar .tabbrowser-tab:not([selected]) {
   font-weight: 600 !important;
   color: #000 !important;
   border-top: 1px solid #afc0d2 !important;
   border-left: 1px solid #afc0d2 !important;
   border-right: 1px solid #afc0d2 !important;

}

/* -------------- TABS ON BOTTOM --------------- */ /* TABS: below nav-bar - updated for 89+ | 108+ | 113+ */

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

}

  1. navigator-toolbox #TabsToolbar {
 position: absolute !important;
 bottom: 0;
 /* height: 27px !important; */
 height: 28px !important;
 width: 100vw !important;

}

/* navigator-toolbox - padding */

  • |*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
 position: relative !important; /*89+*/
 padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*adjust*/
 background-color: var(--toolbar-bgcolor) !important;

}

/* TABS: HEIGHT */

  1. tabbrowser-tabs,
  2. tabbrowser-arrowscrollbox,
  3. tabbrowser-tabs .tabbrowser-tab {
 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !important;

}

.tab-stack {

 height: var(--tab-min-height) !important;

}

  1. TabsToolbar {
 height: var(--tab-min-height) !important;
 margin-bottom: 0px !important;
 /* box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*optional*/
 /* background-color: var(--toolbar-bgcolor) !important; */
 color: var(--toolbar-color) !important;

}

/* drag space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {

 width: 40px;

}

/* Override vertical shifts when moving a tab */

  1. navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
 padding-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] #tabbrowser-tabs {
 padding-bottom: unset !important;
 margin-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] > #nav-bar {
 margin-top: unset !important;

}

/* hide indicators and caption buttons */

  1. TabsToolbar .private-browsing-indicator {display: none !important;}
  2. TabsToolbar .accessibility-indicator {display: none !important;}
  3. TabsToolbar .titlebar-buttonbox-container {display: none !important;}
  4. TabsToolbar #window-controls {display: none !important;}

/* -------------- TABS ON BOTTOM --------------- */

Asked by Slouch 7 izinyanga ezidlule

Answered by Slouch 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

cannot find a window i closed today having multiple tabs, using "history" and recently closed tabs/windows (both).

tell me whether i can find a window i closed today having multiple tabs, using "history" and recently closed tabs/windows (both). i especially want to be able to restore … (funda kabanzi)

tell me whether i can find a window i closed today having multiple tabs, using "history" and recently closed tabs/windows (both). i especially want to be able to restore the tab for Institute for the Study of War and its companions. i hope you are warm and rested.


to do my regular research, i have lost three or four (or more) windows with multiple tabs, as a result of my reorganizing tabs. i think of each window with one of its tabs, so these would be, "Emma Loop" (which includes all federal court districts tabs and related info); "Kyle Griffin" (which includes various journalist/news tabs); "emptywheel" (which includes various journalist/news tabs); and other such similar windows whose name ID i don't remember.

restore scares me because it will apply to bookmarks.

i recently began migrating from twitter to mastadon, and wanted to add my regular tabs to mastadon. i moved tabs to keep track, but it seems the tab's parent windows disappeared. i cannot be more clear, because i had a total of about 15 windows with multiple tabs EACH. i regularly exited the program to install updates and because of my settings, all the windows/tabs were saved correctly. this is a great feature.

it takes time to create a window with multiple tabs, and i don't have much of a brain, so it's hard for me to learn new stuff. maybe we can work together to clarify what i need. i just want my "lost" windows/tabs to return to the others so i can continue going forward. i blame this guy - the "new twitter owner" - who has even made changes to UKRAINIANS' account performances. thank you.

Asked by notanotherhero 2 iminyaka edlule

Answered by notanotherhero 1 unyaka odlule

  • 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 3 iminyaka edlule

Answered by cor-el 3 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Full screen border

I use Firefox Developer Edition and recently I noticed a problem when watching videos on any website in full screen mode. As can be seen on the attached image, there is a… (funda kabanzi)

I use Firefox Developer Edition and recently I noticed a problem when watching videos on any website in full screen mode. As can be seen on the attached image, there is a weird pixelated border around the video.

Asked by DayronPL 1 unyaka odlule

Answered by DayronPL 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Cached Web Content Not Clearing

Win 7 Home Premium Firefox Version 101.0.1 'Privacy & Security'->'Cookies and Site Data', 'Clear Data.' When 'Clear Now,' Cached Web Content; is clicked, it does… (funda kabanzi)

Win 7 Home Premium Firefox Version 101.0.1

'Privacy & Security'->'Cookies and Site Data', 'Clear Data.'

When 'Clear Now,' Cached Web Content; is clicked, it does not zero out. (It used to clear completely).

The browser webpage has been refreshed, the browser closed and reopened, and the computer restarted but the cache does not reset.

This issue started on the morning (Pacific time) of June 26-Is this a known glitch or am I missing a detail?

Asked by Buddy2014 2 iminyaka edlule

Last reply by Buddy2014 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox 115.0.2 (64-Bit) on Windows 7

Contrast disappears when I klick 'Login' eg. on 'https://www.elektor.de/'; other browsers are ok. AdGuard on or off makes no difference. Kind Regards [removed email from … (funda kabanzi)

Contrast disappears when I klick 'Login' eg. on 'https://www.elektor.de/'; other browsers are ok. AdGuard on or off makes no difference. Kind Regards [removed email from public]

Asked by klaus178 1 unyaka odlule

Answered by klaus178 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

I am logged off FF, but passwords and addons are still showing

so firefox I am logged out, you can tell where it say "save and sync - sign in". but even though I am not signed in, my passwords and addons are still showing up. how to… (funda kabanzi)

so firefox I am logged out, you can tell where it say "save and sync - sign in". but even though I am not signed in, my passwords and addons are still showing up.

how to fix this

thank you!!

Asked by Rick (Proton) 2 iminyaka edlule

Answered by Rick (Proton) 2 iminyaka edlule

  • Kusonjululiwe

firefox 115.12esr slow to startup

Firefox 115.12esr slow to startup takes up to 10 second to load the first time now Firefox was fine in version 112.esr. to bad Firefox forces updates, even when the updat… (funda kabanzi)

Firefox 115.12esr slow to startup takes up to 10 second to load the first time now Firefox was fine in version 112.esr. to bad Firefox forces updates, even when the update make Firefox worse. https://snipboard.io/QF0ERT.jpg of course it works faster without extensions, that does not mean anything. I would reinstall the older version but Mozilla fixed so we cannot. I do not have time to reinstall all the extension so I am left with a useless Firefox. To bad Firefox does not allow reinstall of extension automatically, a reset of Firefox would also make Firefox useless; I am at a loss to how to continue to support Mozilla and not switch to another browser?

Asked by alannsandiego 5 izinyanga ezidlule

Answered by alannsandiego 5 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox Update 115 (installed today) has caused connection problems

Hi, I have spent hours this morning trying to diagnose a problem with Firefox Update 115. It is Unstable and I can't Stream Music from Youtube or even Amazon Music. Web p… (funda kabanzi)

Hi, I have spent hours this morning trying to diagnose a problem with Firefox Update 115. It is Unstable and I can't Stream Music from Youtube or even Amazon Music. Web pages from sites I use everyday are out of order when displaying text as well. It's a real mess. Now, here's the kicker, I haven't been able to stream my music from both aforementioned websites, but get this, if I use the Incognito Browser, Music streams No Problem. Seems like you guys broke something in the main FF browser. I have spent hours trying to debug this and have concluded that your most recent Update has broken streaming links. I can't rollback the Update and that is even more frustrating. Please Fix This. BTW, your Help Pages really stink. Sorry, but they offer no help when the problem is clearly FF. Kind Regards, Joe White

Asked by seeekerman 1 unyaka odlule

Answered by seeekerman 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Change URL border color when focused

Hi All, I would like to change the url border color when it has the focus to blue. The code below works, except when you press Escape. After hitting Escape, the urlbar… (funda kabanzi)

Hi All,

I would like to change the url border color when it has the focus to blue.

The code below works, except when you press Escape.

After hitting Escape, the urlbar still has the focus but its border changes back to gray. It should remain blue.

I would also like to remove the box-shadow after pressing Escape, when the urlbar is not expanded (to mimic the behavior of FF 88).

The url and search input fields also do the same goofy thing Windows 10 does - the cursor stops blinking after 5 blinks and remains frozen. Any way to remove that behavior and keep the cursor blinking? If not, no big deal, the other stuff above is more important.

Any code suggestions to get that behavior are welcome!

/* set the initial borders of the urlbar and search bar to gray */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set urlbar border to blue when focused */
#urlbar[breakout][breakout-extend] #urlbar-background {
   border-color: #0078d7 !important;
}

Asked by Slouch 7 izinyanga ezidlule

Answered by jscher2000 - Support Volunteer 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Browser improvements

I have noticed for awhile now that when I load my Firefox homepage its keeps taking longer, certainly longer than it used to take. Also, when I load a You-tube video it t… (funda kabanzi)

I have noticed for awhile now that when I load my Firefox homepage its keeps taking longer, certainly longer than it used to take. Also, when I load a You-tube video it takes about a minute for things to work properly. The video and audio are erratic and skipping and simply disjointed for about the first minute, but then after that period of time the You-tube video runs OK, both audio and video. Something seems to be causing those problems recently that I didn't have previously. The problem seems to just keep getting worse also. I would appreciate any input and suggestions that may help the problem. Thank you.

Asked by sciencemagic 1 unyaka odlule

Answered by Infinity__ 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Import profile from old Firefox installation on Win 7 to new installation on Win 10Pro

Can I transfer my existing Firefox profile on the Windows 7 machine to a new installation on a new Win10Pro machine by copying the profile from the "AppData" location ont… (funda kabanzi)

Can I transfer my existing Firefox profile on the Windows 7 machine to a new installation on a new Win10Pro machine by copying the profile from the "AppData" location onto a pen drive, and then copying that into the comparable folder in the new machine.

I assume if I can I will then need to make the copied profile the default one using profile manager?

Asked by lionladysf 11 izinyanga ezidlule

Answered by lionladysf 11 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Hide Tab bar if there is only one tab

Hello! I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows): tab:only-of-type, tab:only-of-type + #tabs-newtab-button { … (funda kabanzi)

Hello!

I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows):

tab:only-of-type, tab:only-of-type + #tabs-newtab-button {

   display: none !important;

}

#tabbrowser-tabs, #tabbrowser-arrowscrollbox, #tabbrowser-tabs > .tabbrowser-arrowscrollbox {
   min-height: 0 !important;

}

Since one of the recent Firefox updates, this code does no longer work. Maybe because there is a new element in the tab bar: A drop-down list at the right.

Any idea how to make the above code work again?

Peter

Asked by peter596 2 iminyaka edlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe

spell check feature

I realize Facebook doesn't have a spell check feature,but is there a way my browser, Firefox, which I already have spell check enabled can somehow spell check Facebook wh… (funda kabanzi)

I realize Facebook doesn't have a spell check feature,but is there a way my browser, Firefox, which I already have spell check enabled can somehow spell check Facebook when I chat? Can someone help? Thank you.

Asked by sciencemagic 4 izinyanga ezidlule

Answered by bodybreak 3 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Desperately need to download a copy of firefox 56.0.2

I have been using Firefox 56.0.2 on Windows 7 for years safely. Until yesterday. We had one of those mini powerouts, that caused problems. My hard drive is failing an… (funda kabanzi)

I have been using Firefox 56.0.2 on Windows 7 for years safely. Until yesterday. We had one of those mini powerouts, that caused problems.

My hard drive is failing and Firefox will no longer fully load, it tries bless it, but some FF files must be in the damaged sectors of the hard drive. It then locks the system. Using Chrome works fine. But some logins/passwords/bookmarks had to be changed very recently and are not stored in the chrome browser yet. I hate chrome so use FF as the main browser.

I'm thinking that if I can install a fresh copy of FF 56.0.2 in a separate folder, a separate 2nd copy of FF, and then copy yesterday mornings backed up FF profile (before the crash) I could at least copy over all the bookmarks etc to Chrome so I can have my logins etc back.

This mornings backup failed to backup some FF files, all others were fine. Firefox worked fine yesterday but failed to launch this morning.

Please help save my sanity. I know I have to move to W 10, but cannot on this computer.

Asked by SueWitch 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Blocked website

Hi I have a website that is being blocked on my friends computer. When I go to the same website it is blocked as well. I have updated the Firefox software but still cant … (funda kabanzi)

Hi I have a website that is being blocked on my friends computer. When I go to the same website it is blocked as well. I have updated the Firefox software but still cant get to the website. It does work on google chrome but I want to use it on Firefox. any help on this?

Here is the website: https://www.microminimus.com

Asked by buzzme 1 unyaka odlule

Answered by buzzme 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Add-ons re-enable themnselves automatically

The problem started recently (perhaps a week ago), after one of the FIrefox updates. WHen I disable an add-on, after several seconds it re-enables itself. All of them, th… (funda kabanzi)

The problem started recently (perhaps a week ago), after one of the FIrefox updates. WHen I disable an add-on, after several seconds it re-enables itself. All of them, the same way, so it is not like it is a problem with one of them. I cleared FF history, cookies etc, still the same problem. I did not do any changes to the computer.


Application Basics


Name: Firefox Version: 104.0.2 Build ID: 20220902153754 Distribution ID: Update Channel: release User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0 OS: Windows_NT 6.1 7601 Launcher Process: Enabled Multiprocess Windows: 1/1 Fission Windows: 1/1 Enabled by default Remote Processes: 18 Enterprise Policies: Inactive Google Location Service Key: Found Google Safebrowsing Key: Found Mozilla Location Service Key: Found Safe Mode: false Memory Size (RAM): 7.7 GB Disk Space Available: 259 GB

Crash Reports for the Last 3 Days


Firefox Features


Name: DoH Roll-Out Version: 2.0.0 ID: doh-rollout@mozilla.org

Name: Firefox Screenshots Version: 39.0.1 ID: screenshots@mozilla.org

Name: Form Autofill Version: 1.0.1 ID: formautofill@mozilla.org

Name: Picture-In-Picture Version: 1.0.0 ID: pictureinpicture@mozilla.org

Name: Web Compatibility Interventions Version: 104.6.0 ID: webcompat@mozilla.org

Name: WebCompat Reporter Version: 1.5.0 ID: webcompat-reporter@mozilla.org

Remote Features


bug-1693420-rollout-sponsored-top-sites-rollout-release-84-100: active bug-1712189-rollout-keep-firefox-up-to-date-even-when-it-is-not-ru-release-90-94: active bug-1766618-rollout-disable-websocket-over-http2-release-91-100: active

Remote Processes


Type: Privileged About Count: 1

Type: Isolated Web Content Count: 11

Type: Extension Count: 1

Type: Preallocated Count: 3

Type: GPU Count: 1

Type: Socket Count: 1

Add-ons


Name: Russian Hunspell dictionary Type: dictionary Version: 1.0.20131101.2webext Enabled: true ID: hunspell-ru@dictionaries.addons.mozilla.org

Name: AdBlock — best ad blocker Type: extension Version: 5.1.1 Enabled: true ID: jid1-NIfFY2CA8fy1tg@jetpack

Name: Adblock for Youtube™ Type: extension Version: 6.0.6 Enabled: true ID: {0ac04bdb-d698-452f-8048-bcef1a3f4b0d}

Name: Adblock Plus - free ad blocker Type: extension Version: 3.14.2 Enabled: true ID: {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}

Name: AdBlocker for YouTube™ Type: extension Version: 0.3.5 Enabled: true ID: jid1-q4sG8pYhq8KGHs@jetpack

Name: AdBlocker Ultimate Type: extension Version: 3.7.19 Enabled: true ID: adblockultimate@adblockultimate.net

Name: Add-ons Search Detection Type: extension Version: 2.0.0 Enabled: true ID: addons-search-detection@mozilla.com

Name: AdGuard AdBlocker Type: extension Version: 4.1.36 Enabled: true ID: adguardadblocker@adguard.com

Name: Amazon.com Type: extension Version: 1.3 Enabled: true ID: amazondotcom@search.mozilla.org

Name: Bing Type: extension Version: 1.3 Enabled: true ID: bing@search.mozilla.org

Name: DuckDuckGo Type: extension Version: 1.1 Enabled: true ID: ddg@search.mozilla.org

Name: eBay Type: extension Version: 1.3 Enabled: true ID: ebay@search.mozilla.org

Name: Google Type: extension Version: 1.2 Enabled: true ID: google@search.mozilla.org

Name: Grammar & Spell Checker — LanguageTool Type: extension Version: 5.4.3 Enabled: true ID: languagetool-webextension@languagetool.org

Name: ImTranslator: Translator, Dictionary, TTS Type: extension Version: 16.24 Enabled: true ID: {9AA46F4F-4DC7-4c06-97AF-5035170634FE}

Name: Multitran popup Type: extension Version: 2.0.0 Enabled: true ID: multitran@flytaly

Name: OneTab Type: extension Version: 1.59 Enabled: true ID: extension@one-tab.com

Name: Scroll To Top Type: extension Version: 4.9.1 Enabled: true ID: jid0-gRmSxW9ByuHwGjLhtXJg27YnZRs@jetpack

Name: To DeepL Type: extension Version: 0.7.0 Enabled: true ID: {db420ff1-427a-4cda-b5e7-7d395b9f16e1}

Name: Undo Close Tab Type: extension Version: 7.5.0 Enabled: true ID: {4853d046-c5a3-436b-bc36-220fd935ee1d}

Name: Wikipedia (en) Type: extension Version: 1.1 Enabled: true ID: wikipedia@search.mozilla.org

Name: Calendar Clarity Type: extension Version: 1.1 Enabled: false ID: {9f88e54c-03a5-47b3-9f79-67be661420e2}

Name: Dictionary Anywhere Type: extension Version: 1.1.0 Enabled: false ID: {e90f5de4-8510-4515-9f67-3b6654e1e8c2}

Name: DuckDuckGo Privacy Essentials Type: extension Version: 2022.8.25 Enabled: false ID: jid1-ZAdIEUB7XOzOJw@jetpack

Name: Multitran Context Menu Search Type: extension Version: 1.22 Enabled: false ID: @multitrancontextmenusearch

Name: Multitran search Type: extension Version: 1.0 Enabled: false ID: {83c9d352-3379-4e8b-b507-ab7cf1062344}

Name: NoSquint Plus Type: extension Version: 62.1 Enabled: false ID: zoomlevelplus@zoomlevelplus.net

Name: Pinned Google Calendar Type: extension Version: 2.2.0 Enabled: false ID: intgcal@egarracingteam.com.ar

Name: Reverso – Translation, dictionary Type: extension Version: 2.2.205 Enabled: false ID: context@reverso.net

Name: S3.Translator Type: extension Version: 6.29 Enabled: false ID: s3@translator

Name: StopAll Ads Type: extension Version: 3.0.5.1952 Enabled: false ID: {6c9d5a11-9d2b-4c10-cd40-61fc083d5001}

Name: Your Package - parcel tracking Type: extension Version: 1.4.9 Enabled: false ID: {610bcb26-5461-4826-a4fe-03c5bc77c0ea}

Name: YouTube Ad Auto-skipper Type: extension Version: 0.5.1 Enabled: false ID: {bd6b8f4a-b0c3-4d61-a0f8-5539d3df3959}

Graphics


Features Compositing: WebRender (Software D3D11) Asynchronous Pan/Zoom: wheel input enabled; scrollbar drag enabled; keyboard enabled; autoscroll enabled; smooth pinch-zoom enabled WebGL 1 Driver WSI Info: EGL_VENDOR: Google Inc. (AMD) EGL_VERSION: 1.5 (ANGLE 2.1.15727 git hash: 23851a53779d) EGL_EXTENSIONS: EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_flexible_surface_compatibility EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_display_semaphore_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_ANDROID_blob_cache EGL_ANDROID_recordable EGL_ANGLE_image_d3d11_texture EGL_ANGLE_create_context_backwards_compatible EGL_KHR_create_context_no_error EGL_KHR_reusable_sync EGL_EXTENSIONS(nullptr): EGL_EXT_client_extensions EGL_EXT_device_query EGL_EXT_platform_base EGL_EXT_platform_device EGL_ANGLE_platform_angle EGL_ANGLE_platform_angle_d3d EGL_ANGLE_device_creation EGL_ANGLE_device_creation_d3d11 EGL_ANGLE_experimental_present_path EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_ANGLE_explicit_context EGL_ANGLE_feature_control IsWebglOutOfProcessEnabled: 1 WebGL 1 Driver Renderer: Google Inc. (AMD) -- ANGLE (AMD, AMD 760G (Microsoft Corporation WDDM 1.1) Direct3D11 vs_4_0 ps_4_0, D3D11-8.14.10.630) WebGL 1 Driver Version: OpenGL ES 2.0.0 (ANGLE 2.1.15727 git hash: 23851a53779d) WebGL 1 Driver Extensions: GL_ANGLE_base_vertex_base_instance GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_explicit_context GL_ANGLE_explicit_context_gles1 GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_get_serialized_context_string GL_ANGLE_get_tex_level_parameter GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_memory_size GL_ANGLE_multi_draw GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_provoking_vertex GL_ANGLE_request_extension GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgb GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_lose_context GL_CHROMIUM_sync_query GL_EXT_EGL_image_external_wrap_modes GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_draw_elements_base_vertex GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_multisampled_render_to_texture GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_no_error GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_compressed_EAC_R11_signed_texture GL_OES_compressed_EAC_R11_unsigned_texture GL_OES_compressed_EAC_RG11_signed_texture GL_OES_compressed_EAC_RG11_unsigned_texture GL_OES_compressed_ETC2_RGB8_texture GL_OES_compressed_ETC2_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture GL_OES_compressed_ETC2_sRGB8_alpha8_texture GL_OES_compressed_ETC2_sRGB8_texture GL_OES_depth24 GL_OES_depth32 GL_OES_draw_elements_base_vertex GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_border_clamp GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_stencil8 GL_OES_vertex_array_object GL_WEBGL_video_texture WebGL 1 Extensions: ANGLE_instanced_arrays EXT_blend_minmax EXT_color_buffer_half_float EXT_float_blend EXT_frag_depth EXT_shader_texture_lod EXT_sRGB EXT_texture_compression_rgtc EXT_texture_filter_anisotropic MOZ_debug OES_element_index_uint OES_fbo_render_mipmap OES_standard_derivatives OES_texture_float OES_texture_float_linear OES_texture_half_float OES_texture_half_float_linear OES_vertex_array_object WEBGL_color_buffer_float WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_depth_texture WEBGL_draw_buffers WEBGL_lose_context WebGL 2 Driver WSI Info: - WebGL 2 Driver Renderer: WebGL creation failed: * tryANGLE (FEATURE_FAILURE_EGL_NO_CONFIG) * Exhausted GL driver options. (FEATURE_FAILURE_WEBGL_EXHAUSTED_DRIVERS) WebGL 2 Driver Version: - WebGL 2 Driver Extensions: - WebGL 2 Extensions: - Direct2D: true Target Frame Rate: 60 DirectWrite: true (6.2.9200.22164) GPU #1 Active: Yes Description: AMD 760G (Microsoft Corporation WDDM 1.1) Vendor ID: 0x1002 Device ID: 0x9616 Driver Version: 8.56.1.16 Driver Date: 4-25-2009 Drivers: atidxx32 atidxx64 atiumdag atiumdva atiumd64 atiumd6a atitmm64 Subsys ID: 00000000 RAM: 0 GPU #2 Active: No RAM: 0 Diagnostics AzureCanvasBackend: direct2d 1.1 AzureCanvasBackend (UI Process): skia AzureContentBackend: skia AzureContentBackend (UI Process): skia AzureFallbackCanvasBackend (UI Process): skia CMSOutputProfile: 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 Display0: 1920x1080@59Hz scales:1.250000|1.250000 DisplayCount: 1 HardwareStretching: both=0 window-only=0 full-screen-only=0 none=0 error=1 GPUProcessPid: 3268 ClearType Parameters: Gamma: 2.2 Pixel Structure: RGB ClearType Level: 100 Enhanced Contrast: 0 Decision Log HW_COMPOSITING: available by default D3D11_COMPOSITING: available by default DIRECT2D: available by default D3D11_HW_ANGLE: available by default GPU_PROCESS: available by default WEBRENDER: available by default disabled by env: Not qualified WEBRENDER_QUALIFIED: available by default blocklisted by env: No qualified hardware WEBRENDER_COMPOSITOR: available by default unavailable by runtime: No DirectComposition usage WEBRENDER_PARTIAL: available by default WEBRENDER_SHADER_CACHE: available by default unavailable by runtime: WebRender disabled WEBRENDER_OPTIMIZED_SHADERS: available by default unavailable by runtime: WebRender disabled WEBRENDER_ANGLE: available by default WEBRENDER_DCOMP_PRESENT: available by default unavailable by env: Requires Windows 10 or later unavailable by runtime: Requires WebRender WEBRENDER_SOFTWARE: available by default WEBGPU: disabled by default: Disabled by default blocked by runtime: WebGPU cannot be enabled in release or beta WINDOW_OCCLUSION: available by default VP8_HW_DECODE: available by default VP9_HW_DECODE: available by default REUSE_DECODER_DEVICE: available by default BACKDROP_FILTER: available by default



Media


Audio Backend: wasapi Max Channels: 2 Preferred Sample Rate: 48000 Roundtrip latency (standard deviation): ... Output Devices Name: Group Speakers (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_10438445&REV_1003\4&2ab41b84&0&0001 Realtek Digital Output (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_10438445&REV_1003\4&2ab41b84&0&0001 Input Devices Name: Group Microphone (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_10438445&REV_1003\4&2ab41b84&0&0001 Line In (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_10438445&REV_1003\4&2ab41b84&0&0001 Stereo Mix (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_10438445&REV_1003\4&2ab41b84&0&0001

Enumerate database

Environment Variables


MOZ_CRASHREPORTER_DATA_DIRECTORY: C:\Users\Gregor\AppData\Roaming\Mozilla\Firefox\Crash Reports MOZ_CRASHREPORTER_EVENTS_DIRECTORY: C:\Users\Gregor\AppData\Roaming\Mozilla\Firefox\Profiles\qh1kfsbs.default-1623362503398\crashes\events MOZ_CRASHREPORTER_PING_DIRECTORY: C:\Users\Gregor\AppData\Roaming\Mozilla\Firefox\Pending Pings MOZ_CRASHREPORTER_RESTART_ARG_0: C:\Program Files\Mozilla Firefox\firefox.exe MOZ_CRASHREPORTER_STRINGS_OVERRIDE: C:\Program Files\Mozilla Firefox\browser\crashreporter-override.ini MOZ_PLUGIN_PATH: C:\Program Files (x86)\Foxit Software\Foxit Reader\plugins\

Experimental Features


about:home startup cache (browser.startup.homepage.abouthome_cache.enabled): false Cookies: SameSite=Lax by default (network.cookie.sameSite.laxByDefault): false Cookies: SameSite=None requires secure attribute (network.cookie.sameSite.noneRequiresSecure): false CSS: Masonry Layout (layout.css.grid-template-masonry-value.enabled): false Developer Tools: Compatibility Panel (devtools.inspector.compatibility.enabled): true Developer Tools: Service Worker debugging (devtools.debugger.features.windowless-service-workers): false Media: JPEG XL (image.jxl.enabled): false Text Recognition (dom.text-recognition.enabled): false Address Bar: show results during IME composition (browser.urlbar.keepPanelOpenDuringImeComposition): false Web API: WebGPU (dom.webgpu.enabled): false WebRTC Global Mute Toggles (privacy.webrtc.globalMuteToggles): false

Remote Experiments


Important Modified Preferences


accessibility.typeaheadfind.flashBar: 0 browser.contentblocking.category: standard browser.download.always_ask_before_handling_new_types: true browser.download.folderList: 2 browser.search.region: US browser.sessionstore.upgradeBackup.latestBuildID: 20220902153754 browser.sessionstore.warnOnQuit: true browser.startup.homepage: about:blank browser.startup.homepage_override.buildID: 20220902153754 browser.startup.homepage_override.mstone: 104.0.2 browser.startup.page: 3 browser.tabs.inTitlebar: 1 browser.urlbar.placeholderName: Google browser.urlbar.placeholderName.private: Google browser.urlbar.quicksuggest.migrationVersion: 2 browser.urlbar.quicksuggest.scenario: offline browser.urlbar.resultGroups: {"children":[{"maxResultCount":1,"children":[{"group":"heuristicTest"},{"group":"heuristicExtension"},{"group":"heuristi browser.urlbar.suggest.engines: false browser.urlbar.suggest.openpage: false browser.urlbar.suggest.quicksuggest.sponsored: false browser.urlbar.suggest.topsites: false browser.urlbar.tipShownCount.searchTip_onboard: 2 doh-rollout.balrog-migration-done: true doh-rollout.doneFirstRun: true doh-rollout.doorhanger-decision: UIOk doh-rollout.home-region: US doh-rollout.mode: 2 doh-rollout.self-enabled: true doh-rollout.uri: https://mozilla.cloudflare-dns.com/dns-query dom.forms.autocomplete.formautofill: true dom.security.https_only_mode_ever_enabled: true extensions.formautofill.creditCards.used: 3 extensions.lastAppVersion: 104.0.2 font.minimum-size.x-western: 14 font.name.monospace.x-western: Tahoma font.name.sans-serif.x-western: Tahoma font.name.serif.x-western: Tahoma font.size.monospace.x-western: 14 gfx.crash-guard.status.wmfvpxvideo: 2 gfx.crash-guard.wmfvpxvideo.appVersion: 93.0 gfx.crash-guard.wmfvpxvideo.deviceID: 0x9616 gfx.crash-guard.wmfvpxvideo.driverVersion: 8.56.1.16 idle.lastDailyNotification: 1664945967 media.autoplay.default: 0 media.gmp-gmpopenh264.abi: x86_64-msvc-x64 media.gmp-gmpopenh264.lastUpdate: 1655506979 media.gmp-gmpopenh264.version: 1.8.1.2 media.gmp-manager.buildID: 20220902153754 media.gmp-manager.lastCheck: 1665003344 media.gmp-manager.lastEmptyCheck: 1665003344 media.gmp-widevinecdm.abi: x86_64-msvc-x64 media.gmp-widevinecdm.lastUpdate: 1652742180 media.gmp-widevinecdm.version: 4.10.2449.0 media.gmp.storage.version.observed: 1 media.hardware-video-decoding.failed: false media.videocontrols.picture-in-picture.video-toggle.enabled: false network.trr.blocklist_cleanup_done: true places.database.lastMaintenance: 1664341169 privacy.cpd.formdata: false privacy.cpd.offlineApps: true privacy.donottrackheader.enabled: true privacy.purge_trackers.date_in_cookie_database: 0 privacy.purge_trackers.last_purge: 1664945968075 privacy.sanitize.pending: [{"id":"newtab-container","itemsToClear":[],"options":{}}] privacy.sanitize.timeSpan: 0 security.remote_settings.crlite_filters.checked: 1656961411 security.remote_settings.intermediates.checked: 1656898409 security.sandbox.content.tempDirSuffix: {eb28580e-c3ba-4dfa-af6e-ce9e2b72b826} services.sync.declinedEngines: tabs services.sync.engine.addresses: true services.sync.engine.addresses.available: true services.sync.engine.creditcards: true services.sync.engine.prefs.modified: false services.sync.engine.tabs: false services.sync.lastPing: 1664981825 services.sync.lastSync: Wed Oct 05 2022 22:00:28 GMT-0400 (Eastern Daylight Time) signon.suggestImportCount: 0 storage.vacuum.last.index: 1 storage.vacuum.last.places.sqlite: 1662785938

Important Locked Preferences


fission.autostart.session: true

Places Database


Accessibility


Activated: false Prevent Accessibility: 0 Accessible Handler Used: true Accessibility Instantiator:

Library Versions


NSPR Expected minimum version: 4.34.1 Version in use: 4.34.1

NSS Expected minimum version: 3.81 Version in use: 3.81

NSSSMIME Expected minimum version: 3.81 Version in use: 3.81

NSSSSL Expected minimum version: 3.81 Version in use: 3.81

NSSUTIL Expected minimum version: 3.81 Version in use: 3.81

Sandbox


Content Process Sandbox Level: 6 Effective Content Process Sandbox Level: 6 Win32k Lockdown State for Content Process: Win32k Lockdown disabled -- Operating system not supported

Startup Cache


Disk Cache Path: C:\Users\Gregor\AppData\Local\Mozilla\Firefox\Profiles\qh1kfsbs.default-1623362503398\startupCache\startupCache.8.little Ignore Disk Cache: false Found Disk Cache on Init: true Wrote to Disk Cache: false

Internationalization & Localization


Application Settings Requested Locales: ["en-US"] Available Locales: ["en-US"] App Locales: ["en-US"] Regional Preferences: ["en-US"] Default Locale: "en-US" Operating System System Locales: ["en-US"] Regional Preferences: ["en-US"]

Remote Debugging (Chromium Protocol)


Accepting Connections: false URL:

Printing


Modified print settings


print_printer: HP LaserJet Professional P1102w (Copy 1) print.more-settings.open: true print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_bgcolor: false print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_bgimages: false print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_duplex: 0 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_edge_bottom: 0 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_edge_left: 0 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_edge_right: 0 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_edge_top: 0 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_footercenter: print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_footerleft: print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_footerright: print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_headercenter: print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_headerleft: print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_headerright: print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_in_color: false print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_margin_bottom: 0 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_margin_left: 0 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_margin_right: 0 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_margin_top: 0 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_orientation: 0 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_page_delay: 50 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_paper_height: 11.4015748031496 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_paper_id: 513 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_paper_size_unit: 0 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_paper_width: 8.5 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_resolution: 600 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_reversed: false print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_scaling: 1 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_shrink_to_fit: true print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_to_file: false print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_unwriteable_margin_bottom_twips: 230 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_unwriteable_margin_left_twips: 230 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_unwriteable_margin_right_twips: 182 print.printer_HP_LaserJet_Professional_P1102w_(Copy_1).print_unwriteable_margin_top_twips: 230

Asked by mgrg 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Lost tabs, found...but

I had two Firefox windows open. One had 100+ tabs open, the other had around 5 open. Like a klutz I accidentally closed the window with the 100+ tabs open instead of the … (funda kabanzi)

I had two Firefox windows open. One had 100+ tabs open, the other had around 5 open. Like a klutz I accidentally closed the window with the 100+ tabs open instead of the other window. Now when Firefox restarts it opens the version with the 5 tabs.  :-( I read about lost tabs in Firefox. I have found a file with the 100+ tabs in it. It is called: upgrade.jsonlz4-20221007134813. But what do I do next to restore Firefox to restart with the 100+ tabs version? Thanks.

Asked by WW13 1 unyaka odlule

Answered by WW13 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox doesn't remember username, but remembers password

On this site: https://www.orange.pl/twojekonto/zaloguj I can't force firefox to remember username (no problem with remembering password on next step). In older Firefox wi… (funda kabanzi)

On this site: https://www.orange.pl/twojekonto/zaloguj I can't force firefox to remember username (no problem with remembering password on next step). In older Firefox without WebEx there was addon which allowed to manipulate forms to prepare proper autocompletion data. This addon is not supported with WebEx anymore due to lack of proper functions. Instead Firefox Dev Team claims that mechanism built in current Firefox is enough for such tasks and mentioned addons are not needed. Seems it is wrong thinking.

I tried different approaches to save username for mentioned site but without success.

Asked by zygdresze1 3 iminyaka edlule

Answered by cor-el 3 iminyaka edlule