source_get_script
Retrieve the exact source code Chrome loaded using a script ID or URL substring, with optional line ranges. Numbered lines ensure breakpoint line numbers match what you see.
Instructions
Read the source Chrome actually loaded, by scriptId or URL substring, optionally a line range. Lines come back numbered so the numbers you quote to a breakpoint are the numbers you saw.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL substring identifying the script. | |
| end_line | No | Last line to return (1-based). | |
| script_id | No | scriptId from source_list_scripts. | |
| start_line | No | First line to return (1-based). |