This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:browser:firefox [2016/08/29 14:00] gcooper |
internet:browser:firefox [2024/09/26 11:13] (current) gcooper |
||
---|---|---|---|
Line 3: | Line 3: | ||
===== Firefox Sync ===== | ===== Firefox Sync ===== | ||
- | https:// | + | **HowTo**: |
+ | |||
+ | {{: | ||
+ | |||
+ | {{ : | ||
===== Favorite Add-Ons ===== | ===== Favorite Add-Ons ===== | ||
Line 32: | Line 36: | ||
https:// | https:// | ||
+ | |||
+ | ===== Search ===== | ||
+ | |||
+ | To keep the cursor focus from jumping to the address bar: | ||
+ | |||
+ | - In a new tab, type or paste '' | ||
+ | - In the search box in the page, type or paste '' | ||
+ | - Double-click the '' | ||
+ | |||
+ | ===== High CPU Utilization ===== | ||
+ | |||
+ | Disable '' | ||
+ | |||
+ | **Firefox -> Options -> Advanced -> deselect the option '' | ||
+ | |||
+ | < | ||
+ | --disable-gpu | ||
+ | </ | ||
+ | |||
+ | ==== All Users ==== | ||
+ | |||
+ | :!: This is **very important for RDS servers**. | ||
+ | |||
+ | === mozilla.cfg === | ||
+ | |||
+ | :!: The mozilla.cfg file needs to start with a comment line since this line will be skipped. | ||
+ | |||
+ | < | ||
+ | // place this file, including comments, in the installation directory with firefox.exe | ||
+ | |||
+ | // Smooth Scrolling Disabled | ||
+ | lockPref(" | ||
+ | |||
+ | // Disable GPU hardware accelleration | ||
+ | lockPref (" | ||
+ | lockPref (" | ||
+ | </ | ||
+ | |||
+ | === local-settings.js === | ||
+ | |||
+ | < | ||
+ | // place this file in the defaults/ | ||
+ | pref(" | ||
+ | pref(" | ||
+ | </ | ||
+ |