☰

NHentai custom search

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

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

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

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
mr feelgood
Installazioni giornaliere
0
Installazioni totali
26
Valutazione
1 0 0
Versione
1.3.2
Creato il
20/04/2026
Aggiornato il
05/06/2026
Dimensione
3,18 KB
Licenza
https://opensource.org/licenses/MIT
Applica a

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