Advertisement
Swiftkill

Remove links to DB files

Dec 26th, 2020
1,217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Run this in Console at Shared/Link page on Dropbox site to delete all shared links.
  2. $$('#links-list .mc-popover-trigger').forEach(n=>{
  3.     console.log('delete',n);
  4.     n.click();
  5.     $('.delete-link').click()
  6.     $('.button-primary').click()
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement