Last active
August 27, 2019 18:40
-
-
Save RayBB/7a64fad5da973b5760a474aff1dd88d6 to your computer and use it in GitHub Desktop.
gixen.com wait bypass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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