UNPKG

@fairfetch/fair-fetch

Version:

Protect your site from AI scrapers by adding invisible noise to your site which confuses AI bots while keeping your site looking and functioning normally for your human visitors.

8 lines 255 B
type PolluteOptions = { targetElement?: string; className?: string; emptyBehavior?: 'polluteAll' | 'return'; }; export declare const polluteHTML: (html: string, opts?: PolluteOptions) => string; export {}; //# sourceMappingURL=pollute.d.ts.map