This commit is contained in:
Ajay
2026-02-17 17:02:33 -05:00
3 changed files with 446 additions and 410 deletions

View File

@@ -63,7 +63,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md)
# Credit
The awesome [Invidious API](https://docs.invidious.io/) was previously used, and the server is now using [NewLeaf](https://git.sr.ht/~cadence/NewLeaf) as a to get video info from YouTube.
The awesome [Invidious API](https://docs.invidious.io/) was previously used, and the server is now using [NewLeaf](https://git.sr.ht/~cadence/NewLeaf) to get video info from YouTube.
Originally forked from [YTSponsorSkip](https://github.com/NDevTK/YTSponsorSkip), but very little code remains.

852
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -39,7 +39,7 @@
"ts-node": "^10.9.1",
"typescript": "4.9",
"web-ext": "^8.10.0",
"webpack": "^5.94.0",
"webpack": "^5.105.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},