Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bundy01/meta-blocklists

Blocking of Meta Plateforms Domains With Different File Formats
https://github.com/bundy01/meta-blocklists

adblock-list blocklist domains facebook hosts instagram meta privacy whatsapp

Last synced: 6 days ago
JSON representation

Blocking of Meta Plateforms Domains With Different File Formats

Awesome Lists containing this project

README

        

# Meta Blocklists
**I'm taking over the excellent [facebook-extended.txt](https://github.com/lightswitch05/hosts/blob/master/docs/lists/facebook-extended.txt) hosts list after his repo is archived.**

## Contributions
* **In case you find a domain that is not listed in the `manual-domains` file:**
You can add it to this file, which is sorted alphabetically. I'd search for valid sub-domains.

Command to sort the file:
```sh
sort -u FILE -o manual-domains
```

* **If you find a valid sub-domain that is not blocked:**
You can create the `manual-subdomains` file, if not already present and add it to this new file (format: only sub-domains).
It will be sorted alphabetically too.

* **Otherwise, if you're not familiar with `git` , you can also open an ISSUE.**

## Special Thanks
Thank you @lightswitch05 for your work.