A userscript that enhances Kemono and Coomer with a beautiful glassmorphism media player and improved post title display.
- Audio Player - Plays audio files in a sleek modal with download progress
- Video Player - Optional video playback (toggle via Tampermonkey menu)
- Full Titles - Preserves full post titles without truncation
- Glassmorphism UI - Modern, blurred glass aesthetic
- Keyboard Shortcuts - Space (play/pause), M (mute), F (fullscreen), Arrow keys (seek)
- Download - Direct download button for media files
- Install Tampermonkey or Violentmonkey
- Install the userscript from Greasyfork (link TBD)
# Install dependencies
bun install
# Build (with file watching)
bun run dev
# Build for production
bun run build
# Lint
bun run lint
# Format
bun run format
# Type check
bun run typechecksrc/
├── index.ts # Entry point
├── config.ts # Configuration & GM menu commands
├── player/
│ ├── MediaPlayer.ts # Main player class
│ ├── template.ts # HTML template
│ └── icons.ts # SVG icons
├── styles/
│ ├── base.css # Host page modifications
│ └── player.css # Player styles (Tailwind)
└── utils/
└── shim.ts # Title preservation shim