Skip to content

Commit 86be929

Browse files
authored
fix: Clean Riwyat Chapters (#2101)
1 parent 429e979 commit 86be929

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/multisrc/madara/sources.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@
141141
"options": {
142142
"useNewChapterEndpoint": true,
143143
"lang": "Arabic",
144-
"versionIncrements": 5,
145-
"customJs": "chapterText.find('span[style*=\"opacity: 0; position: fixed;\"]').remove();"
144+
"versionIncrements": 6,
145+
"customJs": "chapterText.find('span[style*=\"opacity: 0; position: fixed;\"],[role=\"presentation\"]').remove();"
146146
}
147147
},
148148
{

0 commit comments

Comments
 (0)