Skip to content

Instantly share code, notes, and snippets.

@verstoff
Last active February 12, 2017 09:31
Show Gist options
  • Select an option

  • Save verstoff/8a205d9c1e8de7aa759247b51ab1b3f1 to your computer and use it in GitHub Desktop.

Select an option

Save verstoff/8a205d9c1e8de7aa759247b51ab1b3f1 to your computer and use it in GitHub Desktop.
Remove all items in Yandex.Mail
(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