camoufox
Version:
JavaScript port of Camoufox - a tool for Firefox anti-fingerprinting and browser automation.
9 lines (8 loc) • 380 B
JavaScript
import { camoufoxPath, INSTALL_DIR } from './pkgman.js';
export { Camoufox, NewBrowser } from './sync_api.js';
export { launchOptions } from './utils.js';
export { downloadMMDB, removeMMDB } from './locale.js';
export { getLaunchPath, INSTALL_DIR } from './pkgman.js';
export async function downloadBrowser(installDir = INSTALL_DIR) {
return await camoufoxPath(installDir);
}