Skip to content

Instantly share code, notes, and snippets.

@gudmundurarnar
gudmundurarnar / index.html
Created April 6, 2018 12:25
Mouseup on webview
<!DOCTYPE html>
<html>
<body>
<div id="parentDiv">
<p>Click here and on the webview</p>
<webview id="webview" src="http://sau.no"></webview>
</div>
<script src="mouse.js"></script>
</body>
</html>
@gudmundurarnar
gudmundurarnar / index.html
Created April 4, 2018 16:07
Chromium vanilla extension
<!DOCTYPE html>
<html>
<body>
<webview src="http://sau.no"></webview>
</body>
</html>