- Created new Tampermonkey script to automatically skip Alt text confirmation modal on Mastodon
- Auto-detects and clicks "就这样发布" button when posting images without alt text
- Uses MutationObserver for efficient DOM monitoring
- Updated README with script documentation and usage instructions
- Added mousedown listener for middle-click (button 1) events
- Added contextmenu listener for right-click menu actions
- Ensures posts opened in new tabs are marked as visited
- Add toggle to hide hot trending posts and ads on list pages
- Implement automatic read post tracking with visual indicators (strikethrough, grayscale)
- Auto-manage read history (max 1000 records with FIFO)
- Add floating control panel with persistent settings
- Support dark mode and dynamic content loading
- Fix issue where article content pages were incorrectly hidden
- Update README with script documentation