AddDocumentStartJavaScriptPlugin

Plugin interface for injecting JavaScript code that executes at document start.

  • Allows plugins to inject JavaScript that will be executed before any other scripts on the page. Useful for privacy protections and that need to run as early as possible and/or on iframes.

Functions

Link copied to clipboard
abstract fun addDocumentStartJavaScript(webView: WebView)