Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 163 Bytes

File metadata and controls

9 lines (7 loc) · 163 Bytes

sdf

when injecting js into the webview, always wrap the script in a function and execute it

(function () {
	/*script here*/
})();