diff --git a/src/webengine/api/qquickwebenginescript.cpp b/src/webengine/api/qquickwebenginescript.cpp index f02ba37021034847bdeef26608f9183adc3ee729..5d5173144348fa25bd22bd44bf15a853c9426925 100644 --- a/src/webengine/api/qquickwebenginescript.cpp +++ b/src/webengine/api/qquickwebenginescript.cpp @@ -65,8 +65,8 @@ using QtWebEngineCore::UserScript; not accessible from a different one. The worldId property provides some predefined IDs for this purpose. - The following Chromium extensions are supported since Qt 5.8: \c @exclude, \c @include, - \c @name, \c @match, and \c @run-at. + The following \l Greasemonkey attributes are supported since Qt 5.8: + \c @exclude, \c @include, \c @name, \c @match, and \c @run-at. Use \l{WebEngineView::userScripts}{WebEngineView.userScripts} to access a list of scripts attached to the web view. diff --git a/src/webengine/doc/src/external-resources.qdoc b/src/webengine/doc/src/external-resources.qdoc index 16f1790cf510ea64e4cdfcd2fd5e1f7ccaecdcec..0d9f80c16bc61af7c2aaa7a4b98f1264d5a175a0 100644 --- a/src/webengine/doc/src/external-resources.qdoc +++ b/src/webengine/doc/src/external-resources.qdoc @@ -121,3 +121,8 @@ \externalpage https://www.iana.org/assignments/uri-schemes/prov/view-source \title view-source URI scheme */ + +/*! + \externalpage https://wiki.greasespot.net/Metadata_Block + \title Greasemonkey +*/ diff --git a/src/webengine/doc/src/qtwebengine-overview.qdoc b/src/webengine/doc/src/qtwebengine-overview.qdoc index d7c8ab630c9ce56f40aa8f1c8a41c9bf1ece35dc..d5b7d40a0a65b3f3c40ad0f485847b1109f3bda8 100644 --- a/src/webengine/doc/src/qtwebengine-overview.qdoc +++ b/src/webengine/doc/src/qtwebengine-overview.qdoc @@ -181,8 +181,8 @@ script to run, the injection point, and the world where the script is run. This enables accessing the DOM to manipulate it within a world. - The following Chromium extensions are supported since Qt 5.8: \c @exclude, \c @include, - \c @name, \c @match, and \c @run-at. + The following \l Greasemonkey attributes are supported since Qt 5.8: + \c @exclude, \c @include, \c @name, \c @match, and \c @run-at. \section1 Managing Certificates diff --git a/src/webenginewidgets/api/qwebenginescript.cpp b/src/webenginewidgets/api/qwebenginescript.cpp index b434126bce5d30129b28b0a3e7c13f77da5d2185..04a9d979a6f9ea874bd9f0b0fe6ad15c210e16a3 100644 --- a/src/webenginewidgets/api/qwebenginescript.cpp +++ b/src/webenginewidgets/api/qwebenginescript.cpp @@ -61,8 +61,8 @@ using QtWebEngineCore::UserScript; not accessible from a different one. ScriptWorldId provides some predefined IDs for this purpose. - The following Chromium extensions are supported since Qt 5.8: \c @exclude, \c @include, - \c @name, \c @match, and \c @run-at. + The following \l Greasemonkey attributes are supported since Qt 5.8: + \c @exclude, \c @include, \c @name, \c @match, and \c @run-at. Use QWebEnginePage::scripts() and QWebEngineProfile::scripts() to access the collection of scripts associated with a single page or a