get_html
Fetch the connected tab's full HTML source. Truncate at 20,000 characters with a marker indicating cut amount and real length, so truncated output is unambiguous.
Instructions
Get the full HTML source of the currently connected tab (document.documentElement.outerHTML). Truncated to 20000 characters for large pages; a truncated result ends with a … marker giving how much was cut and the real length of the document, so a short result is never ambiguous between "small page" and "cut off here".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||