Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,14 @@ jobs:
- name: Run tests
run: |
bin/test
jsdelivrpurge:
name: Purge jsDelivr cache
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
needs: build
if: ${{ always() && github.event_name == 'push' && github.ref_name == 'master' && needs.build.result == 'success' }}
steps:
- name: Run jsDelivr-Purge
uses: List-KR/jsdelivr-purge@5.5.0
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Block filter for advertisements, mainly on Korean sites. This works with
## Usage

```
https://github.com/yous/YousList/raw/master/youslist.txt
https://cdn.jsdelivr.net/gh/yous/YousList@latest/youslist.txt
```

### Adblock Plus ([Subscribe](https://subscribe.adblockplus.org/?location=https://github.com/yous/YousList/raw/master/youslist.txt&title=YousList))
### Adblock Plus ([Subscribe](https://subscribe.adblockplus.org/?location=https://cdn.jsdelivr.net/gh/yous/YousList@latest/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))
### uBlock Origin ([Subscribe](https://subscribe.adblockplus.org/?location=https://cdn.jsdelivr.net/gh/yous/YousList@latest/youslist.txt&title=YousList))

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

Expand All @@ -37,10 +37,10 @@ then import the new rules.
Add the following URL as a host source.

```
https://raw.githubusercontent.com/yous/YousList/master/hosts.txt
https://cdn.jsdelivr.net/gh/yous/YousList@latest/hosts.txt
```

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

Enable YousList on the filter list.

Expand Down