Skip to content

Commit 1101ac1

Browse files
committed
Updated Web Extension
Signed-off-by: Magic <magicoflolis@tuta.io>
1 parent 5d0f908 commit 1101ac1

16 files changed

+1354
-1612
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ Finds available Userscripts for the current webpage, the power of [Greasy Fork](
3030

3131
**Web Extension:**
3232

33-
> Web Extension has not been updated for a long time, please use Userscript until this is resolved!
34-
3533
| Version | Install | Alternative | Notes |
3634
|:----------:|:----------:|:----------:|:----------:|
3735
| Chrome/Edge/Opera | [GitHub](https://github.com/magicoflolis/Userscript-Plus/releases) | *N/A* | Work in progress |

assets/preview.png

9.42 KB
Loading

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "userscript-plus",
33
"description": "Finds available userscripts for the current webpage.",
44
"author": "Magic <magicoflolis@tuta.io>",
5-
"version": "4.0.0",
5+
"version": "5.0.0",
66
"license": "MIT",
77
"homepage": "https://github.com/magicoflolis/Userscript-Plus",
88
"bugs": {
@@ -98,37 +98,37 @@
9898
"web-run:firefox-android": "web-ext run --config=./tools/web-ext.js -t firefox-android --firefox-apk org.mozilla.firefox"
9999
},
100100
"devDependencies": {
101-
"@swc/cli": "^0.3.12",
102-
"@swc/core": "^1.4.17",
103-
"@types/chrome": "0.0.267",
104-
"@types/firefox-webext-browser": "120.0.3",
101+
"@swc/cli": "^0.4.0",
102+
"@swc/core": "^1.7.26",
103+
"@types/chrome": "0.0.277",
104+
"@types/firefox-webext-browser": "120.0.4",
105105
"@types/greasemonkey": "4.0.7",
106-
"@types/node": "^20.12.11",
107-
"@types/tampermonkey": "^5.0.2",
106+
"@types/node": "^22.7.4",
107+
"@types/tampermonkey": "^5.0.3",
108108
"@violentmonkey/types": "0.1.7",
109-
"browserslist": "^4.23.0",
110-
"concurrently": "^8.2.2",
109+
"browserslist": "^4.24.0",
110+
"concurrently": "^9.0.1",
111111
"copy-webpack-plugin": "^12.0.2",
112112
"crx3": "^1.1.3",
113-
"css-loader": "^7.1.1",
113+
"css-loader": "^7.1.2",
114114
"dotenv": "^16.4.5",
115-
"eslint": "^9.1.1",
115+
"eslint": "^9.12.0",
116116
"eslint-config-prettier": "^9.1.0",
117-
"globals": "^15.1.0",
117+
"globals": "^15.10.0",
118118
"http-server": "^14.1.1",
119-
"mini-css-extract-plugin": "^2.9.0",
119+
"mini-css-extract-plugin": "^2.9.1",
120120
"node-watch": "^0.7.4",
121121
"path-browserify": "^1.0.1",
122-
"prettier": "^3.2.5",
123-
"sass": "^1.76.0",
124-
"sass-loader": "^14.2.1",
122+
"prettier": "^3.3.3",
123+
"sass": "^1.79.4",
124+
"sass-loader": "^16.0.2",
125125
"swc-loader": "^0.2.6",
126126
"terser-webpack-plugin": "^5.3.10",
127-
"typescript": "^5.4.5",
128-
"web-ext": "^7.11.0",
129-
"webpack": "^5.91.0",
127+
"typescript": "^5.6.2",
128+
"web-ext": "^8.3.0",
129+
"webpack": "^5.95.0",
130130
"webpack-cli": "^5.1.4",
131-
"webpack-merge": "^5.10.0"
131+
"webpack-merge": "^6.0.1"
132132
},
133133
"repository": {
134134
"type": "git",
@@ -145,8 +145,8 @@
145145
"violentmonkey"
146146
],
147147
"webExt": {
148-
"sourceDir": "./dist/extension/",
149-
"artifactsDir": "./build/"
148+
"sourceDir": "./build/firefox/",
149+
"artifactsDir": "./build"
150150
},
151151
"engines": {
152152
"node": ">=20"

0 commit comments

Comments
 (0)