Skip to content

Commit

Permalink
fuck ads
Browse files Browse the repository at this point in the history
  • Loading branch information
LagradOst committed Apr 25, 2021
1 parent 2f2517d commit 6da5339
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ class NovelPassionProvider : MainAPI() {
return null
}
res.html()
.replace("( NovelFull )", "").replace("NiceNovel.com", "") // FUCK ADS
// FUCK ADS
.replace("( NovelFull )", "")
.replace("NiceNovel.com", "")
.replace("NovelsToday.com","")
.replace("NovelsToday","")
.replace("read online free","")
.replace("NovelWell.com","")
} catch (e: Exception) {
null
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<SwitchPreference
app:key="@string/remove_external_key"
android:title="Remove Bloat"
android:summary="Removes the title and Translator from all pages"
android:summary="Removes the title and translator from all pages, will cause longer generation time"
app:defaultValue="true"
android:icon="@drawable/ic_baseline_edit_24"
/>
Expand Down

0 comments on commit 6da5339

Please sign in to comment.