This repository provides a community-maintained block list of AI-generated, low-effort websites ("AI-Slop") for Pi-hole.
These sites are often auto-generated, clickbait, or scraper content that clutters your browsing experience.
By using this list in Pi-hole, you can block these sites at the DNS level and improve your internet experience.
The goal is therefor not to block sites that have ai or use partly use it, or sites like ChatGPT, but to block sites that are fully or mostly ai created.
You can add this list directly to your Pi-hole as an Adlist by copying or clicking the link below:
https://github.com/BaroqueW/AI-Slop-Blocker/blob/main/AI-SLOP-SITES.txt
Tip: Click the link to open it in your browser, or copy it to add to Pi-hole.
- Open Pi-hole Web Admin
- Go to Group Management → Adlists
- Click Add
- Paste the TXT file link above
- Click Save
- Update Gravity:
On your Android phone:
- Install HTTP Shortcuts.
- Create a shortcut that appears in the Android Share menu.
- Configure it to POST to: https://api.github.com/repos/owner/repo/dispatches
Authorization: Bearer <PAT> Accept: application/vnd.github+json Content-Type: application/json
{ "event_type": "add-domain", "client_payload": { "url": "{{share_text}}" } }
PAT is your Personal Access Token setup in GitHub. You only need Contents RW persmissions. {{share_text}} is the shared variable in HTTP Shortcuts, you need to set it up in HTTP Shortcuts as a Global Variable, Accepting to received shared text (as Title + Text). When configuring the shortcut, you must select the variable from the curly braces menu, not type it in manually.