This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:browser:firefox [2014/08/27 09:59] gcooper |
internet:browser:firefox [2024/09/26 11:13] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Firefox Internet Browser ====== | ====== Firefox Internet Browser ====== | ||
- | ===== Favorite Add-Ons | + | ===== Firefox Sync ===== |
- | **Lightning** - Calendar | + | **HowTo**: https:// |
- | https:// | + | {{:internet: |
- | **Provider for Google Calendar** - Google Calendar | + | {{ : |
- | https:// | + | ===== Favorite Add-Ons ===== |
**Homepage New Tab** - New Tab Home Page | **Homepage New Tab** - New Tab Home Page | ||
Line 36: | 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(" | ||
+ | </ | ||
+ |