4 Commits

Author SHA1 Message Date
Ching L
dae0c77d3c feat: add custom CSS to override preview thumb image container dimensions 2025-12-04 00:54:16 +08:00
Ching L
16f8056867 feat: add mastodon alt text modal auto-skip script
- 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
2025-11-03 11:01:48 +08:00
Ching L
e04d4f447d fix: track middle-click and context menu opens as visited
- 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
2025-09-23 10:49:45 +08:00
Ching
e0b022d791 feat: Add 51cg website helper script with hot post filtering and read marking
- 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
2025-09-21 20:31:00 +08:00