Skip to content

Instantly share code, notes, and snippets.

@ian-cox
Created November 25, 2013 21:46
Show Gist options
  • Save ian-cox/7649484 to your computer and use it in GitHub Desktop.
Save ian-cox/7649484 to your computer and use it in GitHub Desktop.
Bookmarklet to click link based on ID
javascript:(function()%7Bwindow.onload=setTimeout(document.getElementById('idName').click(),1000);%7D)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment