Created
December 1, 2017 12:50
-
-
Save bjorngi/c3823a98824f3338694cadebfa795b4a to your computer and use it in GitHub Desktop.
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 console solution for http://www.decisionproblem.com/paperclips/index2.html | |
(() => { | |
setInterval(() => document.getElementById('btnMakePaperclip').click(), 1) | |
setInterval(() => document.getElementById('btnBuyWire').click(), 10000) | |
})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment