history, playlist, copy password

This commit is contained in:
stjet
2024-06-25 03:54:29 +00:00
parent a6a163a84b
commit f269d8579d
3 changed files with 55 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<input id="master-password" type="password" onkeydown="detect_enter(event)">
<button onclick="get_passwords()">get</button>
<br>
<span id="computed"></span>
<span id="computed"></span> <button onclick="navigator.clipboard.writeText(document.getElementById('computed').textContent)">Copy</button>
<br>
<span id="computed2"></span>
</div>