Open http://getpocket.com/a/queue/list/ Paste into the command line:
$.post("/a/x/get.php", {offset: 0, count: 1000, state: "queue", favorite: "null", sort: "oldest", search: "", tag: "", view: "list", formCheck: window.formCheck}, function (r) {var d = JSON.parse(r); var urls = []; for (var i in d.list) { urls.push(d.list[i].given_url); } alert(JSON.stringify(urls)); })
Copy the text from the popup.
Go to readability.com, log in Paste the code into the command line and replace the PASTE_HERE text with the one you have copied.