Skip to content
 
 

Latest commit

 

History

45 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Pi-hole AI-Slop Block List

Goal

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.


Raw TXT File Link

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.


How to Use in Pi-hole

  1. Open Pi-hole Web Admin
  2. Go to Group Management → Adlists
  3. Click Add
  4. Paste the TXT file link above
  5. Click Save
  6. Update Gravity:

How to add to the file from Android:

HTTP Shortcuts → repository_dispatch → GitHub Action

On your Android phone:

Headers:

Authorization: Bearer <PAT>
Accept: application/vnd.github+json
Content-Type: application/json

Body:

{
  "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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors