Statistics by [Better Inspector](https://source.ind.ie/better/inspector) based on [the page](https://archive.better.fyi/wired.com.har.gz) as on <!-- lastUpdate -->Monday, May 16th 2016<!-- /lastUpdate -->
## Wired.com post-block clean-up rules
Fix the empty space at the tops of pages.
```mson
- trigger:
- url-filter: wired.com
- action:
- type: css-display-none
- selector: div[data-js="leaderboard"]
```
Hide the empty sponsored posts box for blocked Outbrain posts.
```mson
- trigger:
- url-filter: wired.com
- action:
- type: css-display-none
- selector: div[data-outbrain-url]
```
Looks like Wired are defaulting some article links to hidden by default. Odd, but let’s go all the way with it and hide them altogether. (Wish we had a strip-class attribute so we could strip the ‘hide’ class instead and show the articles.)