Showing questions tagged: اعرض كل الأسئلة
  • حُلّت
  • المُؤرشفة

How do I lock bookmarks on the bookmark tool bar?

I'm a gamer and alt+tab considerably often. Most of the time I end up on FireFox because I need to look at a map or browse reddit while I'm in queue. However, whenever I … (read more)

I'm a gamer and alt+tab considerably often. Most of the time I end up on FireFox because I need to look at a map or browse reddit while I'm in queue. However, whenever I alt+tab frequently a bookmark will get selected as if I am clicking and dragging. The bookmarks on the bookmark tool bar always end up in different places. Is there a way to lock these links in place so I can't move them or do I have to resign myself to fixing it every day?

Asked by Vileynye 1 year ago

Answered by Vileynye 1 year ago

  • حُلّت
  • المُؤرشفة

How to create a Windows 10 desktop shortcut which starts a new instance of Firefox with a specific URL

Preamble: for most of the day I have Firefox open with several tabs. For a specific project I want Firefox open with one tab showing a specific webpage. At the same time … (read more)

Preamble: for most of the day I have Firefox open with several tabs. For a specific project I want Firefox open with one tab showing a specific webpage. At the same time I don't want to delete the existing tabs in the existing instance of Firefox - I want to keep them running in the background. Question: how do I create a desktop shortcut which opens a new single instance of Firefox with a single tab showing a specific URL ?

Asked by pacman101 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • حُلّت
  • المُؤرشفة

The mouse-left click button does not work since last two updates

The mouse-left click button does not work since last two updates! The link is OK, floating menu with right click can open it in new tab, but left-click on buttons, divs,… (read more)

The mouse-left click button does not work since last two updates!

The link is OK, floating menu with right click can open it in new tab, but left-click on buttons, divs, links is dead for a while

Something was changed in Firefox in the wrong direction.

Please help

Asked by mesasartworks 1 year ago

Answered by mesasartworks 1 year ago

  • حُلّت
  • المُؤرشفة

Stop new tabs from being focused

On some websites (namely, twitter), middle clicking a post opens it in a new tab. However, whenever this happens, the new tab is always focused, is there a way to prevent… (read more)

On some websites (namely, twitter), middle clicking a post opens it in a new tab. However, whenever this happens, the new tab is always focused, is there a way to prevent this from happening?

This does not occur on websites such as Youtube.com, where middle clicking a video opens it in a new tab, but does not focus it. This is the preferred result.

Likewise, when middle clicking a bookmark, the newly created tab is also immediately focused. Is this preventable aswell?

Thank you for your time.

Asked by suliman_H 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

Login not possible anymore on Letterboxd.com and other websites since update to FF 104

Hello, This issue might or might not be related to [other issue] I have since I updated Ubuntu 20.04 to 22.04 and therefore updated my Firefox to 104. I can't login anym… (read more)

Hello, This issue might or might not be related to [other issue] I have since I updated Ubuntu 20.04 to 22.04 and therefore updated my Firefox to 104. I can't login anymore on Letterboxd since the update. It's not a problem of username or password. When I click "Sign in", nothing happens except a page refresh, but I'm still not logged in. Other strange behaviour on that site since the update: most of the images don't appear. For example on this page : https://letterboxd.com/films/# all the movie covers are just blank.

The website does work properly when using Firefox in private mode though (both login and images work fine), so this makes me think it's related to my other issue mentioned above.

OS: Ubuntu 22.04 Firefox 104.0.2

EDIT after posting this question: I just found out that I can't login on Google either. I enter my username, password, then it asks me to validate on another apparel that it's really me, which I do, and nothing happens so I can't login. It works normally in private mode.

Asked by vanecx 1 year ago

Answered by jonzn4SUSE 1 year ago

  • حُلّت
  • المُؤرشفة

Profile refuses to transfer correctly to new computer

This computer is about to crash so I have a laptop backup. I have copied my Firefox profile before from my last computer to this one that is crashing without issues at al… (read more)

This computer is about to crash so I have a laptop backup. I have copied my Firefox profile before from my last computer to this one that is crashing without issues at all. It copied all of my bookmark data, settings, logins, themes, add-ons, etc last time. This time it refuses to read any of the files copied. No add-ons, no bookmarks no nothing. I need this taken care of ASAP as this comptuer is on it's way down and the monitor likely only has days left the way it's running. Why does copying profiles no longer work? I know how to do it and I did the exactly the same as I did before. It's been an hour fighting with it and nothing is working. I need this done ASAP.

Asked by jen26 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • حُلّت
  • المُؤرشفة

can't open search in new tab

Running WIN10. I have used FF w Google for about 20 years, and always had new searches open in same window, new tab. Following recent refresh of FF, that seems to be not … (read more)

Running WIN10. I have used FF w Google for about 20 years, and always had new searches open in same window, new tab. Following recent refresh of FF, that seems to be not possible. Links open in new tab, but not searches. In about:config the browser.search.openintab setting is True

I have closed and reopened FF, and closed and reopened WIN10.

What might be over-riding this? Many thanks!

Asked by alexander4612 1 year ago

Answered by alexander4612 1 year ago

  • حُلّت
  • المُؤرشفة

Expired cookie breaks Azure AD B2C auth (with Blazor and MSAL)

Hi all, is expired cookies management changed lately? Authentication doesn't work anymore in following use case. Question is all about FF for windows, while usually I'm o… (read more)

Hi all, is expired cookies management changed lately? Authentication doesn't work anymore in following use case. Question is all about FF for windows, while usually I'm on FF Android, Edge and Chrome for Windows and all these browsers are working correctly.

My working web app (static blazor wasm standalone) is interactively authenticating in Azure AD B2C using Microsoft.Authentication.WebAssembly.Msal library (like MSAL.js), API is an Azure Function protected through AAD B2C.

Login request successfully invokes Signin/Signup B2C flow with popup to myb2ctenant.b2clogin.com but breaks navigating to auth protected pages or backend apis.

From DevTools I see that every request to following b2c endpoints sets an expired cookie (expired 10 years before, year is now 2012):

When user clicks login: GET /myb2ctenant.onmicrosoft.com/b2c_1_sinsup/v2.0/.well-known/openid-configuration

Returning from login confirmation: GET /myb2ctenant.onmicrosoft.com/B2C_1_SInSUp/api/CombinedSigninAndSignup/confirmed?rememberMe=false&csrf_token=xxx

for example: Set-Cookie: x-ms-cpim-trans=; domain=myb2ctenant.b2clogin.com; expires=Fri, 14-Sep-2012 12:46:46 GMT; path=/; SameSite=None; secure; HttpOnly

FF registers this warning in console:

Cookie “x-ms-cpim-trans” has been rejected because it is already expired

Following when MSAL execute a request to /myb2ctenant.onmicrosoft.com/b2c_1_sinsup/oauth2/v2.0/authorize?xxxx

Response always contains:

Location: https://blazorapp.xx.web.core.windows.net/authentication/login-callback#error= interaction_required&error_description=AADB2C90077%3a+User+does+not+have+an+existing+session+and+request+prompt+parameter+has+a+value+of+%27None%27.%0d%0a

All other browsers are working... Thanks in advance for any help

Asked by croma 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • حُلّت
  • المُؤرشفة

Hide / Disable saved logins Dropdown

Hey guys, is it possible to disable the "saved logins" dropdown, whenever a password/email field gets focus? (see image) I've already disabled "Autofill logins and pass… (read more)

Hey guys,

is it possible to disable the "saved logins" dropdown, whenever a password/email field gets focus? (see image)

I've already disabled "Autofill logins and passwords", but that just disables not directly autofilling the field.

I want to disable this field, since I can still use saved logins via right click "use saved password", which i prefer.

Its no form field, i've already checked that + it occurs on all login pages.


The only options i've found where: "signon.showAutoCompleteOrigins" - hides from which website and "signon.showAutoCompleteFooter", which hides the lower part with "view saved logins"

Is there a way to disable this Dropdown completly, without loosing the auto save/ask to save new passwords?

Kind Regards


Firefox 104.0.1 (64-bit) - Fresh install (just imported logins)

Asked by Dschogo 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

Firefox: How to hide mouse pointer while typing?

I have turned on Hide pointer while typing in Mouse Properties, see pic. It works in Notepad, but not in Firefox. Mouse Properties can be accessed from Windows Settings … (read more)

I have turned on Hide pointer while typing in Mouse Properties, see pic. It works in Notepad, but not in Firefox.

Mouse Properties can be accessed from Windows Settings > Bluetooth & devices > Mouse. Here click on Additional mouse settings.

Asked by Jonnae 1 year ago

Answered by Jonnae 1 year ago

  • Locked
  • المُؤرشفة

Unable to type a "space"

When typing comments on a web blog, after the spacebar is used, the first letter of the next word eliminates the previously typed space. So what I end up with is all word… (read more)

When typing comments on a web blog, after the spacebar is used, the first letter of the next word eliminates the previously typed space. So what I end up with is all words in a sentence running together. Tried other browsers and they work fine. Changed keyboard as well no joy. Typing is normal in applications like adobe, word, etc..... Only happens during Firefox use......... Uninstalled and reinstalled Firefox, also no help..... How do I fix ?

Asked by doej79779 1 year ago

Last reply by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

.pdf is always opening as a download and file in new version Windows 10, 104

Hi! In Windows 10 new version 104, .pdf are opening as a download as well as a file. I checked settings, and it still shows that .pdf should open as a file. How do I keep… (read more)

Hi! In Windows 10 new version 104, .pdf are opening as a download as well as a file. I checked settings, and it still shows that .pdf should open as a file. How do I keep it from becoming a download?

See image to see what is happening. This did not happen with any of the older versions.

Thank you so very much for your help!! T.S.

Asked by ToSt 1 year ago

Answered by ToSt 1 year ago

  • حُلّت
  • المُؤرشفة

Why do cookies persist after clicking "Clear Data"?

Hi Mozilla community, The Developer Tools -> Storage -> Cookies pane shows cookies currently being stored by Firefox. If I close my browser, these cookies are au… (read more)

Hi Mozilla community,

The Developer Tools -> Storage -> Cookies pane shows cookies currently being stored by Firefox.

If I close my browser, these cookies are automatically deleted. However, if I follow the steps on [1], the cookies are still there, and don't get deleted. *Why?*

Thanks in advance!

Steps to reproduce:

- Start a new Firefox session
- Open Developer Tools -> Storage -> Cookies and see that the list is empty
- Go to youtube.com and click Accept All on the cookies popup
- Developer Tools -> Storage -> Cookies now shows a cookie from YouTube, as per the attached screenshot
- Go to Settings->Privacy & Security->Cookies and Site Data -> Clear Data -> Clear
- Go back to Developer Tools -> Storage -> Cookies and click on the refresh icon
- The YouTube cookie is still there
- However either of the following actions will correctly delete this cookie:

1) closing firefox (with Always Use Private Browsing Mode enabled) 2) manually deleting the cookie from the list in Developer Tools -> Storage -> Cookies


[1] https://support.mozilla.org/en-US/kb/clear-cookies-and-site-data-firefox

Asked by tomchopin 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

Yoututbe comments not being displayed

Youtube comments are not showing up. Youtube live chat works fine. Issue started happening recently on both my PC and laptop. I checked other browsers and this issue does… (read more)

Youtube comments are not showing up. Youtube live chat works fine. Issue started happening recently on both my PC and laptop. I checked other browsers and this issue doesn't exist there.

Asked by nihal.voldemot 1 year ago

Answered by jonzn4SUSE 1 year ago

  • حُلّت
  • المُؤرشفة

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

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

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

PRIVACY: The Big Lie

You will tell me why Mozilla Firefox, a browser that claim to protect our privacy, is PERMANENTLY connected to Amazon servers. Even If I try to block the connections wit… (read more)

You will tell me why Mozilla Firefox, a browser that claim to protect our privacy, is PERMANENTLY connected to Amazon servers.

Even If I try to block the connections with a Firewall, it's useless, because the next time I start it, it still connects to Amazon using diffferent IP address, even if the starting page is totally blank.

It is not about keeping firefox up-to-date, because when I manually start the search for an update, Firefox establish a new connection: Mozilla REALLY want my browser to SEND datas to Amazon, which is one of the worst company when we talk about collecting personnal informations, just like Google, which Firefox also use, but it's less dramatic since I can decide to not use that feature.

So, like I wrote, I try to block Amazon IP addresses: The result is that I can't access extensions store, but that's still not the use of these servers, since even If It's blocked, Amazon still appears in Established connections, and it's not about Search: Indeed, Amazon appears in a list of engines we can use ( if we want it ), but it's un-checked, and I use a different search engine, so what's left now, since there's apparently no reason at all for these connections to happen.

Here's my theory: Mozilla need money to survive, so it sell informations about its users to Amazon, and that's why it's so important to keep these connections alive.

The fact that we're forced to connect to Amazon servers shows that it's not necessary and that whatever the reason you ive me (update, protection...), it's probably (obviously) not the truth.

Waiting for a real answer !



I

Asked by SmilieX 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • حُلّت
  • المُؤرشفة

Text overlapping on table content

I got this issue when tried to read some API document provided by a marketplace that i have project with. I tried on another browser and it shown normal, not a single tex… (read more)

I got this issue when tried to read some API document provided by a marketplace that i have project with. I tried on another browser and it shown normal, not a single text is overlapping. I've tried some suggestion on another topic to pick No Style on Page Style menu (View -> Page Style -> No Style) but it got more messed up and tried changing font size but still got no improvement. Helpp me pls~

Asked by Gwick 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة
  • حُلّت
  • المُؤرشفة

Keyboard shortcut to switch focus to bookmarks toolbar

Is there currently a keyboard shortcut to switch the focus to the Bookmarks Toolbar? If not, are there any plans to add one? If not, I would like to request that funct… (read more)

Is there currently a keyboard shortcut to switch the focus to the Bookmarks Toolbar?

If not, are there any plans to add one?

If not, I would like to request that functionality.

Thanks, Rick

Asked by regapal 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

PX to pixel display ratio

I use HTML files to create images for a tile based game we play. 6 months ago I was able to create a table with collapsed borders and 0px padding, margins, and borders, … (read more)

I use HTML files to create images for a tile based game we play. 6 months ago I was able to create a table with collapsed borders and 0px padding, margins, and borders, then draw my image with 207 x 207 JPEG TDs in multiple TR rows, then place another GIF image over all the JPEGs with transparent edges. Doing this for a table that was 6 tiles (207px) wide and 4 tiles deep, at ctrl 0, displayed a Firefox combined image that was exactly 1242px x 828px that was completely visible on 24 inch 1920 x 1080 DELL monitor. This allowed me to right click an empty space on my Firefox screen and select Take Screenshot to click on the GIF overlay image and capture that image with all of the tiles that were behind its transparent edges.

For some reason, I have no idea why, my 207px by 207px tile images are now being displayed as 282px by 282px at ctrl 0, and the overall image is now too large to fit on the screen, so taking a screenshot of the proper sized image is no longer possible. For example, at ctrl- ctrl-, the tile images are 221 pixels square, which should be 1326 pixels wide for 6 tiles, but my 1242px wide GIF file displays at 1330 pixels wide, probably due to some kind of rounding error.

I was able to use about:config and change layout.css.devPixelsPerPx from -1.0 to 0.74 and it did solve the problem. But it does so with a lot of warning for changing that default value!

So my question is simple: how does Firefox, on Windows 10, determine its screen pixel to Image px relationship? I need to know what to look at for the proper way to get my px to pixel ratio back to 1 to 1.

This is what the working image looks like while designing the center scoreboard tile https://user-media-prod-cdn.itsre-sumo.mozilla.net/uploads/images/2022-08-23-13-36-34-2fa67f.png

and this is what the final image looks like when you take a screenshot of the image https://user-media-prod-cdn.itsre-sumo.mozilla.net/uploads/images/2022-08-23-13-36-53-beae42.png

Asked by sandy50 1 year ago

Answered by cor-el 1 year ago