feat(Letterboxd): Add Hide ads patch (#6309)

Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
Swakshan
2025-11-24 17:26:55 +05:30
committed by GitHub
parent fff29544b9
commit 0af0ee92c4
3 changed files with 53 additions and 0 deletions

View File

@@ -328,6 +328,10 @@ public final class app/revanced/patches/irplus/ad/RemoveAdsPatchKt {
public static final fun getRemoveAdsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/letterboxd/ads/HideAdsPatchKt {
public static final fun getHideAdsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/lightroom/misc/login/DisableMandatoryLoginPatchKt {
public static final fun getDisableMandatoryLoginPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}