mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-18 01:49:32 +01:00
refactor: Litho comments blockage generalization (#57)
This commit is contained in:
parent
7c559bb13c
commit
1dcbed7eaf
@ -61,7 +61,7 @@ public class LithoAdRemoval {
|
|||||||
) return true;
|
) return true;
|
||||||
|
|
||||||
if (SettingsEnum.ADREMOVER_COMMENTS_REMOVAL_BOOLEAN.getBoolean()) {
|
if (SettingsEnum.ADREMOVER_COMMENTS_REMOVAL_BOOLEAN.getBoolean()) {
|
||||||
blockList.add("comments_composite_entry_point");
|
blockList.add("comments_");
|
||||||
}
|
}
|
||||||
if (SettingsEnum.ADREMOVER_COMMUNITY_GUIDELINES_BOOLEAN.getBoolean()) {
|
if (SettingsEnum.ADREMOVER_COMMUNITY_GUIDELINES_BOOLEAN.getBoolean()) {
|
||||||
blockList.add("community_guidelines");
|
blockList.add("community_guidelines");
|
||||||
|
Loading…
Reference in New Issue
Block a user