URL: /rules/adblock

---
title: "Adblock Detection"
description: "Detection of content blocked by ad blockers"
---

<Warning>**Beta Category** - These rules are experimental and may change significantly in future releases.</Warning>

Detection of content blocked by ad blockers

## Rules

<CardGroup cols={2}>
  <Card title="Adblock Element Hiding" icon="triangle-exclamation" href="/rules/adblock/element-hiding">
    Checks for elements that would be hidden by common adblockers
  </Card>
  <Card title="Blocked Tracking Links" icon="circle-info" href="/rules/adblock/blocked-links">
    Checks for links and resources pointing to blocked tracking domains
  </Card>
</CardGroup>

## Disable All Adblock Detection Rules

```toml squirrel.toml
[rules]
disable = ["adblock/*"]
```
