mirror of
https://github.com/amark/gun.git
synced 2025-05-19 13:26:48 +00:00
13 lines
239 B
HTML
13 lines
239 B
HTML
<html>
|
|
<body>
|
|
Paste the log URL into here:
|
|
<input id="peer">
|
|
Then right click save-as here:
|
|
<a id="url">right click not normal click</a>
|
|
<script>
|
|
peer.onkeyup = function(){
|
|
url.href = url.download = this.value;
|
|
}
|
|
</script>
|
|
</body>
|
|
</html> |