Skip to main content
Home
This release is 5 versions behind 2024.12.19 — the latest version of @leaf/e-hentai. Jump to latest

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

Works with
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 Score100%
Publisheda year ago (2024.12.14)

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

type alias Config

Properties

optional
cookies: Cookie[]

[Optional] 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)

Absolute path of error (ends with .json)

User agent for the browser

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

Viewport of the browser

Stop searching when duplicate items are found

Number of items to search

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";