mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
feat(YouTube): Hide search term thumbnail
, Hide toolbar button
, Hide trending searches
, Hide voice search button
patches has been integrated into Toolbar components
patch
This commit is contained in:
@ -15,7 +15,7 @@ object DrawableColorPatch : BytecodePatch(
|
||||
) {
|
||||
override fun execute(context: BytecodeContext) {
|
||||
|
||||
DrawableFingerprint.resultOrThrow().mutableMethod?.apply {
|
||||
DrawableFingerprint.resultOrThrow().mutableMethod.apply {
|
||||
insertMethod = this
|
||||
insertIndex = getTargetIndexWithMethodReferenceNameReversed("setColor")
|
||||
insertRegister = getInstruction<FiveRegisterInstruction>(insertIndex).registerD
|
||||
|
Reference in New Issue
Block a user