AdBlocker for Website Screenshots

Advertisements can often clutter a webpage and distract from the main content. With Add Screenshots, you can enable the AdBlocker feature to remove these advertisements prior to taking a website screenshot. This results in cleaner, more focused screenshots.

Moreover, if you're using screenshots to track changes on a website, removing ads can help avoid false positives. Since ads often change, they could be mistaken for significant content changes. By blocking ads, you can focus on the actual content of the website.

Default AdBlocker Setting

By default, the blockads parameter is set to false. This means that AdBlocker is not activated unless specifically enabled.

Enabling AdBlocker

The example below shows a screenshot taken with AdBlocker enabled:

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&blockads=true
&fullpage=true
&url=google.com/search?q=rental+car

Screenshot with Blocked Ads

Disabling AdBlocker (default)

The example below shows a screenshot taken with AdBlocker disabled (the default setting):

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&blockads=false
&fullpage=true
&url=google.com/search?q=rental+car

Screenshot without Blocked Ads