diff options
author | Florian Bruhin <git@the-compiler.org> | 2018-02-06 22:48:00 +0100 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2018-02-06 22:48:00 +0100 |
commit | ce8d15d2b01d1df0c0f291b10828eab4aa142511 (patch) | |
tree | 47390961a8b28a5bd21c41f25c2eb040a1f94212 /doc/userscripts.asciidoc | |
parent | 16375f20d560f2d1fcccc00153168148f1e99a19 (diff) | |
download | qutebrowser-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.asciidoc | 2 |
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: |