:right-sidebar: True UserScriptInjectionTime =================================================================== .. currentmodule:: gi.repository.WebKit .. versionadded:: 2.6 .. class:: UserScriptInjectionTime :no-contents-entry: Specifies at which place of documents an user script will be inserted. Fields ------ .. rst-class:: interim-class .. class:: UserScriptInjectionTime :no-index: .. attribute:: END Insert the code of the user script at the end of the loaded documents. .. attribute:: START Insert the code of the user script at the beginning of loaded documents. This is the default.