@filteringdev/tinyshield 2.0.20 → 2.0.21
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 +5 -1
- package/package.json +1 -1
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.21
|
|
12
12
|
// @author PiQuark6046 and contributors
|
|
13
13
|
//
|
|
14
14
|
// @match *://ygosu.com/*
|
|
@@ -1638,6 +1638,10 @@
|
|
|
1638
1638
|
// @match *://*.scribd.com/*
|
|
1639
1639
|
// @match *://dict.cc/*
|
|
1640
1640
|
// @match *://*.dict.cc/*
|
|
1641
|
+
// @match *://calculatorsoup.com/*
|
|
1642
|
+
// @match *://*.calculatorsoup.com/*
|
|
1643
|
+
// @match *://boardingarea.com/*
|
|
1644
|
+
// @match *://*.boardingarea.com/*
|
|
1641
1645
|
//
|
|
1642
1646
|
// @description tinyShield allows AdGuard, uBlock Origin, Brave and ABP to resist against Ad-Shield quickly.
|
|
1643
1647
|
// @description:ko tinyShield는 AdGuard, uBlock Origin, Brave 와 ABP가 애드쉴드에 빠르게 저항할 수 있도록 합니다.
|