Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yous/YousList
- Owner: yous
- Created: 2014-09-13T15:03:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T09:22:28.000Z (7 months ago)
- Last Synced: 2024-04-14T04:24:00.740Z (7 months ago)
- Topics: 1blocker, ad-blocker, adaway, adblock, adblock-list, adguard, filterlist, ublock-origin
- Language: Roff
- Homepage:
- Size: 47 MB
- Stars: 291
- Watchers: 16
- Forks: 34
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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/).