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.