nhentai Quick Peek

Shows language, page count, artist, upload date, and copyable manga code/link when hovering over thumbnails

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
Snow2122
일일 설치 수
1
총 설치 수
17
평점
0 0 0
버전
1.2.0
생성일
2026-01-21
갱신일
2026-01-24
크기
13.5KB
라이선스
MIT
적용 사이트

nhentai Quick Peek

A userscript that displays essential manga information when you hover over thumbnails on nhentai.net.

Version License

Features

🔍 Hover to Preview

Hover over any manga thumbnail to instantly see:

Info Description
Artist Artist name (with ellipsis for long names)
Language Flag emoji + language name (🇬🇧 English, 🇯🇵 Japanese, 🇨🇳 Chinese)
Pages Total page count (fetched from API)
Upload Date When the manga was uploaded
Code The manga's unique ID number

📋 One-Click Copy

Two copy buttons available:

Button What it copies
Code The manga's unique ID number (123456)
🔗 Link Full manga URL

Visual feedback confirms the copy action with a checkmark.

⚡ Performance Optimized

  • Caching: Page counts are cached to minimize API calls
  • Async Loading: Page counts load in the background
  • Dynamic Support: Works with infinite scroll and dynamically loaded content

Installation

Prerequisites

Install a userscript manager for your browser:

Install Script

  1. Click on your userscript manager icon in the browser toolbar
  2. Select "Create a new script" or "Add new script"
  3. Copy and paste the contents of nhentai-quick-peek.user.js
  4. Save the script (Ctrl+S or Cmd+S)
  5. Navigate to nhentai.net and hover over any thumbnail

Usage

Simply hover your mouse over any manga thumbnail on nhentai.net. An overlay will appear at the bottom of the thumbnail showing:

  1. Artist name
  2. Language with a flag indicator
  3. Page count (loads asynchronously)
  4. Upload date
  5. Manga code - click to copy the code!
  6. Link button - click to copy the full manga URL!

The overlay has a smooth fade-in animation and disappears when you move your mouse away.

Compatibility

  • ✅ Works on all nhentai.net pages with gallery thumbnails
  • ✅ Compatible with infinite scroll
  • ✅ Works with dynamically loaded content
  • ✅ Tested with Tampermonkey and Violentmonkey

Screenshots

Hover over a thumbnail to see the info overlay

┌─────────────────────────────┐
│                             │
│      [Manga Thumbnail]      │
│                             │
│  ┌───────────────────────┐  │
│  │ Artist    Meme50      │  │
│  │ Language  🇬🇧 English │  │
│  │ Pages     24          │  │
│  │ Uploaded  Jan 22, 2026│  │
│  │ ┌────────┐ ┌────────┐ │  │
│  │ │#123456 │ │🔗 Link │ │  │
│  │ └────────┘ └────────┘ │  │
│  └───────────────────────┘  │
└─────────────────────────────┘

Changelog

v1.2.0 (2026-01-24)

  • Added Copy Link button next to the copy code button
  • Two buttons now side-by-side: code (red) and link (blue)
  • Link button copies full manga URL (e.g., https://nhentai.net/g/123456/)

v1.1.0 (2026-01-22)

  • Added Artist name display in the overlay
  • Added Upload date display in the overlay
  • Refactored API caching to store all gallery info in one cache
  • No additional API calls - both new features use existing response data

v1.0.0 (2026-01-22)

  • Initial release
  • Language detection (English, Japanese, Chinese)
  • Page count fetching via API
  • Click-to-copy manga code
  • Smooth overlay animations
  • Performance caching

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Snow2122