Skip to main content
Home

@leaf/e-hentai@2024.12.19
Built and signed on GitHub Actions

A tool to retrieve tags that are blocked by the e-hentai

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
100%
Published
11 months ago (2024.12.19)
type alias Config

Configuration for the search

Properties

Whether to use headless browser

Whether to close the browser after the search

optional
cookies: Cookie[]

Cookies for authentication

Executable path of the Chrome

optional
baseTags: string[]

Base tags (tags that are not banned)

optional
extraTags: string[]

Extra tags (tags that are banned)

Exsiting items, will be skipped

Absolute path of result (ends with .json) If not provided, the result will not be saved

Absolute path of error (ends with .json) If not provided, the error will not be saved

User agent for the browser

optional
viewPort: { width: number; height: number; }

Viewport of the browser

Stop searching when duplicate items are found

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@leaf/e-hentai

Import symbol

import { type Config } from "@leaf/e-hentai";
or

Import directly with a jsr specifier

import { type Config } from "jsr:@leaf/e-hentai";

Add Package

pnpm i jsr:@leaf/e-hentai
or (using pnpm 10.8 or older)
pnpm dlx jsr add @leaf/e-hentai

Import symbol

import { type Config } from "@leaf/e-hentai";

Add Package

yarn add jsr:@leaf/e-hentai
or (using Yarn 4.8 or older)
yarn dlx jsr add @leaf/e-hentai

Import symbol

import { type Config } from "@leaf/e-hentai";

Add Package

vlt install jsr:@leaf/e-hentai

Import symbol

import { type Config } from "@leaf/e-hentai";

Add Package

npx jsr add @leaf/e-hentai

Import symbol

import { type Config } from "@leaf/e-hentai";

Add Package

bunx jsr add @leaf/e-hentai

Import symbol

import { type Config } from "@leaf/e-hentai";