Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 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
0999b3d
Merge branch 'release/v1.4' into pr-mv3-firefox-support-003
cyfung1031 Mar 15, 2026
a076bdd
Merge branch 'release/v1.4' into pr-mv3-firefox-support-003
cyfung1031 Mar 17, 2026
8731307
Merge branch 'release/v1.4' into pr-mv3-firefox-support-003
cyfung1031 Mar 21, 2026
feb57ab
Merge branch 'release/v1.4' into pr-mv3-firefox-support-003
cyfung1031 Mar 22, 2026
141d363
update to acorn 8.16.0
cyfung1031 Mar 22, 2026
d2e11b7
Update rspack-plugins/ZipExecutionPlugin.ts
cyfung1031 Mar 28, 2026
e562e7b
Update src/pages/components/RuntimeSetting/index.tsx
cyfung1031 Mar 28, 2026
977e6e1
修改代码避免审查问题
cyfung1031 Mar 28, 2026
66147f8
直接命名导入 import { deflateRawSync } from "zlib" 以避免兼容性问题。
cyfung1031 Mar 28, 2026
7089b7b
Update src/pages/components/RuntimeSetting/index.tsx
cyfung1031 Mar 28, 2026
037c9e5
Update rspack-plugins/ZipExecutionPlugin.ts
cyfung1031 Mar 28, 2026
7411ed9
Update ZipExecutionPlugin.ts
cyfung1031 Mar 28, 2026
07880ff
Update ZipExecutionPlugin.ts
cyfung1031 Mar 28, 2026
34ae0df
Merge branch 'release/v1.4' into pr-mv3-firefox-support-003
CodFrm Mar 29, 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
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
"@types/serviceworker": "^0.0.120",
"@unocss/postcss": "66.5.4",
"@vitest/coverage-v8": "^4.0.18",
"acorn": "^8.16.0",
"uglify-js":"^3.19.3",
"autoprefixer": "^10.4.21",
"cross-env": "^10.1.0",
"crx": "^5.0.1",
Expand All @@ -89,6 +91,7 @@
"iconv-lite": "^0.7.2",
"jsdom": "^26.1.0",
"jszip": "^3.10.1",
"magic-string": "^0.30.21",
"mock-xmlhttprequest": "^8.4.1",
"postcss": "^8.5.6",
"postcss-loader": "^8.2.0",
Expand Down
108 changes: 51 additions & 57 deletions pnpm-lock.yaml

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

Loading
Loading