Here's a quick one I just made.
https://gist.github.com/ninjastic/bc568895778132e1414564147d3a9aaf1. Open the the forum on any page.
2. Open your browser's developer tools.
3. Go to The
Console tab.
4. Paste and run the code. Do not close the tab and avoid using the forum in the meanwhile so you don't get rate limited.
After finishing it, a file called pm.json will be downloaded with the format:
[
{
"type": "inbox",
"title": "Here are my coins",
"date": "2010-03-22, 12:33:53",
"to": "TryNinja",
"toUrl": "https://bitcointalk.org/index.php?action=profile;u=557798",
"responded": true,
"message": "Hello TryNinja,<br><br>I will be sending my coins to you tomorrow, thank you <img src=\"https://bitcointalk.org/Smileys/default/smiley.gif\" alt=\"Smiley\" border=\"0\"><br><br>Best,<br>satoshi",
"author": "satoshi",
"authorUrl": "https://bitcointalk.org/index.php?action=profile;u=3"
}
]
Didn't hard test it, so idk... Worked for my inbox/outbox.
