11 Commits

Author SHA1 Message Date
Ching L
3d1f189293 fix: directly resize image instead of using transform, override positioning 2025-12-04 01:17:49 +08:00
Ching L
0054293187 fix: add transform scale to shrink preview images to fit container 2025-12-04 01:16:49 +08:00
Ching L
92984f7b1c fix: simplify CSS to only resize container, preserve original image behavior 2025-12-04 01:12:52 +08:00
Ching L
9236538784 fix: adjust container dimensions to maintain original aspect ratio with 50px height 2025-12-04 01:11:59 +08:00
Ching L
efd606d0b5 fix: use transform scale to properly resize preview thumb images 2025-12-04 01:10:13 +08:00
Ching L
c69b3967f1 fix: preserve sprite image positioning while resizing preview container 2025-12-04 01:05:48 +08:00
Ching L
fb7736d27d fix: resize preview thumb images to match container dimensions 2025-12-04 01:02:03 +08:00
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