Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
197165a
fix(linovelib): Searching not work
ConstasJ Jan 14, 2026
f0399ac
ci: fix branch cannot be correctly identified in forked environment
ConstasJ Jan 14, 2026
0ec3f73
fix: BRANCH cannot be identified
ConstasJ Jan 14, 2026
514aca6
fix(linovelib): correctly get cover image in redirect case of searching
ConstasJ Jan 14, 2026
4c20012
fix: why we need a prefix slash here? remove it
ConstasJ Jan 14, 2026
cf8061b
chore(linovelib): update linovelib plugin version
ConstasJ Jan 14, 2026
ac17ed0
fix: before LNReader puts its default UA to chrome, forcely set LNRea…
ConstasJ Jan 14, 2026
4f44ee8
refactor: intgrates FetchInit into plugin
ConstasJ Jan 14, 2026
0d20a18
feat: add chapter name transform
ConstasJ Jan 14, 2026
d4c2b00
feat(linovelib): add decryptor for shuffle scramble of original html
ConstasJ Jan 14, 2026
73d224b
feat(linovelib): use external server to extract shuffle coefficients
ConstasJ Jan 15, 2026
d71b742
Merge branch 'lnreader:master' into master
ConstasJ Jan 15, 2026
748a0c8
fix(linovelib): extract author name more precisely
ConstasJ Jan 15, 2026
71f8064
Merge branches 'master' and 'master' of github.com:ConstasJ/lnreader-…
ConstasJ Jan 15, 2026
becbdbe
fix(linovelib): set Referer header to bypass anti-leeching/hotlinking…
ConstasJ Jan 16, 2026
c679fd0
refactor: delete FetchInit definition in this plugin
ConstasJ Jan 16, 2026
b2e22ef
fix(linovelib): replace localStorage with storage utility for better …
ConstasJ Jan 16, 2026
bd8e62e
fix(linovelib): update storage import path to use the correct library
ConstasJ Jan 16, 2026
dad9667
feat(linovelib): Implement chapter number
ConstasJ Jan 17, 2026
044d015
refactor(linovelib): as mobile site equipped with strong cloudflare c…
ConstasJ Jan 19, 2026
5f83bc4
fix(linovelib): update API calls to use query parameters instead of P…
ConstasJ Jan 19, 2026
9cd19f3
fix(linovelib): add caching mechanism for novel and chapter parsing t…
ConstasJ Jan 19, 2026
764755b
refactor(linovelib): refactor server URL handling to use class proper…
ConstasJ Jan 19, 2026
d029d6d
Merge branch 'lnreader:master' into master
ConstasJ Jan 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"@vitejs/plugin-react-swc": "^3.9.0",
"cheerio": "^1.0.0",
"dayjs": "^1.11.13",
"domhandler": "^5.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.6.0",
Expand Down
Loading