zefi.me Open in urlscan Pro
162.0.214.60  Public Scan

URL: https://zefi.me/
Submission: On December 26 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

<form id="noteForm">
  <div class="settings-card">
    <label for="noteText">Enter your note:</label>
    <textarea id="noteText" placeholder="Type your note here..."></textarea>
  </div>
  <div id="settingsContainer">
    <div class="settings-card">
      <h2>TTL Settings</h2>
      <label>
        <input type="radio" name="lifetimeOption" value="read_once" checked=""> After first read <span class="info-text">(Note will expire after 72 hours or after first read)</span>
      </label><br>
      <label>
        <input type="radio" name="lifetimeOption" value="custom"> Custom TTL </label>
      <div id="customTTLFields">
        <input type="number" id="customTTLValue" min="1" placeholder="Enter number">
        <select id="customTTLUnit">
          <option value="hours">hours</option>
          <option value="days">days</option>
        </select>
        <span class="info-text">(Maximum 168 hours)</span>
      </div>
    </div>
    <div class="settings-card">
      <h2>Password Settings</h2>
      <div class="password-group">
        <input type="password" id="password" placeholder="Leave empty if not needed">
        <button type="button" id="generatePasswordBtn">Generate</button>
      </div>
      <span id="passwordStrength"></span>
      <div class="button-group">
        <button type="button" id="copyPasswordBtn" style="display:none;">Copy</button>
      </div>
    </div>
  </div>
  <div class="button-group">
    <button type="button" onclick="toggleSettings()">Settings</button>
    <button type="submit">Submit</button>
  </div>
</form>

Text Content

SECURE NOTE

 * Home
 * About
 * Privacy
 * FAQ
 * Contact

Enter your note:


TTL SETTINGS

After first read (Note will expire after 72 hours or after first read)
Custom TTL
hours days (Maximum 168 hours)


PASSWORD SETTINGS

Generate
Copy
Settings Submit