Home / Firefox Reference

Firefox Reference


Inhalt
Firefox Keyboard Shortcuts
Firefox Extensions
Set multiple Home pages
Smart Bookmarks (Firefox 3.x)
about:config tweaks
Backup
Firefox Platz optimieren (der Minifox)

Links



Firefox Keyboard Shortcuts


Using and Controlling Tabs

  • Open a New Tab : Ctrl+T (OR Double-click empty space on the Tab Bar)
  • Go to the Next Tab : Ctrl+TAB
  • move to the tab immediately left of the current tab: ctrl+pageup
  • move to the tab immediately right of the current tab: ctrl+pagedown
  • Go to the Previous Tab: Ctrl+Shift+TAB
  • Close the current Tab: Ctrl+W (OR Middle-click on the tab)
  • Select Tabs directly: Ctrl+1, Ctrl+2, Ctrl+3,..... ,Ctrl+9 (for the first, second, third, etc. tabs. Cmd 9 always selects the rightmost tab)

Find something on a page
  • Find Text: Shift+/ (Ctrl+G to find subsequent matches)
  • Find Links: Shift+' (Ctrl+G to find subsequent matches)

Moving within a Page
  • Scroll Down one Page: Either hit Page Down or the Spacebar
  • Scroll Up one Page: Either hit Page Up or Shift+Spacebar

Browsing
  • Previous Page: Alt + Left Arrow or Backspace
  • Next Page: Alt + Right Arrow
  • Refresh the Current Page: Ctrl+R
  • Refresh the Current Page (and bypass local cache): Ctrl+Shift+R - this one is good if you want to get the latest and greatest from the server, like for eBay auctions or something.
  • Go to your Home Page: Alt+Home

Search Box
  • Put the Cursor in the search box: Ctrl+K
  • Choose another search engine: Alt+Down
  • Open search result in new tab: Alt+Enter

Miscellaneous (and don’t be deceived, I probably use these more than any of those mentioned above)

  • Put the Cursor in the Address Bar: Ctrl+L
  • Restore Recently Closed Tab: Ctrl+Shift+T
  • Increase the Size of the Text on the Page: Ctrl++ (hold Ctrl and hit +)
  • Decarese the Size of the Text on the Page: Ctrl+- (same, just hit -)
  • Set bookmark: Ctrl+D
  • Set all open tabs as a bookmark folder: Ctrl+Shift+D

Firefox Extensions

Security


Download Tools

  • DownThemAll!
  • Download Statusbar

Mail

  • Gmail Notifier
  • Email This!
  • GMail This! Bookmarklet
  • Better Gmail (Lifehacker FF Extension)

Media


Browsing



Set multiple Home pages

Tools---->Options--->General and seperate each page with the pipe | symbol
eg. http://forums.mozillazine.org|http://www.google.com|http://www.yahoo.com






Smart Bookmarks (Firefox 3.x)

Creating a Smart Bookmark

  1. Create a new Bookmark
  2. In the location field, however, is where you will insert the specialized “URL” (the Query)


Smart Bookmarks Queries

In Steps above you were told to insert a specialized URL into the location field of the bookmark. This is really the thing that differentiates a Smart Bookmark from a regular bookmark. Each location field for a Smart Bookmark will start with “place:” followed by a few parameters that tell the bookmark what its contents should contain. You’ll also notice that each parameter is separated by an ampersand (&).

Want some examples? Here are a few to get your creative juices flowing:

10 Most Visited Sites:
place:queryType=0&sort=8&maxResults=10

10 Most Recent Bookmarks:
place:queryType=1&sort=12&maxResults=10

15 Most Visited Bookmarks:
place:queryType=1&sort=8&maxResults=15

10 Most Visited Sites with “CyberNet” in them:
place:queryType=0&sort=8&maxResults=10&terms=cybernet

5 Most Visited Sites at the cybernetnews.com Domain:
place:queryType=0&sort=8&maxResults=5&domain=cybernetnews.com

Looking at some of those examples there is a good chance that you picked up on how the queries work. Over at the Mozilla forum they have begun assembling a rather comprehensive list of parameters that you can use with the queries, but there are quite a few that most of you won’t use when creating these manually. Here are some of the more useful ones that I used in the examples above, along with a brief description of the values that go with them:

sort - This is used in all of the examples above, and this is what determines the order in which the bookmarks are sorted. A majority of the examples I gave use a sort value of “8″, which organizes the results according to the largest visit count first. Here are all the values that you can use with it:
  • 0 - Natural bookmark order
  • 1 - Sort by title, A-Z
  • 2 - Sort by title, Z-A
  • 3 - Sort by visit date, most recent last
  • 4 - Sort by visit date, most recent first
  • 5 - Sort by uri, A-Z
  • 6 - Sort by uri, Z-A
  • 7 - Sort by visit count, ascending
  • 8 - Sort by visit count, descending
  • 9 - Sort by keyword, A-Z
  • 10 - Sort by keyword, Z-A
  • 11 - Sort by date added, most recent last
  • 12 - Sort by date added, most recent first
  • 13 - Sort by last modified date, most recent last
  • 14 - Sort by last modified date, most recent first
  • 17 - Sort by tags, ascending
  • 18 - Sort by tags, descending
  • 19 - Sort by annotation, ascending
  • 20 - Sort by annotation, descending
queryType - This is also used in all of the examples above. It’s used to specify whether you want to search the History (a.k.a. sites you’ve visited), Bookmarks, or both.
  • 0 - Searches only your History
  • 1 - Searches only your Bookmarks
  • 2 - Searches both your History and Bookmarks
maxResults - Use this to specify how many results you want returned.
  • 0 - Return all results
  • 1 to ?? - Any number besides “0″ will indicate the number of results you want returned
domain - Specify the domain of a site, such as “cybernetnews.com” as seen in the example above.

terms - Word(s) that you want to search for. From what I gather it searches most areas of your sites/bookmarks including the title.

The different parameters that I just covered are only a small amount of what’s actually available, but they are the ones that have proven to be the most useful to me. If you get overly ambitious you can checkout the full selection.

Query parameters
Parameter Type Description
beginTime unsigned long The time, in microseconds of the earliest result to return.
beginTimeRef unsigned long Indicates the type of reference specified in beginTime:
0
The time is relative to January 1, 1970 GMT. This is the default.
1
The time is relative to this morning at midnight. This is useful for queries relative to "today."
2
The time is relative to right now.
endTime unsigned long The time, in microseconds, of the latest result to return.
endTimeRef unsigned long Indicates the type of reference specified in endTime. The values are the same as for beginTime.
terms string The term to query.
minVisits long Filters results based on the minimum number of visits. Specify -1 (the default) to return all results, or any other number to only include results with a visit count higher than the given value.
maxVisits long Filters results based on the maximum number of visits. Only items that have been visited fewer than this number of times are included in the results. Specify -1 (which is the default) to not filter based on a maximum number of visits.
onlyBookmarked boolean If true, only bookmarked items are included in the results.
domainIsHost boolean If true, domain must be an exact match. Otherwise, anything that ends in domain is considered a match.
domain string Query for items matching this host or domain name. See domainIsHost for more information.
folder string The folder to query. This may be one of the following:
PLACES_ROOT
The Places root folder.
BOOKMARKS_MENU
The Bookmarks menu.
TOOLBAR
The bookmarks toolbar.
TAGS
Tags
UNFILED_BOOKMARKS
Unfiled bookmarks
!annotation boolean Indicates whether to include or reject items matching the annotation specified by annotation. If true, items that don't have the specified annotation are rejected.
annotation string The annotation to match when querying.
uri string The URI to match.
uriIsPrefix boolean If false, the uri must be an exact match; this is the default. If true, any entry that begins with the specified URI is considered a match.

The following attributes allow you to control the results more precisely.

Operator Type Description
OR
This is the OR logical operator.
group

sort unsigned short The sort order to use for the results.
0
Natural bookmark order
1
Sort by title, A-Z
2
Sort by title, Z-A
3
Sort by visit date, most recent last
4
Sort by visit date, most recent first
5
Sort by uri, A-Z
6
Sort by uri, Z-A
7
Sort by visit count, ascending
8
Sort by visit count, descending
9
Sort by keyword, A-Z
10
Sort by keyword, Z-A
11
Sort by date added, most recent last
12
Sort by date added, most recent first
13
Sort by last modified date, most recent last
14
Sort by last modified date, most recent first
17
Sort by tags, ascending
18
Sort by tags, descending
19
Sort by annotation, ascending
20
Sort by annotation, descending
sortingAnnotation string The annotation to use when sorting by annotation.
type unsigned short The type of results to return.
0
Results as URI ("URI" results, one for each URI visited in the range).
1
Results as visit ("visit" results, with one for each time a page was visited
this will often give you multiple results for one URI).
2
Results as full visits (like "visit", but returns all attributes for each result)
3
Results as date query (returns results for given date range)
4
Results as site query (returns last visit for each url in the given host)
5
Results as date+site query (returns list of hosts visited in the given period)
6
Results as tag query (returns list of bookmarks with the given tag)
7
Results as tag container (returns bookmarks with given tag; for same uri uses last modified. folder=tag_folder_id must be present in the query
excludeItems boolean If true, all URIs and separators are excluded from the bookmark query results, so that only folders and queries are returned. If false, all items are returned; this is the default.
excludeQueries boolean If true, queries are excluded from the results; however, simple folder queries like bookmark folder symlinks will still be included. false, the default, indicates that queries should be included in the results.
excludeReadOnlyFolders boolean If true, read-only folders are excluded from the results. This only affects cases in which the actual folder result node would appear in its parent folder. The default is false.
excludeItemIfParentHasAnnotation string Items whose parent has this value as an annotation are excluded from the query results. This parameter is ignored for queries over history. For example, you can exclude livemark entries by specifying "livemark/feedURI" here.
expandQueries boolean If true, place URIs appear as containers in the results, with the contents filled in from the stored query. This doesn't do anything if excludeQueries is true. The default is false, which causes place URIs to appear as normal items.
originalTitle string Retrieves the original page title.
includeHidden boolean If true, items that would normally be hidden in a history query (such as the content of iframes as well as images) are included in the results. This is false by default.
showSessions boolean If true, session information is used to group history items. This only makes a difference when sorting by date. The default is false.
resolveNullBookmarkTitles boolean If true, bookmarks with null titles get their page titles fetched from history if possible. This doesn't apply to bookmarks with empty titles. The default is false.
applyOptionsToContainers

maxResults unsigned long The maximum number of results to return. This doesn't work when sorting by title. The result is 0, which means that all results are returned.
queryType unsigned short The type of search to use when querying the database. This attribute is only honored by query nodes. It's ignored for simple folder queries.
0
History
1
Bookmarks
2
Both history and bookmarks

More links on Smart Bookmarks
Lifehacker:How to Make Your Own Smart Bookmarks in Firefox 3
Mozillazine:Places query syntax
mozilla developer center:Places query URIs


about:config tweaks


Längere Awesomebar

Sie können bestimmen, wie viele Linkvorschläge Ihnen der Firefox 3 präsentieren soll, wenn Sie die Adressleiste ausklappen. Seit hier die Awesomebar Einzug gehalten halt und deutlich mehr Platz verbraucht, lohnt eine Reduzierung auf unter zehn Einträge.

browser.urlbar.maxRichResults = ?

Geschwindigkeit optimieren

Wenn Sie über eine DSL-Verbindung verfügen, besitzt der Firefox standardmäßig nicht die optimale Konfiguration. Ändern Sie folgende Parameter auf den angegebenen Wert, um Ladegeschwindigkeit und Seitenaufbau zu verbessern.

network.http.pipelining, true
network.http.pipelining.maxrequests, 30
network.http.max-connections, 96
network.http.max-connections-per-server, 32
network.http.max-persistent-connections-per-server, 8
network.http.pipelining.ssl, true
network.http.proxy.pipelining, true
network.http.max-persistent-connections-per-proxy, 16


Addons kompatibel machen

Normalerweise überprüft der Firefox, ob installierte Erweiterungen auch wirklich für die Browser-Version gemacht wurden. Sie können diesen Check aber auch in der about:config deaktivieren:

extensions.checkCompatibility, false
extensions.checkUpdateSecurity, false


Addon-Installation ohne Verzögerung

Sobald Sie eine Firefox-Erweiterung mit der Endung .xpi anklicken, erscheint ein Fenster, bei dem Sie einen Countdown abwarten müssen. Erst danach ist die Installation möglich. Dieses Zeitlimit können Sie auf Null setzen.

security.dialog_enable_delay, 0

Firefox-Suche in neuem Tab

Wenn Sie in die Suchmaske in der oberen rechten Ecke des Browsers Begriffe eingeben, werden die Ergebnisse standardmäßig im aktuellen Tab angezeigt. Wenn Sie hierfür lieber einen frischen Tab bemühen möchten, können Sie das tun.

browser.search.openintab, true

Awesomebar Vorschläge komplett deaktivieren

browser.urlbar.matchOnlyTyped -> true

Rechtschreibprüfung in Formularen

Mit folgender Änderung sorgen Sie dafür, dass Textfelder und Webformulare nicht von der Rechtschreibprüfung des Firefox ausgenommen sind.

layout.spellcheckDefault, 2

Eigenmächtes Browser-Verhalten unterbinden

Manche Websites verändern per JavaScript automatisch die Größe des Browsers, blenden bestimmte Leisten aus und nehmen Ihnen so möglicherweise wichtige Funktionen weg. Mit folgenden Parametern können Sie dem Einhalt gebieten, indem Sie alles auf false setzen.

dom.disable_window_open_feature.toolbar
dom.disable_window_open_feature.titlebar
dom.disable_window_open_feature.status
dom.disable_window_open_feature.scrollbars
dom.disable_window_open_feature.resizable
dom.disable_window_open_feature.personalbar
dom.disable_window_open_feature.minimizable
dom.disable_window_open_feature.menubar
dom.disable_window_open_feature.location
dom.disable_window_open_feature.directories
dom.disable_window_open_feature.close
dom.disable_window_move_resize


Ein Schließen-Knopf für alle Tabs

Nach der Installation des Firefox 3 besitzt jeder Tab ein eigenes rotes X, mit dem dieser geschlossen werden kann. Möchten Sie lieber einen Universal-Knopf rechts am Rand, ist folgender Befehl nützlich für Sie.

browser.tabs.closeButtons, 3

Minimale Tab-Breite variieren

Der Firefox platziert so lange Tabs nebeneinander, bis nicht mehr genug Platz ist, um jeden Tab in seiner definierten Mindestbreite anzuzeigen - dann erscheinen links und rechts Pfeile zum Durchscrollen. Diese Breite ändern Sie folgendermaßen, die Zahl bestimmt die Breite in Pixeln.

browser.tabs.tabMinWidth = ??

Auto-Vervollständigen der URL-Leiste

Sollten Sie wünschen, dass der Firefox aus vorher eingegebenen Internet-Adressen lernen und die Eingabe entsprechen ergänzt, ändern Sie diesen Parameter.

browser.urlbar.autoFill, true

Backup

Firefox speichert die verschiedenen benutzerspezifischen Daten im Profilordner. Dieser bleibt auch bei einer Deinstallation von Firefox erhalten. Die Profile befindet sich in:

%appdata%\Mozilla\Firefox\Profiles

Konkret könnte das so aussehen z.B.

C:\Dokumente und Einstellungen\Christian\Anwendungsdaten\Mozilla\Firefox\Profiles


Verwendet man keine besonderen Profile so benutzt man das Default-Profil, das sich in einem Ordner mit dem Namen xxxxxxxx.default befindet. xxxxxxxx steht für eine zufällige Kombination von Zahlen und Buchstaben. Hat man weitere Profile zB. ein Profil "Gast", finden sich die entsprechenden Einstallungen analog in xxxxxxxx.Gast. Hat man den richtigen Profilordner gefunden befinden sich in den Unterordnern die Daten die man sichern kann zB. persönliche Bookmarks oder die Suchmaschinen (SearchEngines).


Bookmarks
Die Bookmarks des default Profils speichert Firefox in:

%appdata%\Mozilla\Firefox\Profiles\xxxxxxxx.default\bookmarkbackups


Searchengines
Die Searchengines des default Profils speichert Firefox in:

%appdata%\Mozilla\Firefox\Profiles\xxxxxxxx.default\searchplugins

Passwörter

Passwörter lassen sich zwecks Sicherung ebenfalls exportieren und zwar mit der Extension Password Exporter. Die Passwörter lassen sich hier im XML oder CSV Format exportieren (und zB in KeePass importieren).

Vorsicht das Folgende ist nicht getestet (mehr):
Es gibt auch eine manuelle Möglichkeit dazu muss man aus dem Profilordner folgende Dateien sichern

%appdata%\Mozilla\Firefox\Profiles\xxxxxxxx.default\

signons.txt
signons2.txt
signons3.txt
key3.db

Firefox Platz optimieren (der Minifox)

Hier wird Beschrieben wie man im Firefox viel Platz für die Anzeige der eigentlichen Webpage sparen kann. Hierzu wird die Anzeige sonstiger Toolbars & co minimiert ohne dabei deren Funktionalität zu verlieren. Das kann insbesondere praktisch sein auf Netbooks auf denen nur ein kleines Display zur Verfügung steht.

Hier mal eine Vorschau wieviel Platz man sparen kann.


Das erreicht man durch die Verwendung spezieller Themes und Extensions sowie Optimierung der Einstellungen im Firefox selber. Die Verwendeten Themes und Extensions sind:

Theme: Classic Compact
Das ist das platzsparenste Theme, das mir bekannt ist

AddOn: Classic Compact Options (Optional)
Dank dieser Extenssion lässt sich Das Menü zu einem einzigen Knopf zusammenfassen. Es bietet darüber hinaus noch einige andere Optionen die das Aussehen des FF beeinflussen, aber nicht primär mit dem Platz sparen zu tun haben. Daher empfehle ich eher:

AddOn: Tiny Menu
Das Menü zu einem einzigen Knopf zusammenfassen

AddOn: Smart Bookmarks Bar
Ermöglicht es erstens die Lesezeichen-Symbolleiste einzuklappen (klappt automatisch wieder aus, wenn man mit der Maus drüberfährt). Zum Zweiten lassen sich die Namen der Bookmarks ausblenden, so dass nur noch deren Symbole sichtbar sind (siehe oben). So lässt sich auch horizontal ein wenig Platz sparen.

Zunächst installieren wir das Classic Compact Theme.
Nun stellen wir, falls noch nicht erfolgt, alle Symbole im FF auf klein: Menü > Ansicht > Symbolleisten > Anpassen > Häkchen bei kleine Symbole
Jetzt sieht doch schon alles kompakter aus. Als nächstes intallieren wir Tiny Menu. Nach einem Neustart des FF sehen wir auch schon direkt wieviel Platz wir auf einmal in unserer Menüleiste haben. Diesen gewonnen Platz nutzen wir auch direkt. Wir gehen wieder in
Menü > Ansicht > Symbolleisten > Anpassen
und können nun per Drag n Drop die Symbole auf unserer Adressleiste umsortieren. Jetzt werden alle Symbole aus der Adressleiste nach oben in die Menüleiste verschoben, also auch das Adressfeld selber und das Suchfeld. Am Ende befinden sich alle Symbole neben unserem Menüknopf in der obersten Leiste und die ehemalige Adressleiste darunter ist komplett leer. Diese kann nun ausgeblendete werden.
Menü > Ansicht > Symbolleisten > Navigations-Symbolleiste (Häkchen entfernen)
Und schon haben wir eine komplette Leiste gespart und trotzdem noch alle Menüs zur Verfügung.


Als nächstes kümmern wir uns um die Lesezeichen Leiste. Wir installieren Smart Bookmarks Bar Die es uns ermöglicht den Text der an unseren Bookmarks in der Leiste steht auszublenden. Keine Sorge der Text ist nicht verloren, sobald wir mit unserem Mauscursor über die Symbole fahren wird er wieder eingeblendet.

Wems gefällt, der kann in den Optionen von Smart Bookmarks Bar auch noch einstellen, dass die Lesezeichenleiste automatisch einklappen soll und erst wenn der Cursor in der Nähe ist ausklappt. Auch die Statusleiste (die ganz unten unter der Website) kann man komplett verschwinden lassen.
Menü > Ansicht > Statusleiste (Häkchen entfernen)

Auf diese Weise kann man über 50% Platz für die diversen Leisten im FF sparen und wenn das alles noch nicht reicht gibt es ja immernoch F11 für Vollbild.









Links

Completely remove Firefox or perform a clean reinstall
Download Firefox (All Versions)
Extensions
Themes
Plug-Ins
Deutsche Erweiterungen
MyCroft - Search Engine Plugins
Mozilla Firefox - Smart Keywords
Del.icio.us Firefoxlinks
FIREFOX GOD: 300+ Tools and Resources For Firefox





Document made with KompoZer



     RSS of this page

    ------------------------------------------------------ zurück zur Startseite ------------------------------------------------------