Bookmarks menu

Since adding the recent updates for Mozilla my Bookmarks menu which was on the left side is gone. Using F10 or Ctrl does not work. Please tell me how to get it back to th… (மேலும் படிக்க)

Since adding the recent updates for Mozilla my Bookmarks menu which was on the left side is gone. Using F10 or Ctrl does not work. Please tell me how to get it back to the left side of the screen

Asked by donm1330 5 நாட்கள் முன்பு

Last reply by jscher2000 - Support Volunteer 5 நாட்கள் முன்பு

Browser tabs do not reopen at new start of Firefox

After having created a couple of tab groups with some of the numerous tabs that were already open in my browser (Firefox, of course) and then closing and reopening the br… (மேலும் படிக்க)

After having created a couple of tab groups with some of the numerous tabs that were already open in my browser (Firefox, of course) and then closing and reopening the browser shortly after, no tabs at all reopened even though this is my normal setting for Firefox: open all previous tabs when opening firefox. This setting had always worked before - as it does now with the new tabs. However, all my previous tabs as well as the freshly created groups have vanished. Do you have an explanation and ideally a way of recovering the tabs - or the groups at least? Thank you very much. Kind regards, Kerstin

Asked by ka-emge 6 நாட்கள் முன்பு

Last reply by jscher2000 - Support Volunteer 5 நாட்கள் முன்பு

samagra id portal nhi chal rha

This site can’t provide a secure connectionsamagra.gov.in uses an unsupported protocol. ERR_SSL_VERSION_OR_CIPHER_MISMATCH ye a rha hai … (மேலும் படிக்க)

This site can’t provide a secure connectionsamagra.gov.in uses an unsupported protocol. ERR_SSL_VERSION_OR_CIPHER_MISMATCH

ye a rha hai

Asked by ARSH KHAN 6 நாட்கள் முன்பு

Last reply by jscher2000 - Support Volunteer 6 நாட்கள் முன்பு

something is wrong

JavaScript option not available in settings

Asked by VivoY58 V2355. 1 வாரத்திற்கு முன்பு

Last reply by Mark 6 நாட்கள் முன்பு

How to completly remove buildt in AI in Firefox

It nags me, that I ain't asked if I want the AI function, you just force it over me without giving me any choice, if I want it.. SO, how to COMPLETELY remove the AI fun… (மேலும் படிக்க)

It nags me, that I ain't asked if I want the AI function, you just force it over me without giving me any choice, if I want it..

SO, how to COMPLETELY remove the AI function in Firefox and Linux Ubuntu..

AI scare me and I definitely don't want ANY of it!!!

Asked by Linnes firefox konto 1 வாரத்திற்கு முன்பு

Last reply by Nightmares 1 வாரத்திற்கு முன்பு

Changing domain address in the password save menu

I can not edit the domain address in the password save section. I can change user name and pw, but not the domain name/address. This is very annoying for sites like twitt… (மேலும் படிக்க)

I can not edit the domain address in the password save section. I can change user name and pw, but not the domain name/address. This is very annoying for sites like twitter that have now changed to x as it's not straight forward and prohibitive to my own saved information and it not allowing me to alter it in the EDIT section. Thank you for any help you can provide.

Asked by ravewaker88 1 வாரத்திற்கு முன்பு

Last reply by TechHorse 1 வாரத்திற்கு முன்பு

Webassembly.compile() doesn't support SharedArrayBuffer in 138

Hello, as per description I noticed that firefox version 138 requires an ArrayBuffer as the argument of WebAssembly.compile() and doesn't allow anymore (like in 137) a S… (மேலும் படிக்க)

Hello,

as per description I noticed that firefox version 138 requires an ArrayBuffer as the argument of WebAssembly.compile() and doesn't allow anymore (like in 137) a SharedArrayBuffer, is this intended or it will be fixed in the future? Follows a simple test case. Kind reagards.


--- index.html --- <title>Example</title> <script> let instance = undefined; async function loadWasm() { try { const response = await fetch('./sum.wasm'); const buffer = await response.arrayBuffer(); const sharedBuffer = new SharedArrayBuffer(buffer.byteLength); const tmpView = new Uint8Array(sharedBuffer); tmpView.set(new Uint8Array(buffer)); const module = await WebAssembly.compile(sharedBuffer); instance = await WebAssembly.instantiate(module); } catch (error) { alert(`failed to compile in wasm: ${error.message}`); } } loadWasm(); function testWasm() { if (instance) alert(`sum 1 + 2 = ${instance.exports.add(1, 2)}`); else alert('invalid instance, failed to compile'); } </script> <button onclick="testWasm()">Press to run wasm function (sum)</button> --- ---

--- sum.wat --- (to convert into .wasm using: wat2wasm sum.wat -o sum.wasm) (module (func $add (param $lhs i32) (param $rhs i32) (result i32) local.get $lhs local.get $rhs i32.add) (export "add" (func $add)) ) --- ---

Asked by Fra 1 வாரத்திற்கு முன்பு

Last reply by TyDraniu 1 வாரத்திற்கு முன்பு

How to empty cache

Empty cache bold text

Asked by david216 2 வாரங்களுக்கு முன்பு

Last reply by Master Gor 2 வாரங்களுக்கு முன்பு

10-13 processes continue to open and bog down everything

Using 2025-04 Cumulative Update Preview for Windows 10 Version 22H2 for x64-based Systems (KB5055612) Firefox 138.0.1 (64-bit) and says it is up todate. I have looked at … (மேலும் படிக்க)

Using 2025-04 Cumulative Update Preview for Windows 10 Version 22H2 for x64-based Systems (KB5055612) Firefox 138.0.1 (64-bit) and says it is up todate. I have looked at the about:config to find the browser.tabs.remote.autostart but it does not exist in the list of processes. I have also unchecked in settings both performance options intermitently to try and correct this problem, but nothing happens: (unchecked) Use recommended performance settings Learn more These settings are tailored to your computer’s hardware and operating system. (Unchecked) Use hardware acceleration when available Nothing pops up to allow choosing a different number as many support articles say. I have AdBlocker running as an add on and turned off the duck duck go privacy essentials and still nothing stops these insane amount of processes clogging up my computer. right now, on this page there is only this tab open and there are 13 processes running. Please send real fix instructions- thank you

Asked by stephanie2 2 வாரங்களுக்கு முன்பு

Last reply by jonzn4SUSE 2 வாரங்களுக்கு முன்பு

Is there a way to disable devtools before the browser is started and without a registry change?

We want to use Firefox on a locked down system. Using the -kiosk command line argument gets us most of the way there. But they still have access to the devtools when t… (மேலும் படிக்க)

We want to use Firefox on a locked down system. Using the -kiosk command line argument gets us most of the way there. But they still have access to the devtools when they hit F12. It appears there are ways to disable devtools after the browser has been started. How can we disable the devtools before the browser is opened and without registry changes?

Asked by eric.frome 2 வாரங்களுக்கு முன்பு

Last reply by mjb 2 வாரங்களுக்கு முன்பு

What setting controls history and bookmarks

Yesterday evening I accidentally clicked on a setting that asked me to stop or deny something and I don't remember what it was. Today my bookmarks and history prior to ye… (மேலும் படிக்க)

Yesterday evening I accidentally clicked on a setting that asked me to stop or deny something and I don't remember what it was. Today my bookmarks and history prior to yesterday evening is gone. Is there a way in the system to go back to yesterday evening and undo whatever I clicked and restore the missing history and bookmarks? I work on MacOS and am using the current version of Firefox 137.0.2 (64-bit)

Asked by islandgypsy36 3 வாரங்களுக்கு முன்பு

Last reply by Moving Company Search 2 வாரங்களுக்கு முன்பு

getting firefox on screen

I can get firefox on screen but have to use the app store to activate it on windows 10 I had it as a default screen can I do this on windows 11

Asked by Frank Todd 4 வாரங்களுக்கு முன்பு

Last reply by jonzn4SUSE 3 வாரங்களுக்கு முன்பு

How do discontinue the preview bar on the right hand of the screen when shopping etc?

I want to discontinue the area that pops up on the right hand of the screen when I attempt to open a subject or somehting I want to examine more closesly

Asked by Ray 3 வாரங்களுக்கு முன்பு

Last reply by jscher2000 - Support Volunteer 3 வாரங்களுக்கு முன்பு