☰

NHentai custom search

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

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
mr feelgood
Denně instalací
0
Celkem instalací
26
Hodnocení
1 0 0
Verze
1.3.2
Vytvořeno
20. 04. 2026
Aktualizováno
05. 06. 2026
velikost
3,2 KB
Licence
https://opensource.org/licenses/MIT
Spustit na

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)",
},