Skip to content

Instantly share code, notes, and snippets.

@mahemoff
Created January 4, 2012 15:38
Show Gist options
  • Select an option

  • Save mahemoff/1560593 to your computer and use it in GitHub Desktop.

Select an option

Save mahemoff/1560593 to your computer and use it in GitHub Desktop.
control freak script: archive most recent 10 instapaper articles
$('<button>Archive Ten</button>')
.click(function() {
$('#bookmark_list a.archiveButton').slice(0,9).click();
})
.insertBefore($('body').children().first())
# include jQuery in the libraries tab and apply this script in http://instapaper.com/u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment