Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yous/YousList

Block filter for advertisements, mainly on Korean sites
https://github.com/yous/YousList

1blocker ad-blocker adaway adblock adblock-list adguard filterlist ublock-origin

Last synced: 16 days ago
JSON representation

Block filter for advertisements, mainly on Korean sites

Awesome Lists containing this project

README

        

# YousList

[![Build Status](https://github.com/yous/YousList/workflows/CI/badge.svg?branch=master)](https://github.com/yous/YousList/actions?query=branch%3Amaster)

Block filter for advertisements, mainly on Korean sites. This works with
[Adblock Plus][], [uBlock Origin][], [1Blocker][], [AdAway][], and [AdGuard][].

[Adblock Plus]: https://adblockplus.org/
[uBlock Origin]: https://github.com/gorhill/uBlock
[1Blocker]: https://1blocker.com/
[AdAway]: https://github.com/AdAway/AdAway
[AdGuard]: https://adguard.com/

## Usage

```
https://github.com/yous/YousList/raw/master/youslist.txt
```

### Adblock Plus ([Subscribe](https://subscribe.adblockplus.org/?location=https://github.com/yous/YousList/raw/master/youslist.txt&title=YousList))

Install the browser plugin of Adblock Plus and add a subscription as 'YousList' with the above URL.

### uBlock Origin ([Subscribe](https://subscribe.adblockplus.org/?location=https://github.com/yous/YousList/raw/master/youslist.txt&title=YousList))

Install the browser plugin of uBlock Origin and enable 'KOR: YousList' by checking it.

### 1Blocker

Go to [the latest release page](https://github.com/yous/YousList/releases/latest)
and click the "Download Rules.1blockpkg" link. Select 1Blocker from the "Open
In" menu. To update to the newer version, you have to remove previous rules and
then import the new rules.

### AdAway

Add the following URL as a host source.

```
https://raw.githubusercontent.com/yous/YousList/master/hosts.txt
```

### AdGuard ([Subscribe](https://subscribe.adblockplus.org/?location=https://github.com/yous/YousList/raw/master/youslist.txt&title=YousList))

Enable YousList on the filter list.

The following is the DNS filter:

```
https://cdn.jsdelivr.net/gh/adguardteam/HostlistsRegistry@main/assets/filter_15.txt
```

## Testing

For the tests of your filter, make a temporary subscription served by your local machine by:

``` sh
ruby -run -ehttpd . -p8000
```

Add a filter using `http://localhost:8000/youslist.txt`.

## Contributing

New issues and pull requests are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for further details.

## License

Content of the YousList is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).