firefox_web_browser
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| firefox_web_browser [2026/03/08 09:28] – removed - external edit (Unknown date) 127.0.0.1 | firefox_web_browser [2026/04/08 08:30] (current) – mike | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Firefox Web Browser ====== | ||
| + | Tips, tricks, tweaks, fixes and anything else related to the [[https:// | ||
| + | |||
| + | ===== Tweaks ===== | ||
| + | ==== Page Cache Fix ==== | ||
| + | **Issue:** Firefox is ridiculous when it comes to caching web pages, to the point that when a particular page’s content changes, the browser doesn’t even notice. | ||
| + | |||
| + | Some examples of scenarios where you might see this behavior are: | ||
| + | |||
| + | * Logging into a web site that has a dynamic menu, but the menu doesn’t update accordingly after logging in | ||
| + | * Sites with “bookmark” pages or other lists that you can add things to, but the lists don’t seem to update afterwards | ||
| + | |||
| + | This is my #1 complaint with Firefox since migrating to it from Chrome back in 2020 – their caching is off the rails. | ||
| + | |||
| + | * Type about: | ||
| + | * Acknowledge the “Accept the Risk and Continue” button | ||
| + | * Paste **browser.cache.check_doc_frequency** into the search box and click the pencil button on the right side | ||
| + | * Change the value to 1 and click the checkbox | ||
| + | |||
| + | My extensive testing so far has been very positive, thankfully. | ||
| + | |||
| + | ==== Disable Backspace -> Previous Page Function ==== | ||
| + | **Issue:** Hitting the backspace key takes you to the previous web page. Whose drug-addled idea was this? Nothing is more annoying than having to hit backspace to correct some typing faux pas (some of us have to do it more often than others) and suddenly finding yourself on the previous web page. I have been browsing the internet for roughly 3 decades now and I have yet to find a reasonable use case for this feature. | ||
| + | |||
| + | * Type about: | ||
| + | * Acknowledge the “Accept the Risk and Continue” button | ||
| + | * Paste **browser.backspace_action** into the search box and click the pencil button | ||
| + | * Change the value to 2 and click the checkbox. | ||
| + | |||
| + | You’re welcome. | ||
| + | |||
| + | ==== Disable Download Popup ==== | ||
| + | **Issue:** Initiating a download/ | ||
| + | |||
| + | * Type about: | ||
| + | * Acknowledge the “Accept the Risk and Continue” button | ||
| + | * Paste **browser.download.alwaysOpenPanel** into the search box and click the pencil button | ||
| + | * Set the value of browser.download.alwaysOpenPanel to **false** | ||
| + | |||
| + | ==== Disable Crash Recovery ==== | ||
| + | **Issue:** Firefox restores (or at least tries to) open tabs after a controlled reboot or system crash. | ||
| + | |||
| + | * Type about: | ||
| + | * Acknowledge the “Accept the Risk and Continue” button | ||
| + | * Paste **browser.sessionstore.resume_from_crash** into the search box and click the pencil button | ||
| + | * Set the value of browser.sessionstore.resume_from_crash to **false** | ||
| + | |||
| + | ==== Disable QUIC ==== | ||
| + | **Issue:** Google search results take FOREVER to load. This aggravated me so much that I finally fired up a packet capture to see what was going on. Lo and behold, I found that Firefox is now attempting to communicate w/ Google via **QUIC**, a supposedly faster option than communicating over TCP. I dug around and found that we can force the browser to go back to TCP via disabling http3 (allegedly the future of the internet but, from where I’m sitting, I’m not buying it). Mikey’s rule #1 – if it’s working, don’t try to fix it. So let’s “unfix” this issue… | ||
| + | |||
| + | * In about: | ||
| + | |||
| + | Enjoy the speedy search results. | ||
| + | |||
| + | ==== Copy Is (Still) Broken ==== | ||
| + | **Issue:** Highlighting information on a web page, followed by right-clicking, | ||
| + | |||
| + | I thought I had this fixed but it no worky. | ||
| + | |||
| + | ==== Disable Tab Preview " | ||
| + | **Issue:** Firefox pops up preview balloons when you hover over a browser tab. You say picky, I say annoying. | ||
| + | |||
| + | *In the normal place, search for **browser.tabs.hoverPreview.enabled** and mark it **false**. | ||
| + | |||
| + | <color red> | ||
| + | |||
| + | ==== Disable " | ||
| + | * In about: | ||
| + | |||
| + | ---- | ||
| + | ===== Browser Management ===== | ||
| + | ==== Disabling Application Updates ==== | ||
| + | Create a **policies.json** file with the following contents: | ||
| + | <file json policies.json> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | Based on the operating system involved, save this file at the following location: | ||
| + | * **Windows** - '' | ||
| + | * **MacOS** - ''/ | ||
| + | * **Linux** - ''/ | ||
| + | |||
| + | ==== Moving To Another Machine (Windows) ==== | ||
| + | - Within the browser, go to '' | ||
| + | - On the resulting screen, locate the **Profile Folder** and click the **Open Folder** button. | ||
| + | - The profile folder will open within File Explorer. | ||
| + | - Find the folder noted in the previous step and copy it in its entirety to a USB stick or network drive share. | ||
| + | - On the new machine, perform steps 1-3 above. | ||
| + | - Make sure Firefox is closed, then rename the existing profile directory to something else. | ||
| + | - Copy the saved Profile directory to this location, making sure to rename it to match the profile name the new machine is expecting. | ||
| + | - Navigate to the profile directory in File Explorer and either delete or rename the following files: '' | ||
| + | - Start the browser; it should reflect how it was set up in the previous location. | ||
