1
mirror of https://github.com/revanced/revanced-integrations synced 2025-11-19 03:23:27 +01:00

Compare commits

...

2 Commits

Author SHA1 Message Date
semantic-release-bot
a436153f3e chore(release): 0.96.2-dev.3 [skip ci]
## [0.96.2-dev.3](https://github.com/revanced/revanced-integrations/compare/v0.96.2-dev.2...v0.96.2-dev.3) (2023-02-14)

### Bug Fixes

* **youtube/general-ads:** block other kind of survey ([39ac47c](39ac47cb8f))
2023-02-14 06:17:07 +00:00
oSumAtrIX
39ac47cb8f fix(youtube/general-ads): block other kind of survey 2023-02-14 07:15:25 +01:00
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## [0.96.2-dev.3](https://github.com/revanced/revanced-integrations/compare/v0.96.2-dev.2...v0.96.2-dev.3) (2023-02-14)
### Bug Fixes
* **youtube/general-ads:** block other kind of survey ([39ac47c](https://github.com/revanced/revanced-integrations/commit/39ac47cb8fccb1003a5cbba951fa77d25b0a2a96))
## [0.96.2-dev.2](https://github.com/revanced/revanced-integrations/compare/v0.96.2-dev.1...v0.96.2-dev.2) (2023-02-13)

View File

@@ -26,7 +26,7 @@ public final class GeneralAdsPatch extends Filter {
var subscribersCommunityGuidelines = new BlockRule(SettingsEnum.ADREMOVER_SUBSCRIBERS_COMMUNITY_GUIDELINES_REMOVAL, "sponsorships_comments_upsell");
var channelMemberShelf = new BlockRule(SettingsEnum.ADREMOVER_CHANNEL_MEMBER_SHELF_REMOVAL, "member_recognition_shelf");
var compactBanner = new BlockRule(SettingsEnum.ADREMOVER_COMPACT_BANNER_REMOVAL, "compact_banner");
var inFeedSurvey = new BlockRule(SettingsEnum.ADREMOVER_FEED_SURVEY_REMOVAL, "in_feed_survey");
var inFeedSurvey = new BlockRule(SettingsEnum.ADREMOVER_FEED_SURVEY_REMOVAL, "in_feed_survey", "slimline_survey");
var medicalPanel = new BlockRule(SettingsEnum.ADREMOVER_MEDICAL_PANEL_REMOVAL, "medical_panel");
var paidContent = new BlockRule(SettingsEnum.ADREMOVER_PAID_CONTENT_REMOVAL, "paid_content_overlay");
var merchandise = new BlockRule(SettingsEnum.ADREMOVER_MERCHANDISE_REMOVAL, "product_carousel");

View File

@@ -1,3 +1,3 @@
org.gradle.jvmargs = -Xmx2048m
android.useAndroidX = true
version = 0.96.2-dev.2
version = 0.96.2-dev.3