Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 3.22 KB

README.md

File metadata and controls

38 lines (35 loc) · 3.22 KB

Forum Posts Downloader

This Tampermonkey script allows for downloading individual posts and pages from the SimpCity forum (should work for any XenForo forum).

Supported Hosts

Installation

  1. Install the Tampermonkey browser extension: Chrome Firefox Brave
  2. Important: Under the tampermonkey settings, set the Config mode to Advanced and enable the Browser API in Download Mode (BETA).
  3. Copy the contents of https://github.com/SkyCloudDev/ForumPostDownloader/blob/main/dist/build.user.js
  4. Create a new Tampermonkey script and paste the contents you copied in step 3 (build.js).
  5. Save the script (Ctrl+S).
  6. Visit any thread to verify the script installation.

Updates

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)).