Skip to content

Instantly share code, notes, and snippets.

@turboMaCk
Created May 23, 2020 11:07
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 turboMaCk/4801e099361c50e8c890e76142745818 to your computer and use it in GitHub Desktop.
Save turboMaCk/4801e099361c50e8c890e76142745818 to your computer and use it in GitHub Desktop.
Damejidlo.cz - retry order
javascript:(function(){function tryOrder(){window.setTimeout(function(){var btn=document.getElementsByClassName('Button Button--cartContainer')[0],evnt=document.createEvent('Events');evnt.initEvent('click', true, false);btn.dispatchEvent(evnt);tryOrder();},3000)}})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment