Documentation

[!NOTE] This README was generated by SKILL, get the ZH version from here.


HEADLESS BROWSER AUTOMATION FOR GO — STEALTH, SESSIONS, AND SMART CONTENT EXTRACTION

Go Reference Release License


A Go library with stealth anti-detection, Chrome cookie session injection, and multi-snapshot content extraction

Table of Contents

Features

go get github.com/pardnchiu/go-browser · Documentation

Architecture

Full Architecture

graph TB
    A[Fetch / CreateTab] --> B[Launcher]
    B --> C{Headless?}
    C -->|Yes| D[Stealth JS]
    C -->|No| E[Cookie Session]
    D --> F[Page Navigate + Scroll]
    E --> F
    F --> G[Snapshot Merge]
    G --> H[Readability + Dedup]
    H --> I[Markdown / HTML / JSON]

License

This project is licensed under the MIT LICENSE.

Author

邱敬幃 Pardn Chiu

hi@pardn.dev
https://linkedin.com/in/pardnchiu


©️ 2025 邱敬幃 Pardn Chiu

中文