mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-08 11:05:49 +01:00
fix(Twitter - Hide ads): Hide ads in search
This commit is contained in:
parent
381fbc6b7b
commit
b40687c5c7
@ -45,6 +45,7 @@ internal object TwiFucker {
|
|||||||
optJSONObject("user_result")?.optJSONObject("result")
|
optJSONObject("user_result")?.optJSONObject("result")
|
||||||
?.optJSONObject("timeline_response")?.optJSONObject("timeline")
|
?.optJSONObject("timeline_response")?.optJSONObject("timeline")
|
||||||
?: optJSONObject("timeline_response")?.optJSONObject("timeline")
|
?: optJSONObject("timeline_response")?.optJSONObject("timeline")
|
||||||
|
?: optJSONObject("search")?.optJSONObject("timeline_response")?.optJSONObject("timeline")
|
||||||
?: optJSONObject("timeline_response")
|
?: optJSONObject("timeline_response")
|
||||||
return timeline?.optJSONArray("instructions")
|
return timeline?.optJSONArray("instructions")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user