A Tampermonkey script for automatic post reading on specific forum websites.
- Automatic Scrolling: Automatically scroll through forum posts at adjustable speeds
- Auto Like: Automatically like posts with configurable intervals
- Read History: Avoids re-reading the same posts by maintaining a reading history
- Site Support: Compatible with multiple forum websites:
- Configurable Settings: Customize scroll speed, like intervals, and more
- User-Friendly Panel: Easy-to-use control panel for managing script functions
- Daily Counter: Tracks daily activity with automatic reset
- Install the Tampermonkey 脚本猫browser extension
- Create a new script in Tampermonkey
- Copy the content of one of the script files (
read.js,simple-read.js, orsimple-read1.js) - Paste the content into the Tampermonkey script editor
- Save the script
- Navigate to one of the supported forum websites
- The control panel will appear in the bottom right corner of the page
- Click the "Start" button to begin automatic reading
- Adjust the scroll speed using the provided slider
- Toggle auto-like functionality as needed
- Configure the like interval for auto-like feature
- read.js: Full-featured version with comprehensive controls
- simple-read.js: Simplified version supporting nodeloc.com, linux.do, and mjjbox.com
- simple-read1.js: Simplified version supporting only nodeloc.com and linux.do
- Range: 1 - 200
- Default: 40
- Description: Controls how fast the page scrolls, higher values mean faster scrolling
- Range: 1000 - 600000ms (1 second - 10 minutes)
- Default: 2500ms (2.5 seconds)
- Description: Controls the time between automatic likes, higher values mean slower liking
- Capacity: Up to 100 posts
- Description: Automatically manages previously read posts to avoid re-reading
- Interval: 24 hours
- Description: Activity counter resets automatically every day
- Start Reading: Begin automatic reading
- Stop Reading: Pause automatic reading
- Enable Auto Like: Activate automatic liking
- Disable Auto Like: Deactivate automatic liking
- Minimize Button: Collapse the control panel
- Scroll Speed: Shows current scroll speed setting
- Like Interval: Shows current like interval setting
- Today's Likes: Displays daily like count and limit
- Status Info: Shows current script running status
- Shows current reading status (Active/Inactive)
- Click to restore the full control panel
The script requires the following Tampermonkey permissions:
GM_addStyle: For adding custom stylesGM_getValue: For storing settingsGM_setValue: For retrieving settingsGM_registerMenuCommand: For adding menu commandsGM_notification: For displaying notifications (in some versions)
MIT License