Skip to content

Commit

Permalink
feat: update README zith new filter formats
Browse files Browse the repository at this point in the history
  • Loading branch information
quenhus committed Aug 21, 2023
1 parent 10dd929 commit b438424
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,20 @@ Select the filters flavors you want, depending on your needs and search engine:
Note: In `dist/`, you can find filters for other search engines (Google, DuckDuckGo, Startpage or Brave). You can use and combine these filters by using the raw URL of `dist/` files.
</details>

<details>
<summary>macOS Userscript</summary>

### macOS Userscript

For macOS users, this project also provide some Userscripts for Google+DuckDuckGo in `dist/userscript/google_duckduckgo/`

</details>
## Other filter formats (uBlacklist, hosts filter, ...)

This project also provide filter in other formats:
- [uBlacklist](https://github.com/iorate/ublacklist) (more efficient than uBO in this case)
- macOS userscript
- Domains filter (can be used with a Pi-hole/Firewall)
- DNS hosts filter (can be used in `/etc/hosts`)

||dev|global|StackOverflow|GitHub|NPM|Wikipedia|SEO Spam|
|---|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|uBlacklist|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/uBlacklist/all.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/uBlacklist/global.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/uBlacklist/stackoverflow_copycats.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/uBlacklist/github_copycats.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/uBlacklist/npm_copycats.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/uBlacklist/wikipedia_copycats.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/uBlacklist/seo_spam.txt)|
|macOS userscript|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/userscript/google_duckduckgo/all.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/userscript/google_duckduckgo/global.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/userscript/google_duckduckgo/stackoverflow_copycats.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/userscript/google_duckduckgo/github_copycats.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/userscript/google_duckduckgo/npm_copycats.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/userscript/google_duckduckgo/wikipedia_copycats.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/userscript/google_duckduckgo/seo_spam.txt)|
|Domains filter|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/domains/all.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/domains/global.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/domains/stackoverflow_copycats.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/domains/github_copycats.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/domains/npm_copycats.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/domains/wikipedia_copycats.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/domains/seo_spam.txt)|
|DNS hosts filter|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/hosts/all.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/hosts/global.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/hosts/stackoverflow_copycats.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/hosts/github_copycats.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/hosts/npm_copycats.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/hosts/wikipedia_copycats.txt)|[Link](https://raw.githubusercontent.com/quenhus/uBlock-Origin-dev-filter/main/dist/other_format/hosts/seo_spam.txt)|

## Adding URL's

Expand Down

0 comments on commit b438424

Please sign in to comment.