Scene Control
Blocklists and Cleanup
Block assets and dismiss cookie banners.
Block resource types
{
"block": {
"resources": ["image", "media", "font"]
}
}Block URL patterns
Wildcards are supported with *.
{
"block": {
"requests": ["*analytics*", "*doubleclick.net*"]
}
}block.patterns is accepted and merged into block.requests.
Cookie banners and heuristics
By default, cookie banners are auto-clicked. Turn it off or enable heuristic cleanup for extra overlays:
{
"block": {
"cookie_banners": true,
"banners_by_heuristics": true
}
}Ad and tracker blocking
Set block.ads, block.trackers, or block.chats to target known host suffixes.