// ==UserScript==
// @name         Auronox Manual Submit Helper
// @namespace    https://quasarcrypto.xyz/
// @version      1.1
// @description  Autofill next email, wait for manual submit and reload
// @match        https://auronoxai.com/whitelist
// @grant        none
// ==/UserScript==

(function() {
  'use strict';

  const emails = [
    "example@gmail.com","example1@gmail.com","example2@gmail.com",
    // ... add your emails here ...
  ];

  // Get current index or start at 0
  let index = parseInt(localStorage.getItem("auronox_email_index") || "0");
  if (index >= emails.length) {
    alert("✅ All emails processed!");
    return;
  }

  // Autofill the email input
  const input = document.querySelector('input[type="email"]');
  if (!input) {
    console.error("Email input not found");
    return;
  }

  input.value = emails[index];
  input.dispatchEvent(new Event("input", { bubbles: true }));

  // Increment index and save for next page load
  index++;
  localStorage.setItem("auronox_email_index", index);

  console.log("✅ Autofilled email:", emails[index-1]);
})();

cut and paste at annually

now click join whitelist

reload this page to see magic

Mirror文章信息

Mirror原文:查看原文

作者地址:0xC35Df4faCdf6ab140152f9578817A92f59fC8128

内容类型:application/json

应用名称:MirrorXYZ

内容摘要:gIfn74ZU0cjytoVk19N3u_T-KY_5V1r0GDta4RvWbTk

原始内容摘要:xHZZiM-psh0ko-KHe7KzRqZx3F-h69Z5UeOjHCqJ_SQ

区块高度:1705376

发布时间:2025-07-05 15:49:55