Scene Control
Customize the Page
Inject CSS, JS, and hide selectors before capture.
Hide selectors
{
"customize": {
"hide_selectors": [".cookie-banner", ".chat-widget"]
}
}Inject CSS
{
"customize": {
"css": "body { background: #fff }"
}
}Inject scripts
{
"customize": {
"scripts": "document.body.setAttribute('data-capture', 'true');",
"scripts_wait_until": ["load"]
}
}Size limits
Custom CSS and scripts are capped at 131072 bytes each.