Created
January 4, 2012 15:38
-
-
Save mahemoff/1560593 to your computer and use it in GitHub Desktop.
control freak script: archive most recent 10 instapaper articles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $('<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