mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-20 16:57:32 +01:00
fix: info panel removal
This commit is contained in:
parent
a30776f69f
commit
d7631f371b
@ -120,7 +120,6 @@ public class LithoAdRemoval {
|
||||
.anyMatch(StandardCharsets.UTF_8.decode(buffer).toString()::contains)
|
||||
) return true;
|
||||
|
||||
|
||||
if (isExperimentalMerchandiseRemoval()) {
|
||||
blockList.add("product_carousel");
|
||||
}
|
||||
@ -139,6 +138,7 @@ public class LithoAdRemoval {
|
||||
}
|
||||
if (isExperimentalInfoPanelRemoval()) {
|
||||
blockList.add("single_item_information_panel");
|
||||
blockList.add("publisher_transparency_panel");
|
||||
}
|
||||
if (isExperimentalCompactBannerRemoval()) {
|
||||
blockList.add("compact_banner");
|
||||
|
Loading…
x
Reference in New Issue
Block a user