Skip to content

Commit

Permalink
Updated Web Extension
Browse files Browse the repository at this point in the history
Signed-off-by: Magic <[email protected]>
  • Loading branch information
magicoflolis committed Oct 4, 2024
1 parent 5d0f908 commit 1101ac1
Show file tree
Hide file tree
Showing 16 changed files with 1,354 additions and 1,612 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ Finds available Userscripts for the current webpage, the power of [Greasy Fork](

**Web Extension:**

> Web Extension has not been updated for a long time, please use Userscript until this is resolved!
| Version | Install | Alternative | Notes |
|:----------:|:----------:|:----------:|:----------:|
| Chrome/Edge/Opera | [GitHub](https://github.com/magicoflolis/Userscript-Plus/releases) | *N/A* | Work in progress |
Expand Down
Binary file modified assets/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "userscript-plus",
"description": "Finds available userscripts for the current webpage.",
"author": "Magic <[email protected]>",
"version": "4.0.0",
"version": "5.0.0",
"license": "MIT",
"homepage": "https://github.com/magicoflolis/Userscript-Plus",
"bugs": {
Expand Down Expand Up @@ -98,37 +98,37 @@
"web-run:firefox-android": "web-ext run --config=./tools/web-ext.js -t firefox-android --firefox-apk org.mozilla.firefox"
},
"devDependencies": {
"@swc/cli": "^0.3.12",
"@swc/core": "^1.4.17",
"@types/chrome": "0.0.267",
"@types/firefox-webext-browser": "120.0.3",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.26",
"@types/chrome": "0.0.277",
"@types/firefox-webext-browser": "120.0.4",
"@types/greasemonkey": "4.0.7",
"@types/node": "^20.12.11",
"@types/tampermonkey": "^5.0.2",
"@types/node": "^22.7.4",
"@types/tampermonkey": "^5.0.3",
"@violentmonkey/types": "0.1.7",
"browserslist": "^4.23.0",
"concurrently": "^8.2.2",
"browserslist": "^4.24.0",
"concurrently": "^9.0.1",
"copy-webpack-plugin": "^12.0.2",
"crx3": "^1.1.3",
"css-loader": "^7.1.1",
"css-loader": "^7.1.2",
"dotenv": "^16.4.5",
"eslint": "^9.1.1",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.1.0",
"globals": "^15.10.0",
"http-server": "^14.1.1",
"mini-css-extract-plugin": "^2.9.0",
"mini-css-extract-plugin": "^2.9.1",
"node-watch": "^0.7.4",
"path-browserify": "^1.0.1",
"prettier": "^3.2.5",
"sass": "^1.76.0",
"sass-loader": "^14.2.1",
"prettier": "^3.3.3",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.4.5",
"web-ext": "^7.11.0",
"webpack": "^5.91.0",
"typescript": "^5.6.2",
"web-ext": "^8.3.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
"webpack-merge": "^6.0.1"
},
"repository": {
"type": "git",
Expand All @@ -145,8 +145,8 @@
"violentmonkey"
],
"webExt": {
"sourceDir": "./dist/extension/",
"artifactsDir": "./build/"
"sourceDir": "./build/firefox/",
"artifactsDir": "./build"
},
"engines": {
"node": ">=20"
Expand Down
Loading

0 comments on commit 1101ac1

Please sign in to comment.