Show cookies for current page | shift+F9 |
Open dev tools | cmd+opt+i or F12 |
Open console | cmd+opt+k |
View source | cmd+u |
Toggle bookmarks sidebar | cmd+b |
If fireflow slows down, punch ‘refresh firefox’ into the address bar.
Allocate a couple minutes to go through this list again:
cmd+shift+b
cmd+b
), which has search
cmd-b
and then start typing to find a bookmark, then hit tab+space+return
to browse to itTurn off delete or backspace as navigate backwards
about:config
set backspace_action
to 2
Turn off web notifications
about:config
Toggle the setting dom.webnotifications.enabled
Turn off geo locations:
about:config
geo.enabled false
Iterate through most recently used tabs:
about:config
browser.ctrlTab.sortByRecentlyUsed true
Ublock origin block annoyances (this turns off google’s login popup):
uBlock > Settings > Filter lists > Annoyances > AdGuard - Annoyances
source
Turn on the status bar with ctrl+/
Settings > Home > Firefox Home Content > Uncheck all except ‘Recent activity > Bookmarks’
Settings > Home > New Windows and Tabs > Blank page
Open console with cmd+shift+k and punch in:
document.getElementsByTagName("video")[0].playbackRate = 2.5