doc: userscripts are not related to Greasemonkey.

See #450.
This commit is contained in:
Florian Bruhin 2015-04-14 06:39:06 +02:00
parent a6e3199616
commit f6b88770d1

View File

@ -7,7 +7,7 @@ qutebrowser is extensible by writing userscripts which can be called via the
These userscripts are similiar to the (non-javascript) dwb userscripts. They These userscripts are similiar to the (non-javascript) dwb userscripts. They
can be written in any language which can read environment variables and write can be written in any language which can read environment variables and write
to a FIFO. to a FIFO. Note they are *not* related to Greasemonkey userscripts.
Note for simple things such as opening the current page with another browser or Note for simple things such as opening the current page with another browser or
mpv, a simple key binding to something like `:spawn mpv {url}` should suffice. mpv, a simple key binding to something like `:spawn mpv {url}` should suffice.