mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-06-13 05:37:38 +02:00
fix(Twitter - Hide ads): Hide ads in search
This commit is contained in:
@ -45,6 +45,7 @@ internal object TwiFucker {
|
||||
optJSONObject("user_result")?.optJSONObject("result")
|
||||
?.optJSONObject("timeline_response")?.optJSONObject("timeline")
|
||||
?: optJSONObject("timeline_response")?.optJSONObject("timeline")
|
||||
?: optJSONObject("search")?.optJSONObject("timeline_response")?.optJSONObject("timeline")
|
||||
?: optJSONObject("timeline_response")
|
||||
return timeline?.optJSONArray("instructions")
|
||||
}
|
||||
|
Reference in New Issue
Block a user