Skip to content

Instantly share code, notes, and snippets.

@rschrieken
Last active November 18, 2015 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rschrieken/2c0466b8900f70cdd127 to your computer and use it in GitHub Desktop.
Save rschrieken/2c0466b8900f70cdd127 to your computer and use it in GitHub Desktop.
scrape next task (review result on SE)
$.post('http://stackoverflow.com/review/next-task/10251558',
{ taskTypeId: 1, "fkey": StackExchange.options.user.fkey},
function(data) {
// json payload, parse instruction for reviewers
console.log(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment