summaryrefslogtreecommitdiff
path: root/doc/help/commands.asciidoc
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2020-12-19 20:29:21 +0000
committerÁrni Dagur <arni@dagur.eu>2020-12-19 20:29:21 +0000
commitbf4dbef8063a079f594d8321726b3608ebd2fe26 (patch)
tree293ba450b24d631d12bb3d743d655cc8d631ec04 /doc/help/commands.asciidoc
parent4204fb5917d65d7f89ade67897f9d03afd1e91c8 (diff)
parent1642fa252ae9427eef3acdba3ce45782bad608e2 (diff)
downloadqutebrowser-bf4dbef8063a079f594d8321726b3608ebd2fe26.tar.gz
qutebrowser-bf4dbef8063a079f594d8321726b3608ebd2fe26.zip
Merge branch 'master' into more-sophisticated-adblock
Diffstat (limited to 'doc/help/commands.asciidoc')
-rw-r--r--doc/help/commands.asciidoc11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index 299b34b5e..5dd6c7718 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -763,7 +763,16 @@ Evaluate a JavaScript string.
* +*-u*+, +*--url*+: Interpret js-code as a `javascript:...` URL.
* +*-q*+, +*--quiet*+: Don't show resulting JS object.
-* +*-w*+, +*--world*+: Ignored on QtWebKit. On QtWebEngine, a world ID or name to run the snippet in.
+* +*-w*+, +*--world*+: Ignored on QtWebKit. On QtWebEngine, a world ID or name to run the snippet in. Predefined world names are:
+
+
+ - `main` (same world as the web page's JavaScript and
+ Greasemonkey, unless overridden via `@qute-js-world`)
+ - `application` (used for internal qutebrowser JS code,
+ should not be used via `:jseval` unless you know what
+ you're doing)
+ - `user` (currently unused)
+ - `jseval` (used for this command by default)
==== note