@filteringdev/tinyshield 2.0.7 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tinyShield.user.js +4 -2
- package/package.json +4 -3
package/dist/tinyShield.user.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
// @downloadURL https://cdn.jsdelivr.net/npm/@filteringdev/tinyshield@latest/dist/tinyShield.user.js
|
|
9
9
|
// @license MIT
|
|
10
10
|
//
|
|
11
|
-
// @version 2.0.
|
|
11
|
+
// @version 2.0.8
|
|
12
12
|
// @author PiQuark6046 and contributors
|
|
13
13
|
//
|
|
14
14
|
// @match *://ygosu.com/*
|
|
@@ -1541,7 +1541,9 @@
|
|
|
1541
1541
|
// @match *://superhonda.com/*
|
|
1542
1542
|
// @match *://*.superhonda.com/*
|
|
1543
1543
|
// @match *://thefirearmblog.com/*
|
|
1544
|
-
// @match *://*.thefirearmblog.com/*
|
|
1544
|
+
// @match *://*.thefirearmblog.com/*
|
|
1545
|
+
// @match *://newatlas.com/*
|
|
1546
|
+
// @match *://*.newatlas.com/*
|
|
1545
1547
|
//
|
|
1546
1548
|
// @description tinyShield allows AdGuard, uBlock Origin, Brave and ABP to resist against Ad-Shield quickly.
|
|
1547
1549
|
// @description:ko tinyShield는 AdGuard, uBlock Origin, Brave 와 ABP가 애드쉴드에 빠르게 저항할 수 있도록 합니다.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@filteringdev/tinyshield",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -22,18 +22,19 @@
|
|
|
22
22
|
"types": "./dist/types/interface.d.ts"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
|
+
"types": "./dist/types/interface.d.ts",
|
|
25
26
|
"repository": {
|
|
26
27
|
"type": "git",
|
|
27
28
|
"url": "git+https://github.com/FilteringDev/tinyShield.git"
|
|
28
29
|
},
|
|
29
30
|
"license": "MIT",
|
|
30
31
|
"dependencies": {
|
|
31
|
-
"@types/node": "^24.
|
|
32
|
+
"@types/node": "^24.6.0"
|
|
32
33
|
},
|
|
33
34
|
"devDependencies": {
|
|
34
35
|
"esbuild": "^0.25.10",
|
|
35
36
|
"eslint": "^9.36.0",
|
|
36
37
|
"typescript": "^5.9.2",
|
|
37
|
-
"typescript-eslint": "^8.
|
|
38
|
+
"typescript-eslint": "^8.45.0"
|
|
38
39
|
}
|
|
39
40
|
}
|