Hide the consent / cookies banner

Many websites display a cookie consent form due to privacy and GDPR reasons. Use the &consent=true option to remove the cookie banner from the page and capture a clean screenshot.

Note that the automated accept consent option may not work on all websites. Refer to the Click Elements page to see an example.

Hide the cookie banner example

The screenshot below shows a website with a "We use cookiues to provide..." footer with an OK button.

Screenshot with a cookie banner

Use the sample code belwo to accept and hide the cookies.

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&consent=true
&url=digitalocean.com

Screenshot without a cookie banner