Guest

Untitled 1114

Apr 9th, 2026
8
0
Never
Not a member of GistPad yet? Sign Up, it unlocks many cool features!
None 0.38 KB | None | 0 0
  1. <input id="pw" type="password">
  2. <button type="button" onclick="pw.type = pw.type === 'password' ? 'text' : 'password'">
  3. Anzeigen
  4. </button>
RAW Paste Data Copied