Last active
February 12, 2017 09:31
-
-
Save verstoff/8a205d9c1e8de7aa759247b51ab1b3f1 to your computer and use it in GitHub Desktop.
Remove all items in Yandex.Mail
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
| (function(){ | |
| $('.ns-view-toolbar-button-main-select-all').click(); | |
| $('.ns-view-toolbar-button-delete').click(); | |
| setTimeout(arguments.callee,5000); | |
| })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment