Created
May 23, 2020 11:07
-
-
Save turboMaCk/4801e099361c50e8c890e76142745818 to your computer and use it in GitHub Desktop.
Damejidlo.cz - retry order
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(){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