Skip to content

Commit

Permalink
fix: info panel removal
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 15, 2022
1 parent a30776f commit d7631f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public static boolean containsAd(String value, ByteBuffer buffer) {
.anyMatch(StandardCharsets.UTF_8.decode(buffer).toString()::contains)
) return true;


if (isExperimentalMerchandiseRemoval()) {
blockList.add("product_carousel");
}
Expand All @@ -139,6 +138,7 @@ public static boolean containsAd(String value, ByteBuffer buffer) {
}
if (isExperimentalInfoPanelRemoval()) {
blockList.add("single_item_information_panel");
blockList.add("publisher_transparency_panel");
}
if (isExperimentalCompactBannerRemoval()) {
blockList.add("compact_banner");
Expand Down

0 comments on commit d7631f3

Please sign in to comment.