mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-05 17:45:49 +01:00
fix(YouTube - Hide ads): Use correct filter
This commit is contained in:
parent
e28b8cc59a
commit
4397eedeeb
@ -45,7 +45,7 @@ public final class AdsFilter extends Filter {
|
||||
|
||||
fullscreenAd = new StringFilterGroup(
|
||||
SettingsEnum.HIDE_FULLSCREEN_ADS,
|
||||
"fullscreen_ad"
|
||||
"_interstitial"
|
||||
);
|
||||
|
||||
final var buttonedAd = new StringFilterGroup(
|
||||
|
Loading…
Reference in New Issue
Block a user