Adverts can ruin screenshots for some users, luckily GrabzIt can block adverts on web screenshots by blocking all requests that match our black list of advertising domains. Blocking adverts on websites also has the added benefit of reducing the time it takes to generate screenshots.
To block adverts just set the noAds parameter as shown below.
<script src="https://cdn.jsdelivr.net/npm/@grabzit/js@3.4.8/grabzit.min.js"></script>
<script>
GrabzIt("Sign in to view your Application Key").ConvertURL("http://www.spacex.com", {"noads":1}).Create();
</script>