@filteringdev/tinyshield 2.0.11 → 2.0.12

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.
@@ -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
11
+ // @version 2.0.12
12
12
  // @author PiQuark6046 and contributors
13
13
  //
14
14
  // @match *://ygosu.com/*
@@ -1552,6 +1552,74 @@
1552
1552
  // @match *://*.minecraftskins.com/*
1553
1553
  // @match *://razzball.com/*
1554
1554
  // @match *://*.razzball.com/*
1555
+ // @match *://avsforum.com/*
1556
+ // @match *://*.avsforum.com/*
1557
+ // @match *://dairygoatinfo.com/*
1558
+ // @match *://*.dairygoatinfo.com/*
1559
+ // @match *://diychatroom.com/*
1560
+ // @match *://*.diychatroom.com/*
1561
+ // @match *://mytractorforum.com/*
1562
+ // @match *://*.mytractorforum.com/*
1563
+ // @match *://skyscrapercity.com/*
1564
+ // @match *://*.skyscrapercity.com/*
1565
+ // @match *://speypages.com/*
1566
+ // @match *://*.speypages.com/*
1567
+ // @match *://techguy.org/*
1568
+ // @match *://*.techguy.org/*
1569
+ // @match *://techsupportforum.com/*
1570
+ // @match *://*.techsupportforum.com/*
1571
+ // @match *://vwvortex.com/*
1572
+ // @match *://*.vwvortex.com/*
1573
+ // @match *://300cforums.com/*
1574
+ // @match *://*.300cforums.com/*
1575
+ // @match *://a5oc.com/*
1576
+ // @match *://*.a5oc.com/*
1577
+ // @match *://acuraworld.com/*
1578
+ // @match *://*.acuraworld.com/*
1579
+ // @match *://airsoftsociety.com/*
1580
+ // @match *://*.airsoftsociety.com/*
1581
+ // @match *://allpar.com/*
1582
+ // @match *://*.allpar.com/*
1583
+ // @match *://aquaticplantcentral.com/*
1584
+ // @match *://*.aquaticplantcentral.com/*
1585
+ // @match *://astraownersnetwork.co.uk/*
1586
+ // @match *://*.astraownersnetwork.co.uk/*
1587
+ // @match *://babybmw.net/*
1588
+ // @match *://*.babybmw.net/*
1589
+ // @match *://beesource.com/*
1590
+ // @match *://*.beesource.com/*
1591
+ // @match *://bimmerwerkz.com/*
1592
+ // @match *://*.bimmerwerkz.com/*
1593
+ // @match *://can-amforum.com/*
1594
+ // @match *://*.can-amforum.com/*
1595
+ // @match *://canadianmoneyforum.com/*
1596
+ // @match *://*.canadianmoneyforum.com/*
1597
+ // @match *://catfish1.com/*
1598
+ // @match *://*.catfish1.com/*
1599
+ // @match *://chevymalibuforum.com/*
1600
+ // @match *://*.chevymalibuforum.com/*
1601
+ // @match *://chinacarforums.com/*
1602
+ // @match *://*.chinacarforums.com/*
1603
+ // @match *://chihuahua-people.com/*
1604
+ // @match *://*.chihuahua-people.com/*
1605
+ // @match *://coloradofans.com/*
1606
+ // @match *://*.coloradofans.com/*
1607
+ // @match *://digitalhome.ca/*
1608
+ // @match *://*.digitalhome.ca/*
1609
+ // @match *://fordescape.org/*
1610
+ // @match *://*.fordescape.org/*
1611
+ // @match *://fullsizebronco.com/*
1612
+ // @match *://*.fullsizebronco.com/*
1613
+ // @match *://mazda3revolution.com/*
1614
+ // @match *://*.mazda3revolution.com/*
1615
+ // @match *://mdxers.org/*
1616
+ // @match *://*.mdxers.org/*
1617
+ // @match *://rootzwiki.com/*
1618
+ // @match *://*.rootzwiki.com/*
1619
+ // @match *://theakforum.net/*
1620
+ // @match *://*.theakforum.net/*
1621
+ // @match *://trailvoy.com/*
1622
+ // @match *://*.trailvoy.com/*
1555
1623
  //
1556
1624
  // @description tinyShield allows AdGuard, uBlock Origin, Brave and ABP to resist against Ad-Shield quickly.
1557
1625
  // @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.11",
3
+ "version": "2.0.12",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
- "@types/node": "^24.7.0"
32
+ "@types/node": "^24.7.2"
33
33
  },
34
34
  "devDependencies": {
35
35
  "esbuild": "^0.25.10",