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:
inotia00
2024-04-27 04:48:04 +09:00
parent e6411d946a
commit 9d78f19b74
25 changed files with 534 additions and 366 deletions

View File

@ -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