diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-05-20 00:50:25 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-05-20 00:50:25 -0700 |
| commit | 3c239a83f6cba3eb7a602b7b2e3b83d90c8def51 (patch) | |
| tree | 68fd22cc582749f02fe657f6bafd72707466549e /popup.html | |
| parent | 85eacdbb3e6518a92ebc521af0c8a62e72deedd6 (diff) | |
implement per-video auto save
Diffstat (limited to 'popup.html')
| -rw-r--r-- | popup.html | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -59,12 +59,16 @@ <button id="activate">Launch Timestamp Tool</button> <div> <label for="offset">Offset (sec):</label> - <input type="number" - id="offset" - value="5" + <input type="number" + id="offset" title="Offset each timestamp by this many seconds, ex. 3 = 3s before each timestamp, -3 = 3s after each timestamp" > + <label for="autosave">Autosave</label> + <input type="checkbox" + id="autosave" + title="Automatically save timestamps for each video"> + </input> </div> <script src="popup.js"></script> </body> -</html>
\ No newline at end of file +</html> |
