We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a35c5e commit 0a97e42Copy full SHA for 0a97e42
1 file changed
plugin/js/parsers/NoveldexParser.js
@@ -10,6 +10,10 @@ class NoveldexParser extends Parser { // eslint-disable-line no-unused-vars
10
super();
11
}
12
13
+ disabled() {
14
+ return UIText.Warning.parserDisabledNotification;
15
+ }
16
+
17
/*
18
* NOTE: As of 2026-03, it seems that classes and ids on this site can't be
19
* trusted to remain stable. In a short timespan, over three separate
0 commit comments