network.protocol-handler.app.$PROTO string $BIN
network.protocol-handler.external.x-call boolean true
network.protocol-handler.warn-external.x-call boolean false
|
|
Beispiel
mms://-Links an mplayer übergeben
- network.protocol-handler.app.mms
- (string) /usr/local/bin/firefox-helper-mms
- network.protocol-handler.external.mms
- (boolean) true
- network.protocol-handler.warn-external.mms
- (boolean) false
|
|
|
|
|
|
Beispiel
mms://-Links an mplayer übergeben
Skript: firefox-helper-mms
#!/bin/sh
xterm -e /usr/bin/mplayer -fs "$1" &
|
|
Testlink: mms://stream.wmv.n-tv.de/ntvlive
|
|
|
|
|
|
Buttons anordnen
Rechtsklick auf einen der Buttons öffnet das Customize-Menü
|
|
|
|
|
|
Als nächstes: Bookmarklets
|
|
|
|