Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1320cc3
enhanced support for cross-browser
cyfung1031 Feb 7, 2026
5679887
Merge branch 'release/v1.3' into pr-mv3-firefox-support-003
cyfung1031 Feb 8, 2026
75e9813
Update utils.ts
cyfung1031 Feb 8, 2026
58ceb19
Update utils.ts
cyfung1031 Feb 8, 2026
044c778
blob -> arrayBuffer to force removing of MIME
cyfung1031 Feb 8, 2026
033d71b
fix `content_security_policy`
cyfung1031 Feb 8, 2026
54f929b
改为 ZipExecutionPlugin 做代码压缩,使 ts.worker.js 大小缩减至 4MB ( < 5MB )
cyfung1031 Feb 10, 2026
75b484c
revert changes
cyfung1031 Feb 10, 2026
648eb5f
补回 packages - acorn, magic-string, pako
cyfung1031 Feb 10, 2026
09afa0f
code adjusted
cyfung1031 Feb 10, 2026
98f5f04
修订代码
cyfung1031 Feb 10, 2026
3cb05c0
修订代码
cyfung1031 Feb 11, 2026
7bfacbb
No "background" permission in Firefox MV3
cyfung1031 Feb 11, 2026
17a3988
drop pako
cyfung1031 Feb 11, 2026
58d01b9
紧急修复: 环境初始化时反注册未正确执行
cyfung1031 Feb 11, 2026
3fcea64
v1.3 修正名字: scriptcat-content -> scriptcat-scripting
cyfung1031 Feb 11, 2026
6fcc210
v1.3 修正反注册未正确执行
cyfung1031 Feb 11, 2026
30cb5ca
inflateRaw 代码更新
cyfung1031 Feb 11, 2026
a085cba
ZipExecutionPlugin代码调整
cyfung1031 Feb 11, 2026
6054e66
Merge branch 'release/v1.3' into pr-mv3-firefox-support-003
cyfung1031 Feb 12, 2026
8339e2b
Update pnpm-lock.yaml
cyfung1031 Feb 12, 2026
6314491
Update pnpm-lock.yaml
cyfung1031 Feb 12, 2026
88d1f0c
Merge branch 'release/v1.3' into pr-mv3-firefox-support-003
cyfung1031 Feb 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"acorn": "^8.15.0",
"chardet": "^2.1.1",
"cron": "^4.4.0",
"crypto-js": "^4.2.0",
Expand All @@ -40,6 +41,7 @@
"eventemitter3": "^5.0.1",
"fast-xml-parser": "^5.3.6",
"i18next": "^23.16.4",
"magic-string": "^0.30.21",
"monaco-editor": "^0.52.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
40 changes: 11 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading