Skip to content

Commit

Permalink
last test
Browse files Browse the repository at this point in the history
  • Loading branch information
NotaInutilis committed Sep 5, 2023
1 parent 51f065c commit a0b375a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3,149 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,36 +28,33 @@ Distributed under the [anti-fascist licence](https://github.com/rimu/no-qanon/bl

### AdBlock Plus syntax

[Blocklist in AdBlock format](https://raw.githubusercontent.com/rimu/no-qanon/master/adblock.txt) to use with an adblocker ([uBlock Origin](https://ublockorigin.com), [Adguard](https://adguard.com)…) or Adguard Home.
[Blocklist in AdBlock format](https://raw.githubusercontent.com/rimu/no-qanon/master/adblock.txt) to use with an adblocker ([uBlock Origin](https://ublockorigin.com), [Adguard](https://adguard.com)…) or Adguard Home. It uses a [strict blocking rule](https://github.com/gorhill/uBlock/wiki/Strict-blocking) to block access to those sites on your browser.

[Click here to subscribe.](https://subscribe.adblockplus.org/?location=https://raw.githubusercontent.com/rimu/no-qanon/master/adblock.txt&title=No-QAnon)

### uBlacklist syntax

[Blocklist in uBlacklist format](https://raw.githubusercontent.com/rimu/no-qanon/master/ublacklist.txt) to use with [uBlacklist](https://github.com/iorate/ublacklist).\
[Blocklist in uBlacklist format](https://raw.githubusercontent.com/rimu/no-qanon/master/ublacklist.txt) to use with [uBlacklist](https://github.com/iorate/ublacklist). It removes blocked sites from search engine results.

[Click here to subscribe.](https://iorate.github.io/ublacklist/subscribe?name=No-QAnon&url=https://raw.githubusercontent.com/rimu/no-qanon/master/ublacklist.txt)

### Domains list

[Domains list format](https://raw.githubusercontent.com/rimu/no-qanon/master/domains.txt) to use with [Search Engine Spam Blocker](https://github.com/no-cmyk/Search-Engine-Spam-Blocker).
[Domains list format](https://raw.githubusercontent.com/rimu/no-qanon/master/domains.txt) to use with [Search Engine Spam Blocker](https://github.com/no-cmyk/Search-Engine-Spam-Blocker). It removes blocked sites from search engine results.

## How to contribute

Clone this repository and add new domains in a `.txt` files in the `sources` folder.
Clone this repository and add new domains in the appropriate `.txt` files in the `sources` folder. If you do not want to categorize, just put it in the `sources/default.txt` file and it will be blocked.

For the `https://www.example.com` website, add `example.com` to the `sources/default.txt` file.
> For the `https://www.example.com` website, add `example.com` to the `sources/default.txt` file.
Then, when you push your changes to the `sources` folder, GitHub actions should kick in and automatically generate new versions of the blocklists. Should you want to generate them yourself, you can run the `scripts/update.sh` script (prerequisites : bash, python, git).

Finally, make a pull request: we'll review and approve it within a few days.

### Categorization

The current organization is a subfolder per language, and a `.txt` file per category.

For the `https://www.example.com` international website of the example category, add `example.com` to the `sources/int/examples.txt` file.

All countries and communities deal with different conspiracies and hate groups so create folders and files as you see fit.
Blocked sites are organized using subfolders and `.txt` files in the `sources` folder. Use markdown (`.md`) files and comments (`#`) to add more information and references.

### How to contribute (easy mode)

Expand Down
10 changes: 0 additions & 10 deletions sources.txt

This file was deleted.

1 change: 0 additions & 1 deletion sources/int/default.txt

This file was deleted.

Loading

0 comments on commit a0b375a

Please sign in to comment.