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: 2 months ago
JSON representation
Blocking of Meta Plateforms Domains With Different File Formats
- Host: GitHub
- URL: https://github.com/bundy01/meta-blocklists
- Owner: Bundy01
- License: gpl-3.0
- Created: 2024-09-09T23:37:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T15:26:33.000Z (3 months ago)
- Last Synced: 2025-03-23T16:32:50.599Z (3 months ago)
- Topics: adblock-list, blocklist, domains, facebook, hosts, instagram, meta, privacy, whatsapp
- Homepage:
- Size: 18.7 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
```console
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: xyz.example.com). 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.