Skip to content

Commit

Permalink
Add boxnovelfull.com in novelfull parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLJS committed Jan 10, 2024
1 parent c8a7aae commit 07c0ee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/js/parsers/NovelfullParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ parserFactory.register("novelusb.com", () => new NovelfullParser());
parserFactory.register("novelusb.net", () => new NovelfullParser());
parserFactory.register("novelbin.me", () => new NovelfullParser());
parserFactory.register("readnovelfull.me", () => new NovelfullParser());
parserFactory.register("boxnovelfull.com", () => new NovelfullParser());

class NovelfullParser extends Parser{
constructor() {
Expand Down

0 comments on commit 07c0ee3

Please sign in to comment.