Skip to content

Instantly share code, notes, and snippets.

@RayBB
Last active August 27, 2019 18:40
Show Gist options
  • Save RayBB/7a64fad5da973b5760a474aff1dd88d6 to your computer and use it in GitHub Desktop.
Save RayBB/7a64fad5da973b5760a474aff1dd88d6 to your computer and use it in GitHub Desktop.
gixen.com wait bypass
// When logging into gixen.com there is a 60 second delay for free users.
// This script will bypass that if you run it on the page.
document.querySelector("#gbutton").disabled = false;
document.querySelector("#gbutton").click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment