Skip to content

Instantly share code, notes, and snippets.

@IRON-M4N
Last active May 28, 2024 19:55
Show Gist options
  • Select an option

  • Save IRON-M4N/26a4733fc1e2e7164838041bb6c28f2d to your computer and use it in GitHub Desktop.

Select an option

Save IRON-M4N/26a4733fc1e2e7164838041bb6c28f2d to your computer and use it in GitHub Desktop.

How to Use?

Step 1: Copy this Code

(()=>{let t=localStorage.getItem('zmo-ai-image-generator-identify');if(!t){alert("Enable cookies!");return}document.documentElement.innerHTML=`<div><p>Your access token:</p><input value="${t}" id="token" readonly><br><br></div><button id="copy">Copy</button>&nbsp;&nbsp;<button id="contact">Contact</button><p><i><a href="https://github.com/IRON-M4N">© IRON-M4N</a></i></p>`;document.getElementById('contact').addEventListener('click',()=>{window.location.href="https://wa.me/message/WQN4P6ES5DDSA1"});document.getElementById('copy').addEventListener('click',()=>{navigator.clipboard.writeText(document.getElementById('token').value).then(()=>alert('Token copied!'))})})();

Step 2: Enable Cookies

Go to ZMO AI and make sure cookies are enabled in your browser.

Step 3: Paste the Code

Paste the copied code into the URL bar after the website loads. It should look like this:

javascript: // Code here

Example

Example

After this you should get a access token.


© IRON-M4N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment