API Version: 4.0
Library Version: 2.38.2
enum WebKit2.UserScriptInjectionTime
Specifies at which place of documents an user script will be inserted.
WEBKIT_USER_SCRIPT_INJECT_AT_DOCUMENT_START
Insert the code of the user script at the beginning of loaded documents. This is the default.
WEBKIT_USER_SCRIPT_INJECT_AT_DOCUMENT_END
Insert the code of the user script at the end of the loaded documents.