summaryrefslogtreecommitdiff
path: root/doc/userscripts.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-02-06 22:48:00 +0100
committerFlorian Bruhin <git@the-compiler.org>2018-02-06 22:48:00 +0100
commitce8d15d2b01d1df0c0f291b10828eab4aa142511 (patch)
tree47390961a8b28a5bd21c41f25c2eb040a1f94212 /doc/userscripts.asciidoc
parent16375f20d560f2d1fcccc00153168148f1e99a19 (diff)
downloadqutebrowser-ce8d15d2b01d1df0c0f291b10828eab4aa142511.tar.gz
qutebrowser-ce8d15d2b01d1df0c0f291b10828eab4aa142511.zip
Simplify selection handling and remove QUTE_SELECTED_HTML
It was broken at least since caret support was introduced and it was only available for QtWebKit anyways, so let's just drop it. This also makes the tab API a bit simpler.
Diffstat (limited to 'doc/userscripts.asciidoc')
-rw-r--r--doc/userscripts.asciidoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/userscripts.asciidoc b/doc/userscripts.asciidoc
index 7f43e969b..c2f35b026 100644
--- a/doc/userscripts.asciidoc
+++ b/doc/userscripts.asciidoc
@@ -45,8 +45,6 @@ In `command` mode:
- `QUTE_URL`: The current URL.
- `QUTE_TITLE`: The title of the current page.
- `QUTE_SELECTED_TEXT`: The text currently selected on the page.
-- `QUTE_SELECTED_HTML` The HTML currently selected on the page (not supported
- with QtWebEngine).
In `hints` mode: