Skip to content

Instantly share code, notes, and snippets.

@Xinayder
Created June 11, 2015 17:35
Show Gist options
  • Save Xinayder/467440654463d57a8884 to your computer and use it in GitHub Desktop.
Save Xinayder/467440654463d57a8884 to your computer and use it in GitHub Desktop.
Steam Summer Sale 2015 Minigame autojoin script
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