From c09965093070264c095e6efc7a238eb11eda6501 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 24 Dec 2020 04:02:55 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=A4=96=20=E8=87=AA=E5=8B=95=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20NoFarm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hide_farm_from_search.txt | 4 +++- hide_farm_from_search_ff.txt | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/hide_farm_from_search.txt b/hide_farm_from_search.txt index f759d88..ad777e5 100644 --- a/hide_farm_from_search.txt +++ b/hide_farm_from_search.txt @@ -1,10 +1,11 @@ [Adblock Plus] ! Title: Make futa great again! -! Version: 2020.1221.01 +! Version: 2020.1224.01 ! Expires: 1 hour ! Homepage: https://t.me/adguard_tw ! ---------------------------------------------------------------------- google.*##div.g:has(div[data-hveid] a[href*="366service.com"]) +google.*##div.g:has(div[data-hveid] a[href*="7box.vip"]) google.*##div.g:has(div[data-hveid] a[href*="apple01.cc"]) google.*##div.g:has(div[data-hveid] a[href*="apple01.co"]) google.*##div.g:has(div[data-hveid] a[href*="apple01.net"]) @@ -53,3 +54,4 @@ google.*##div.g:has(div[data-hveid] a[href*="twgreatdaily.fun"]) google.*##div.g:has(div[data-hveid] a[href*="twgreatdaily.life"]) google.*##div.g:has(div[data-hveid] a[href*="twgreatdaily.live"]) google.*##div.g:has(div[data-hveid] a[href*="uwenku.com"]) +google.*##div.g:has(div[data-hveid] a[href*="yuutoday.com"]) diff --git a/hide_farm_from_search_ff.txt b/hide_farm_from_search_ff.txt index 90a2f33..ae9ec2c 100644 --- a/hide_farm_from_search_ff.txt +++ b/hide_farm_from_search_ff.txt @@ -1,10 +1,11 @@ [Adblock Plus] ! Title: Make futa great again! -! Version: 2020.1221.01 +! Version: 2020.1224.01 ! Expires: 1 hour ! Homepage: https://t.me/adguard_tw ! ---------------------------------------------------------------------- google.*##div div div:has(a[href*="366service.com"]) +google.*##div div div:has(a[href*="7box.vip"]) google.*##div div div:has(a[href*="apple01.cc"]) google.*##div div div:has(a[href*="apple01.co"]) google.*##div div div:has(a[href*="apple01.net"]) @@ -53,3 +54,4 @@ google.*##div div div:has(a[href*="twgreatdaily.fun"]) google.*##div div div:has(a[href*="twgreatdaily.life"]) google.*##div div div:has(a[href*="twgreatdaily.live"]) google.*##div div div:has(a[href*="uwenku.com"]) +google.*##div div div:has(a[href*="yuutoday.com"]) From 5a394c478472c95b963ca3ab1f0c84a7ed83b6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Thu, 24 Dec 2020 17:02:09 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=80=EF=B8=8F=20?= =?UTF-8?q?=E6=96=BD=E4=BA=86=E4=B8=80=E4=BA=9B=E9=AD=94=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/280blocker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/280blocker.yml b/.github/workflows/280blocker.yml index 840ea74..b202b62 100644 --- a/.github/workflows/280blocker.yml +++ b/.github/workflows/280blocker.yml @@ -14,12 +14,12 @@ jobs: uses: wei/curl@master continue-on-error: true with: - args: https://280blocker.net/files/280blocker_adblock_$(date +%Y%m).txt -o 280blocker/280blocker_adblock.txt + args: ${{ secrets.BLOCKER_URL }}/280blocker_adblock.txt -o 280blocker/280blocker_adblock.txt - name: 280blocker_domain_ag uses: wei/curl@master continue-on-error: true with: - args: https://280blocker.net/files/280blocker_domain_ag_$(date +%Y%m).txt -o 280blocker/280blocker_domain_ag.txt + args: ${{ secrets.BLOCKER_URL }}/280blocker_domain_ag.txt -o 280blocker/280blocker_domain_ag.txt - name: get today date id: date run: export TZ='Asia/Taipei' && echo "::set-output name=date::$(date +'%Y-%m-%d-%H')"