@filteringdev/tinyshield 3.6.0 → 3.6.1
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 +7 -1
- package/package.json +2 -2
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 MPL-2.0
|
|
10
10
|
//
|
|
11
|
-
// @version 3.6.
|
|
11
|
+
// @version 3.6.1
|
|
12
12
|
// @author PiQuark6046 and contributors
|
|
13
13
|
//
|
|
14
14
|
// @grant unsafeWindow
|
|
@@ -3176,6 +3176,8 @@
|
|
|
3176
3176
|
// @match *://*.justapinch.com/*
|
|
3177
3177
|
// @match *://ladysavings.com/*
|
|
3178
3178
|
// @match *://*.ladysavings.com/*
|
|
3179
|
+
// @match *://idrlabs.com/*
|
|
3180
|
+
// @match *://*.idrlabs.com/*
|
|
3179
3181
|
// @match *://panlasangpinoy.com/*
|
|
3180
3182
|
// @match *://*.panlasangpinoy.com/*
|
|
3181
3183
|
// @match *://cookingclassy.com/*
|
|
@@ -3514,6 +3516,8 @@
|
|
|
3514
3516
|
// @match *://*.ih8mud.com/*
|
|
3515
3517
|
// @match *://calculator.academy/*
|
|
3516
3518
|
// @match *://*.calculator.academy/*
|
|
3519
|
+
// @match *://keytomylime.com/*
|
|
3520
|
+
// @match *://*.keytomylime.com/*
|
|
3517
3521
|
// @match *://butterbeready.com/*
|
|
3518
3522
|
// @match *://*.butterbeready.com/*
|
|
3519
3523
|
// @match *://snap.fan/*
|
|
@@ -4102,6 +4106,8 @@
|
|
|
4102
4106
|
// @match *://*.intoindiegames.com/*
|
|
4103
4107
|
// @match *://healthygffamily.com/*
|
|
4104
4108
|
// @match *://*.healthygffamily.com/*
|
|
4109
|
+
// @match *://homesteadandchill.com/*
|
|
4110
|
+
// @match *://*.homesteadandchill.com/*
|
|
4105
4111
|
// @match *://emilybites.com/*
|
|
4106
4112
|
// @match *://*.emilybites.com/*
|
|
4107
4113
|
// @match *://gamingsmart.com/*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@filteringdev/tinyshield",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@typescript-eslint/eslint-plugin": "^8.56.0",
|
|
36
36
|
"@typescript-eslint/parser": "^8.56.0",
|
|
37
|
-
"eslint": "
|
|
37
|
+
"eslint": "10",
|
|
38
38
|
"typescript-eslint": "^8.56.0"
|
|
39
39
|
}
|
|
40
40
|
}
|