Skip to content

Instantly share code, notes, and snippets.

@joey-barbier
Created July 11, 2018 14:04
Show Gist options
  • Save joey-barbier/e2fef309134079eb9ad2b034d89f3731 to your computer and use it in GitHub Desktop.
Save joey-barbier/e2fef309134079eb9ad2b034d89f3731 to your computer and use it in GitHub Desktop.
Insert this code in your console for clean all files uploaded on Jumpshare
$('ul .dropdown-menu.top-right.js-dropdown-menu .delete').each(function(){
$(this).click().delay(500);
$('.btn-red').click().delay(500);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment