summaryrefslogtreecommitdiff
path: root/doc/faq.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-03 12:04:59 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-04 11:30:54 +0100
commitc4a72120d2728b0920e066f2de837f49c1cb6cf9 (patch)
treee9d66bc6c682c6bbbc144b3bfc41b798aa7e578e /doc/faq.asciidoc
parentc6d6ea532f5d81d5c0c687fda0307f4ffb621470 (diff)
downloadqutebrowser-c4a72120d2728b0920e066f2de837f49c1cb6cf9.tar.gz
qutebrowser-c4a72120d2728b0920e066f2de837f49c1cb6cf9.zip
old qt: Adjust docs
Diffstat (limited to 'doc/faq.asciidoc')
-rw-r--r--doc/faq.asciidoc6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/faq.asciidoc b/doc/faq.asciidoc
index 275f82df2..d14cea86a 100644
--- a/doc/faq.asciidoc
+++ b/doc/faq.asciidoc
@@ -190,7 +190,6 @@ For QtWebKit:
+
For QtWebEngine:
-. Make sure your versions of PyQt and Qt are 5.8 or higher.
. Use `dictcli.py` script to install dictionaries.
Run the script with `-h` for the parameter description.
. Set `spellcheck.languages` to the desired list of languages, e.g.:
@@ -253,11 +252,6 @@ Note that there are some missing features which you may run into:
. Some scripts expect `GM_xmlhttpRequest` to ignore Cross Origin Resource
Sharing restrictions, this is currently not supported, so scripts making
requests to third party sites will often fail to function correctly.
-. If your backend is a QtWebEngine version 5.8, 5.9 or 5.10 then regular
- expressions are not supported in `@include` or `@exclude` rules. If your
- script uses them you can re-write them to use glob expressions or convert
- them to `@match` rules.
- See https://wiki.greasespot.net/Metadata_Block[the wiki] for more info.
. Any greasemonkey API function to do with adding UI elements is not currently
supported. That means context menu extentensions and background pages.