Skip to content

Commit

Permalink
feat(YouTube): Support version 18.43.45 for Playback speed and `R…
Browse files Browse the repository at this point in the history
…estore old video quality menu`
  • Loading branch information
oSumAtrIX committed Nov 12, 2023
1 parent e21286e commit c5236f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object RecyclerViewTreeHookPatch : BytecodePatch(

RecyclerViewTreeObserverFingerprint.result?.let {
it.mutableMethod.apply {
val insertIndex = it.scanResult.patternScanResult!!.startIndex + 5
val insertIndex = it.scanResult.patternScanResult!!.startIndex
val recyclerViewParameter = 2

addHook = { classDescriptor ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ object RecyclerViewTreeObserverFingerprint : MethodFingerprint(
opcodes = listOf(
Opcode.NEW_INSTANCE,
Opcode.INVOKE_DIRECT,
Opcode.IPUT_OBJECT,
Opcode.IGET_BOOLEAN,
Opcode.IF_NEZ,
Opcode.INVOKE_VIRTUAL_RANGE,
Opcode.MOVE_RESULT_OBJECT
Opcode.INVOKE_VIRTUAL,
Opcode.NEW_INSTANCE,
Opcode.INVOKE_DIRECT,
Opcode.IPUT_OBJECT
),
strings = listOf("LithoRVSLCBinder")
)

0 comments on commit c5236f8

Please sign in to comment.