Iceweasel Bugs

  1. min-tab-width
    1. go to ~/.mozilla/firefox/*/chrome
    2. cp -a userChrome-example.css userChrome.css
    3. append:
      /* create shrinking tabs */
      .tabbrowser-tab:not([pinned]) {
        min-width: 38px !important;
      }
  2. paste-opens-url: Bug 667340, FIX WANTED!!
  3. quick-find uselessness: FIX WANTED!!
  4. google-url-replace-shit
  5. vi / its-all-text
    $ cat ~/bin/itsalltextcrap 
    #!/bin/sh
    exec rxvt -e vi "$@"
  6. flashblock

about:config

browser.backspace_action                0
browser.fixup.alternate.enabled         false
browser.newtabpage.enabled              false
browser.safebrowsing.enabled            false
browser.safebrowsing.malware.enabled    false
browser.tabs.closeButtons               3
browser.tabs.insertRelatedAfterCurrent  false
browser.urlbar.formatting.enabled       false
browser.urlbar.trimURLs                 false
browser.xul.error_pages.expert_bad_cert true
general.smoothScroll                    false
geo.enabled                             false
keyword.enabled                         false
extensions.adblockplus.subscriptions_autoupdate false

bookmarks

Debian Bugs    http://bugs.debian.org/%s          bug
Google         http://www.google.com/search?q=%s  g
RFC            http://tools.ietf.org/html/%s      rfc
 
iceweasel-bugs.txt · Last modified: 2012/08/29 21:57 by massar