User Tools

Site Tools


notes:firefox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
notes:firefox [2023/07/04 05:05] Sean Rhonenotes:firefox [2023/10/30 09:28] Sean Rhone
Line 1: Line 1:
 ====== Info ====== ====== Info ======
  
-  * Old notes on how to configure Firefox on Linux+  * Notes on how to configure Firefox 
 + 
 +====== about:config ====== 
 + 
 +===== Hardware-specific ===== 
 + 
 +  * ''40'' is a good starting point for ''mousewheel.min_line_scroll_amount''; make sure smooth scrolling is enabled 
 + 
 +<code>layout.frame_rate</code> 
 + 
 +<code>mousewheel.min_line_scroll_amount</code> 
 + 
 +===== true ===== 
 + 
 +<code>layers.acceleration.force-enabled</code> 
 + 
 +<code>extensions.screenshots.disabled</code> 
 + 
 +===== false ===== 
 + 
 +<code>extensions.pocket.enabled</code>
  
 ====== Mozilla Firefox ====== ====== Mozilla Firefox ======
Line 41: Line 61:
  
 <code> <code>
-/********************* 
- * Hardware-specific * 
- *********************/ 
- 
-user_pref("layout.frame_rate", 144); 
- 
-/************************* 
- * Hardware Acceleration * 
- *************************/ 
- 
-user_pref("layers.acceleration.force-enabled", true); 
  
 /********* /*********
Line 60: Line 69:
 user_pref("media.ffvpx.enabled", false); user_pref("media.ffvpx.enabled", false);
 user_pref("media.rdd-vpx.enabled", false); user_pref("media.rdd-vpx.enabled", false);
-user_pref("media.hardware-video-decoding.force-enabled", true); +user_pref("media.hardware-video-decoding.force-enabled", true);</code>
- +
-/************** +
- * Dark Theme * +
- **************/ +
- +
-user_pref("browser.in-content.dark-mode", true); +
-user_pref("ui.systemUsesDarkTheme", 1); +
- +
-/*********** +
- * General * +
- ***********/ +
- +
-user_pref("extensions.screenshots.disabled", true); +
-user_pref("reader.parse-on-load.enabled", false); +
- +
-user_pref("webgl.disabled", true); +
-user_pref("webgl.enable-webgl2", false); +
-user_pref("accessibility.force_disabled", 1); +
-user_pref("mousewheel.min_line_scroll_amount", 40); +
-user_pref("browser.tabs.drawInTitlebar", true); +
-user_pref("network.standard-url.escape-utf8", false); +
- +
-/*********** +
- * Privacy * +
- ***********/ +
- +
-user_pref("network.security.esni.enabled", true); +
- +
-/******* +
- * U2F * +
- *******/ +
- +
-user_pref("security.webauth.u2f", true); +
- +
-/******* +
- * VPN * +
- *******/ +
- +
-user_pref("network.dns.disableIPv6", true); +
-user_pref("media.peerconnection.enabled", false); +
- +
-/******* +
- * END * +
- *******/</code>+
  
 ==== Apply Settings ==== ==== Apply Settings ====
Line 146: Line 111:
 === Custom 3rd-party filters === === Custom 3rd-party filters ===
  
-  * Last updated: 2023/07/04+  * Last updated: 2023/07/10
  
 <code> <code>
Line 153: Line 118:
 https://www.fanboy.co.nz/fanboy-antifacebook.txt https://www.fanboy.co.nz/fanboy-antifacebook.txt
 https://www.fanboy.co.nz/fanboy-cookiemonster_ubo.txt https://www.fanboy.co.nz/fanboy-cookiemonster_ubo.txt
-https://www.fanboy.co.nz/enhancedstats.txt +https://www.fanboy.co.nz/enhancedstats.txt</code>
-https://www.fanboy.co.nz/fanboy-antifonts.txt</code>+
  
 ===== Testing Sites ===== ===== Testing Sites =====
/var/www/wiki/data/pages/notes/firefox.txt · Last modified: 2023/12/20 02:43 by Sean Rhone