bloginfo('name');

bloginfo('description');

Tweaks für Firefox 2.0

November 10th, 2006 by Blu:RayNe

Hier meine kleinen Firefox 2.0 Optimierungen. Im Browser about:config eintippen, dann folgende Einstellungen benutzen:

// Set to restore on crash with form fields intact! (deactivate existing session managers!)
browser.startup.page = 2

// Minimal tab width
browser.tabs.tabMinWidth = 45

// Don’t dispay tab close Buttons
browser.tabs.closeButtons = 2

// Don’t prefetch sites (or do you want cookies from all Google Search Hits?)
network.prefetch-next = false

// For RAM sizes between 512BM and 1GB, start with 15000. For RAM sizes between 128MB and 512M, try 5000.
browser.cache.disk.capacity = 7500

// Hide that damn Go-Button thing and get some more space
browser.urlbar.hideGoButton = false

// Turn off Chrome Toolbar Tooltips
browser.chrome.toolbar_tips = false

// Don’t show focus ring on clicked elements (default = 1)
browser.display.focus_ring_width = 0

Filed under Allgemein having

Leave a Comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.