Skip to content

Instantly share code, notes, and snippets.

@benpage26
benpage26 / purge.js
Created July 6, 2016 16:52
remove all dropbox public links
# Using chrome dev tools at https://www.dropbox.com/links/your_links run:
$x('//a[@class="remove-link"]').each( function(x) {
x.click()
$x('//button[text()="Delete link"]')[0].click()
})
@benpage26
benpage26 / Eg. Class
Created April 14, 2011 11:18
Possible Bug in Java Compiler
We couldn’t find that file to show.