Skip to content

Instantly share code, notes, and snippets.

@cacheleocode
Created July 17, 2014 03:39
Show Gist options
  • Select an option

  • Save cacheleocode/c4ecdf544cecf6fac3ea to your computer and use it in GitHub Desktop.

Select an option

Save cacheleocode/c4ecdf544cecf6fac3ea to your computer and use it in GitHub Desktop.
simulate click
window.onload = function() {
setTimeout(function() {
document.getElementById('Stage_bear_sym_bear').click();
}, 1000);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment