Documentation Playground
Docs / Appearance Options
Configuration

Appearance Options

Clean up messy websites or alter the layout format by utilizing our appearance filters. Strip out ads, hide images, remove links, or force the browser to render backgrounds.

Implementation Example

JSON Payload
{ "url": "https://news.ycombinator.com", // Render CSS backgrounds (usually disabled in print mode) "print_backgrounds": true, // Clean up the document by removing images and interactive elements "no_images": true, "no_forms": true, "no_ads": true }

Filters Explained

no_images Default: false
Set to true in order to disable images.
no_blank_pages Default: false
Set to true in order to remove blank pages.
no_ads Default: false
Set to true in order to remove ads.
no_forms Default: false
Set to true in order to disable forms.
no_css Default: false
Set to true in order to disable css.
no_javascript Default: false
Set to true in order to disable javascript execution.