mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 13:17:46 +02:00
fix(YouTube/Litho filter): integrate filter
This commit is contained in:
@ -78,7 +78,6 @@ object GeneralAdsPatch : ResourcePatch() {
|
||||
|
||||
override fun execute(context: ResourceContext) {
|
||||
LithoFilterPatch.addFilter("$COMPONENTS_PATH/AdsFilter;")
|
||||
LithoFilterPatch.addFilter("$COMPONENTS_PATH/InterstitialBannerFilter;")
|
||||
|
||||
context.forEach {
|
||||
|
||||
|
@ -252,7 +252,6 @@ object ShortsComponentPatch : BytecodePatch(
|
||||
} ?: throw ShortsShareFingerprint.exception
|
||||
|
||||
LithoFilterPatch.addFilter("$COMPONENTS_PATH/ShortsFilter;")
|
||||
LithoFilterPatch.addFilter("$COMPONENTS_PATH/ShortsButtonsFilter;")
|
||||
|
||||
/**
|
||||
* Add settings
|
||||
|
Reference in New Issue
Block a user