Created
December 1, 2017 09:20
-
-
Save my8bit/aeaef2dae15bf243888b085e768e7b91 to your computer and use it in GitHub Desktop.
Time to bookmarklet
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
javascript:(function(){ | |
document.querySelector('.mt5 a').click(); | |
document.querySelector('#d2').value = 10; | |
document.querySelector('#m2').value = 11; | |
document.querySelector('#y2').value = 2017; | |
document.querySelector('#subbut').click(); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment