Unfortunately there's no easy way for me to make this work in a browser due to certain limitations (node modules, 'request' and 'cheerio,' don't have browserify support so they can't run in the context of webpages) - meaning that the 'show last topics' link I made can't execute the function that finds a person's last topics,
BUT,
I'm still going to release it as a simple javascript that you can run from your local command prompt. I'll include instructions on how to use it once it's finished
EDIT: I'm currently looking for ways to execute local javascript (scraping.js) from webpage javascript so it could work with the chrome extension. I kinda need variables from the webpage (like who's profile to show the last topics for and how many pages of 'show last posts' there are), so that is another problem that would only be solved by running with the chrome extension