Skip to content

Commit

Permalink
novelfull.com site changed layout
Browse files Browse the repository at this point in the history
See: #1080
  • Loading branch information
dteviot committed Sep 22, 2023
1 parent e964cff commit 4ca1bc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/js/parsers/NovelfullParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ class NovelfullParser extends Parser{

// returns the element holding the story content in a chapter
findContent(dom) {
return dom.querySelector("#chr-content");
return dom.querySelector("#chr-content")
|| dom.querySelector("#chapter-content");
};

// title of the story (not to be confused with title of each chapter)
Expand Down

0 comments on commit 4ca1bc8

Please sign in to comment.