Skip to content

Instantly share code, notes, and snippets.

@bjorngi
Created December 1, 2017 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjorngi/c3823a98824f3338694cadebfa795b4a to your computer and use it in GitHub Desktop.
Save bjorngi/c3823a98824f3338694cadebfa795b4a to your computer and use it in GitHub Desktop.
// 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