Skip to content

Commit

Permalink
add some domains
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Sep 27, 2024
1 parent b0f677b commit 3032cf3
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ jobs:
- name : Publish to npm
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Purge cache
uses: List-KR/[email protected]
with:
package: '@list-kr/microshield'
disttag: 'latest'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@list-kr/microshield",
"version": "4.11.3",
"version": "4.11.4",
"description": "",
"type": "module",
"scripts": {
Expand Down
12 changes: 11 additions & 1 deletion sources/banner-ios-blocker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// @downloadURL https://cdn.jsdelivr.net/npm/@list-kr/microshield@latest/dist/microShield-ios-blocker.user.js
// @license Apache-2.0
//
// @version 4.11.3
// @version 4.11.4
// @author PiQuark6046 and contributors
//
// @match *://ygosu.com/*
Expand Down Expand Up @@ -236,6 +236,16 @@
// @match *://*.oraridiapertura24.it/*
// @match *://laleggepertutti.it/*
// @match *://*.laleggepertutti.it/*
// @match *://news4vip.livedoor.biz/*
// @match *://onecall2ch.com/*
// @match *://*.onecall2ch.com/*
// @match *://ff14net.2chblog.jp/*
// @match *://ondemandkorea.com/*
// @match *://*.ondemandkorea.com/*
// @match *://economictimes.com/*
// @match *://*.economictimes.com/*
// @match *://mynet.com/*
// @match *://*.mynet.com/*
//
// @description microShield allows AdGuard, uBlock Origin, Brave and ABP to resist against Ad-Shield widely.
// @description:ko microShield는 AdGuard, uBlock Origin, Brave 와 ABP가 애드쉴드에 널리 저항할 수 있도록 합니다.
Expand Down
12 changes: 11 additions & 1 deletion sources/banner-ios-recovery.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// @downloadURL https://cdn.jsdelivr.net/npm/@list-kr/microshield@latest/dist/microShield-ios-recovery.user.js
// @license Apache-2.0
//
// @version 4.11.3
// @version 4.11.4
// @author PiQuark6046 and contributors
//
// @match *://ygosu.com/*
Expand Down Expand Up @@ -236,6 +236,16 @@
// @match *://*.oraridiapertura24.it/*
// @match *://laleggepertutti.it/*
// @match *://*.laleggepertutti.it/*
// @match *://news4vip.livedoor.biz/*
// @match *://onecall2ch.com/*
// @match *://*.onecall2ch.com/*
// @match *://ff14net.2chblog.jp/*
// @match *://ondemandkorea.com/*
// @match *://*.ondemandkorea.com/*
// @match *://economictimes.com/*
// @match *://*.economictimes.com/*
// @match *://mynet.com/*
// @match *://*.mynet.com/*
//
// @description microShield allows AdGuard, uBlock Origin, Brave and ABP to resist against Ad-Shield widely.
// @description:ko microShield는 AdGuard, uBlock Origin, Brave 와 ABP가 애드쉴드에 널리 저항할 수 있도록 합니다.
Expand Down
12 changes: 11 additions & 1 deletion sources/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// @downloadURL https://cdn.jsdelivr.net/npm/@list-kr/microshield@latest/dist/microShield.user.js
// @license Apache-2.0
//
// @version 4.11.3
// @version 4.11.4
// @author PiQuark6046 and contributors
//
// @match *://ygosu.com/*
Expand Down Expand Up @@ -236,6 +236,16 @@
// @match *://*.oraridiapertura24.it/*
// @match *://laleggepertutti.it/*
// @match *://*.laleggepertutti.it/*
// @match *://news4vip.livedoor.biz/*
// @match *://onecall2ch.com/*
// @match *://*.onecall2ch.com/*
// @match *://ff14net.2chblog.jp/*
// @match *://ondemandkorea.com/*
// @match *://*.ondemandkorea.com/*
// @match *://economictimes.com/*
// @match *://*.economictimes.com/*
// @match *://mynet.com/*
// @match *://*.mynet.com/*
//
// @description microShield allows AdGuard, uBlock Origin, Brave and ABP to resist against Ad-Shield widely.
// @description:ko microShield는 AdGuard, uBlock Origin, Brave 와 ABP가 애드쉴드에 널리 저항할 수 있도록 합니다.
Expand Down

0 comments on commit 3032cf3

Please sign in to comment.