snackycracky / electron-inject-jquery-webview-example

Example of injecting jQuery into a webview via the preload script and then using it to manipulate the loaded page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electron-inject-jquery-webview-example

Example of injecting jQuery into a webview via the preload script and then using it to manipulate the loaded page.

This has been tested against Electron 1.6.10 and 1.7.2 (beta)

This example was born from this Github issue: electron/electron#2048

Author(s)

Frank Hale <frankhale@gmail.com> 28 May 2017

LICENSE

GNU GPL v3

About

Example of injecting jQuery into a webview via the preload script and then using it to manipulate the loaded page

License:GNU General Public License v3.0


Languages

Language:JavaScript 80.5%Language:HTML 19.5%