Webview injection javascript

52 Views Asked by At

i have a webview window called blooket, whose code is the following: import webview ;webview.create_window("Blooket", "https://play.blooket.com/play",width=800, height=600, resizable=True, fullscreen=False);webview.start(debug=True). How can i insert javascript code into this window so it supports userscripts?

0

There are 0 best solutions below