html icon indicating copy to clipboard operation
html copied to clipboard

ANTI STALKER WEBSITE

Open SobrangLATHEA opened this issue 5 months ago • 0 comments

Private Links — Personal Vault

Private Links Vault

Keep your social accounts hidden. Enter the passphrase to reveal them.

    <div class="stealth" title="Stealth mode shows harmless content when locked">
      <label class="small">Stealth mode</label>
      <input id="stealthToggle" type="checkbox" />
    </div>
  </header>

  <div style="margin-top:16px" class="controls">
    <input id="pw" type="password" placeholder="Enter passphrase" aria-label="passphrase" />
    <button id="unlock">Unlock</button>
    <button id="copyAll" class="ghost" title="Copy all visible links">Copy links</button>
    <button id="lockBtn" class="ghost hidden">Lock</button>
  </div>

  <div class="hint" id="hint">Don’t share the passphrase. Links are obfuscated client-side.</div>

  <div class="fake-content" id="fake">
    <strong>Grocery list</strong>
    <ul>
      <li>Milk</li>
      <li>Eggs</li>
      <li>Bread</li>
      <li>Coffee</li>
    </ul>
  </div>

  <div class="links revealed hidden" id="vault">
    <!-- link cards inserted by JS -->
  </div>

  <footer>
    <div class="small">Built: client-side protection only. For stronger privacy use server-side auth.</div>
  </footer>
</div>

SobrangLATHEA avatar Sep 06 '25 15:09 SobrangLATHEA