Firefox#

about:config#

Set all the things at once using user.js. First, download user.js, then run:

firefox_dir=~/.mozilla/firefox/
profiles=$(grep ^Path $firefox_dir/profiles.ini  | cut -d= -f2)
for profile in $profiles; do
  target=$firefox_dir/$profile/user.js
  cp user.js $target
done

Frecency#

http://lifehacker.com/396603/tweak-the-awesomebars-suggestion-algorithm and https://developer.mozilla.org/en/The_Places_frecency_algorithm

Filter frecency and tweak ahead!

German Dictionary#

https://addons.mozilla.org/en-US/firefox/addon/deutsch-alte-rechtschreibung/

Password Manager#

chrome://passwordmgr/content/passwordManager.xul