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')" 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"])