Skip to content

Commit a77c9ad

Browse files
Potential fixes for 5 code quality findings (#26)
* Apply suggested fix to sources/banner.txt from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> * Apply suggested fix to sources/banner.txt from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> * Apply suggested fix to sources/banner.txt from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> * Apply suggested fix to sources/banner.txt from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> * Apply suggested fix to sources/banner.txt from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> * fix LLM hallucination * chore: update version --------- Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent f47059f commit a77c9ad

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@filteringdev/tinyshield",
3-
"version": "2.0.21",
3+
"version": "2.0.22",
44
"description": "",
55
"type": "module",
66
"scripts": {

sources/banner.txt

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// @downloadURL https://cdn.jsdelivr.net/npm/@filteringdev/tinyshield@latest/dist/tinyShield.user.js
99
// @license MIT
1010
//
11-
// @version 2.0.21
11+
// @version 2.0.22
1212
// @author PiQuark6046 and contributors
1313
//
1414
// @match *://ygosu.com/*
@@ -838,8 +838,6 @@
838838
// @match *://*.wisevoter.com/*
839839
// @match *://hang.hu/*
840840
// @match *://*.hang.hu/*
841-
// @match *://wisevoter.com/*
842-
// @match *://*.wisevoter.com/*
843841
// @match *://dreamchance.net/*
844842
// @match *://*.dreamchance.net/*
845843
// @match *://raider.io/*
@@ -851,7 +849,7 @@
851849
// @match *://gbatemp.net/*
852850
// @match *://*.gbatemp.net/*
853851
// @match *://jiji.com/*
854-
// @match *://*jiji.com/*
852+
// @match *://*.jiji.com/*
855853
// @match *://itmedia.co.jp/*
856854
// @match *://*.itmedia.co.jp/*
857855
// @match *://boredpanda.com/*
@@ -882,12 +880,8 @@
882880
// @match *://*.notebookcheck.com/*
883881
// @match *://wetter.com/*
884882
// @match *://*.wetter.com/*
885-
// @match *://mentalfloss.com/*
886-
// @match *://*.mentalfloss.com/*
887883
// @match *://90min.com/*
888884
// @match *://*.90min.com/*
889-
// @match *://fansided.com/*
890-
// @match *://*.fansided.com/*
891885
// @match *://12thmanrising.com/*
892886
// @match *://*.12thmanrising.com/*
893887
// @match *://1428elm.com/*
@@ -1541,9 +1535,7 @@
15411535
// @match *://superhonda.com/*
15421536
// @match *://*.superhonda.com/*
15431537
// @match *://thefirearmblog.com/*
1544-
// @match *://*.thefirearmblog.com/*
1545-
// @match *://newatlas.com/*
1546-
// @match *://*.newatlas.com/*
1538+
// @match *://*.thefirearmblog.com/*\
15471539
// @match *://weldingweb.com/*
15481540
// @match *://*.weldingweb.com/*
15491541
// @match *://odyclub.com/*

0 commit comments

Comments
 (0)