Hey,
I've made a shitty userscript for quoting posts in locked topics. It's certainly not a great solution, but I had a few hours to spare so maybe it'll help someone.
You can download it here.Example screenshot:
Here's a brief list of issues:
Quotes- It tries to delete all the quotes in the post, as I didn't want to bother going through and parsing them all
- - Unfortunately, it seems that if a post starts with a quote it will delete everything from there to the end of the last quote.
Images- Images only seem to be parsed properly if they're on the start of a new line. I don't know why. If they're not on the start of a new line, they'll just be deleted (maybe).
Formatting- This script has a very basic HTML -> bbcode converter. It supports the following tags:
hr, btc, b, i, u, s, url, img, size, glow, color.
Everything not in this list is stripped.
- - This script doesn't deal very well with nested tags, and so will probably break the layout trying to parse the bbcode. It's fixable with a bit of effort, just not perfect.
Quote date- The quote date may be incorrect. This is because it gets the time of the post based on your computer, rather than the server. Luckily, this is essentially just cosmetic and will still link up even if completely off (I think).
It should also be noted that this script has barely been tested, and may turn out to be completely useless in the grand scheme of things. Regardless it was a fun little project.
You can report issues here if you like, but being completely honest I probably won't ever fix them. If anyone wants to try to fix/improve anything here, be my guest. I'll update the link in the OP in which case.
Thanks,
Minifrij