Created
November 25, 2013 21:46
-
-
Save ian-cox/7649484 to your computer and use it in GitHub Desktop.
Bookmarklet to click link based on ID
This file contains 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
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