This Tampermonkey script allows for downloading individual posts and pages from the SimpCity forum (should work for any XenForo forum).
- Install the Tampermonkey browser extension: Chrome Firefox Brave
- Important: Under the tampermonkey settings, set the Config mode to Advanced and enable the Browser API in Download Mode (BETA).
- Copy the contents of https://github.com/SkyCloudDev/ForumPostDownloader/blob/main/dist/build.user.js
- Create a new Tampermonkey script and paste the contents you copied in step 3 (build.js).
- Save the script (Ctrl+S).
- Visit any thread to verify the script installation.
The script should automatically update from GitHub. If it doesn't simply repeat the steps 3-6 from the installation section (paste into the existing script instead of creating a new one (step #4)).