A fork of Dar9586's Nhentai Only english to include a changeable custom search.
This script is a fork of Dar9586's Nhentai Only english script, with a few key differences.
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)",
},