updated dependencies

This commit is contained in:
zomo
2025-12-10 13:54:32 -06:00
parent 1c62e14eac
commit 556d2d0b55
4 changed files with 873 additions and 2337 deletions

1587
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,10 +15,11 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/greasemonkey": "^4.0.4",
"@types/greasemonkey": "^4.0.7",
"@types/node": "^25.0.0",
"browser-scripts-builder": "git+ssh://git@git.zomo.dev:zomo/browser-scripts-builder.git",
"eslint": "^8.38.0",
"prettier": "^2.8.7",
"typescript": "^5.0.4"
"eslint": "^9.39.1",
"prettier": "^3.7.4",
"typescript": "^5.9.3"
}
}

1602
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,15 +6,19 @@ Requires Violentmonkey (or Tampermonkey etc): [Chrome](https://chrome.google.com
## Installs
- [redir x.com and twitter.com -> bsky.app](https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/fuck-twitter.user.js)
- zomo.dev 1.0
- **zomo.dev** v1.0
- `https://x.com/*`,`https://twitter.com/*`
- fuck twitter
- [Hunger Games BrantSteele WebP Support](https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/hungergames-brantsteele-webp.user.js)
- zomo.dev 1.0
- **zomo.dev** v1.0
- `https://brantsteele.net/hungergames/edit.php`
- fix the form validator to allow webp images
- [OptiFine Download Links](https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/optifine-download-links.user.js)
- zomo.dev 1.0
- **zomo.dev** v1.0
- `https://optifine.net/*`
- automatically grab optifine links through the ads
- [Twitch Clickable Video](https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/twitch-clickable-video.user.js)
- zomo.dev 1.1
- **zomo.dev** v1.1
- `https://www.twitch.tv/*`
- hold Control key to be able to right click the video element
<!-- END INSTALL LINKS -->