Created
June 11, 2015 17:35
-
-
Save Xinayder/467440654463d57a8884 to your computer and use it in GitHub Desktop.
Steam Summer Sale 2015 Minigame autojoin script
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
function removeErrors() { | |
var list = document.getElementsByClassName("newmodal"); | |
for (var i = 0; i < list.length; i++) | |
{ | |
list[0].remove(); | |
} | |
} | |
setInterval("removeErrors()", 1500); | |
setInterval("FindGame()", 5000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment