feat: add home ads patch

This commit is contained in:
baiorett 2022-04-16 23:46:40 +03:00
parent c369899493
commit 36cddd1488
2 changed files with 1236 additions and 0 deletions

View File

@ -1,6 +1,7 @@
package app.revanced.patches
import app.revanced.patcher.patch.Patch
import app.revanced.patches.ad.HomeAdsPatch
import app.revanced.patches.ad.VideoAdsPatch
import app.revanced.patches.interaction.EnableSeekbarTappingPatch
import app.revanced.patches.layout.*
@ -17,6 +18,7 @@ object Index {
*/
val patches: List<() -> Patch> = listOf(
::IntegrationsPatch,
::HomeAdsPatch,
::VideoAdsPatch,
::MinimizedPlaybackPatch,
::CreateButtonRemoverPatch,

File diff suppressed because it is too large Load Diff