Skip to content

Commit

Permalink
fix(YouTube - Hide ads): Use correct filter
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 25, 2023
1 parent e28b8cc commit 4397eed
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ public AdsFilter() {

fullscreenAd = new StringFilterGroup(
SettingsEnum.HIDE_FULLSCREEN_ADS,
"fullscreen_ad"
"_interstitial"
);

final var buttonedAd = new StringFilterGroup(
Expand Down

0 comments on commit 4397eed

Please sign in to comment.