Add a checkbox to only copy password into clipboard from popup (and a default behaviour from options)

This commit is contained in:
2021-03-02 16:54:24 +01:00
parent 354ddbbba9
commit 7f95b19264
12 changed files with 166 additions and 74 deletions

View File

@@ -6,6 +6,7 @@
<body>
<form id="passwordForm" autocomplete="off">
Username <input type="text" id="gPassUsername" autofocus></input><br/> Master key <input type="password" id="gPassMasterKey"/><br/>
Copy password into clipboard <input id="clipboard" type="checkbox"/><br />
<input id="getButton" type="submit" value="Get"/> <a id="serverLink" href="">Your server</a>
</form>
<script src="misc.js"></script>