☰

NHentai custom search

A fork of Dar9586's Nhentai Only english to include a changeable custom search.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Skaber
mr feelgood
Daglige installationer
0
Installationer i alt
26
Bedømmelser
1 0 0
Version
1.3.2
Oprettet
20.04.2026
Opdateret
05.06.2026
Size
3,18 kB
Licens
https://opensource.org/licenses/MIT
Gælder for

This script is a fork of Dar9586's Nhentai Only english script, with a few key differences.

Features From Dar9586's Script

  • Search pages automatically apply an English language filter to the search bar, hidden from the user
  • Tag pages are automatically converted into search pages

Features added by this script

  • Updated compatibility with the current version of nhentai
  • Results tagged with "ai generated" are now excluded by default
  • Filters are now trivially easy to add or remove — see the instructions below

Adding / Removing filters

The first thing you'll see when editing the script is this:

const search = [
    {
        val: 'language:english',
        simplified: 'english'
    },
    {
       val: '-tag:"ai generated"',
       simplified: 'ai generated'
    },
    // EXTRA SEARCH TERMS
    // {
    //    val: "tag:some_tag",
    //    simplified: "some_tag",
    // },
];

You'll notice a commented-out example already in place — simply uncomment it and fill in your values, or add a new block after the last }, but before the closing ];:

{
    val: "your search term here",
    simplified: "a shorter label (or just copy val if unsure)",
},