From a1c11366aff37491df3af1297463a2b9d55e82e1 Mon Sep 17 00:00:00 2001 From: PiQuark6046 Date: Wed, 22 Nov 2023 02:10:47 +0000 Subject: [PATCH 1/5] update ci --- .github/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 366f6f24..10cd6eb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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.0.0 \ No newline at end of file From 29645384718d583c1d39321dc409004ee2920faa Mon Sep 17 00:00:00 2001 From: PiQuark6046 Date: Wed, 22 Nov 2023 02:16:04 +0000 Subject: [PATCH 2/5] update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 53fca4a9..45b33063 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. From a3921d5bc9809e4f5952a2d59bf907ffeff3a691 Mon Sep 17 00:00:00 2001 From: PiQuark6046 Date: Tue, 12 Dec 2023 06:10:44 +0000 Subject: [PATCH 3/5] update version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10cd6eb4..1ac98a27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,4 +36,4 @@ jobs: 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.0.0 \ No newline at end of file + uses: List-KR/jsdelivr-purge@5.1.0 \ No newline at end of file From 04f317a6de2f3694c722f35c162707d0098c213e Mon Sep 17 00:00:00 2001 From: PiQuark6046 Date: Wed, 13 Dec 2023 14:24:42 +0000 Subject: [PATCH 4/5] update version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ac98a27..06ba0446 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,4 +36,4 @@ jobs: 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.1.0 \ No newline at end of file + uses: List-KR/jsdelivr-purge@5.1.1 \ No newline at end of file From 22c289eec97b58a466be873e3dacc4093383d393 Mon Sep 17 00:00:00 2001 From: PiQuark6046 Date: Sat, 17 Feb 2024 10:57:51 +0000 Subject: [PATCH 5/5] update version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06ba0446..6b50a372 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,4 +36,4 @@ jobs: 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.1.1 \ No newline at end of file + uses: List-KR/jsdelivr-purge@5.5.0 \ No newline at end of file