Firefox Cheatsheet
☰ Table of Content
Customization and shortcuts I use.
about:config
| Customization | Entry |
|---|---|
| > 4 rows of Top Sites on new tab page | browser.newtabpage.activity-stream.topSitesRows |
| Enable backspace for page back | browser.backspace_action = 0 (default 2) |
| Enable compact mode in Customize (ver. 89) | browser.compactmode.show = true (default false) |
| Disable full screen warning message | full-screen-api.warning.timeout = 0 (default 3000) |
Desktop shortcut
| Action | MacOS | Windows |
|---|---|---|
| page back / forward | ⌘ + ← / → | alt + ← / → |
| zoom in / out | ⌘ + + / - | ctrl + + / - |
| zoom reset | ⌘ + 0 | ctrl + 0 |
| switch tab | ⌘ + ⌥ + ← / → | |
| new tab | ⌘ + t | ctrl + t |
| close tab | ⌘ + w | ctrl + w |
| page info | ⌘ + i | ctrl + i |
| refresh ignore cache | ⌘ + shift + r | ctrl + shift + r |
John Siu
Update: 2021-04-23
Tag
[Firefox]