Skip to content

Commit f643b78

Browse files
committed
Migrate to the Userscripts API
This is a very sad commit as we will no longer be supporting Firefox as they do not support the userscripts API. Support for Firefox in upcoming versions will no longer exist, and all related logic has been removed.
1 parent 09a7f2d commit f643b78

31 files changed

+1283
-2512
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ CodeTweak is a Manifest V3 userscript manager with a built-in editor.
99
- Support common GM APIs (`GM_getValue`, `GM_setValue`, `GM_xmlhttpRequest`, etc).
1010
- Import scripts from Greasy Fork.
1111

12-
## Build (Firefox)
13-
14-
```bash
15-
npm ci
16-
npm run build:firefox
17-
```
18-
19-
- Build script: `buildScripts/build-firefox.js`
20-
- Output folder: `build/firefox`
21-
- Firefox package: `build/codetweak-firefox.zip`
22-
2312
## Build (Chrome)
2413

2514
```bash
@@ -37,7 +26,6 @@ Output: `build/chrome`
3726
npm install
3827
npm run lint
3928
npm run build:chrome
40-
npm run build:firefox
4129
```
4230

4331
Docs:

buildScripts/build-chrome.js

Lines changed: 0 additions & 140 deletions
This file was deleted.

buildScripts/build-firefox.js

Lines changed: 0 additions & 161 deletions
This file was deleted.

0 commit comments

Comments
 (0)