summaryrefslogtreecommitdiff
path: root/doc/userscripts.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-04-14 06:39:06 +0200
committerFlorian Bruhin <git@the-compiler.org>2015-04-14 06:39:06 +0200
commitf6b88770d1395b4d91ce069480145b7c678cfe21 (patch)
tree8fe8305ead9571cbee472f120852cadcfe4a1fb1 /doc/userscripts.asciidoc
parenta6e3199616d307b21a89c27f36f3aba42af81e4d (diff)
downloadqutebrowser-f6b88770d1395b4d91ce069480145b7c678cfe21.tar.gz
qutebrowser-f6b88770d1395b4d91ce069480145b7c678cfe21.zip
doc: userscripts are not related to Greasemonkey.
See #450.
Diffstat (limited to 'doc/userscripts.asciidoc')
-rw-r--r--doc/userscripts.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/userscripts.asciidoc b/doc/userscripts.asciidoc
index e9ae01cf8..7fd22f914 100644
--- a/doc/userscripts.asciidoc
+++ b/doc/userscripts.asciidoc
@@ -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
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
mpv, a simple key binding to something like `:spawn mpv {url}` should suffice.