Skip to content

Commit 0a97e42

Browse files
committed
Explictly mark noveldex.io as not supported
See: #2701, #2471
1 parent 4a35c5e commit 0a97e42

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

plugin/js/parsers/NoveldexParser.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ class NoveldexParser extends Parser { // eslint-disable-line no-unused-vars
1010
super();
1111
}
1212

13+
disabled() {
14+
return UIText.Warning.parserDisabledNotification;
15+
}
16+
1317
/*
1418
* NOTE: As of 2026-03, it seems that classes and ids on this site can't be
1519
* trusted to remain stable. In a short timespan, over three separate

0 commit comments

Comments
 (0)