You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tweak to restore functionality to older Twitter versions for iOS/iPadOS.
3
+
A tweak to restore functionality to older Twitter versions for iOS/iPadOS
4
4
5
5
This effectively makes it possible to use Twitter again on devices where it was broken previously.
6
6
7
-
## What does this do?
8
-
9
-
**TwitterLegacyPatcher** works by:
10
-
- Bypassing certificate pinning in the app
11
-
- Spoofing the app version to bypass update nags
12
-
- Fixes issues with images not being displaying correctly by replacing `pic.x.com` with `pic.twitter.com` in links
13
-
- Patches out the now deprecated 1.1 endpoints and return the newer graphql endpoints
7
+
## Patches include
8
+
- Bypassing certificate pinning in the app to fix sign in
9
+
- Spoofing the app version to bypass update now messages
10
+
- Fix problems with images not being displaed correctly by replacing `pic.x.com` with `pic.twitter.com`
11
+
- Patches out the now deprecated 1.1 endpoints to return the newer graphql ones.
14
12
15
13
It also includes several QoL improvements such as:
16
-
- Hides the (now useless) Fleets bar on versions that have it
14
+
- Hides the (now useless) Fleets bar on versions that had it
17
15
- Removes all ads
18
-
- Hides the "Discover More" section under tweets
19
16
- Enables Birdwatch (Community Notes) on supported versions
20
17
21
-
## Tested Versions
22
-
23
-
- v7.29.1
24
-
- v8.58
25
-
- v8.71
26
-
- v9.10.1
18
+
## Supported Versions
27
19
28
-
Every 7.x - 9.x version *should*somewhat work. this tweak isn't neccesary yet for 9.44+
20
+
Every 7.x - 9.x version *should* work. this tweak isn't neccesary yet for 9.44+
29
21
30
22
## Nightly builds
31
23
If you wanna test the newest nightly builds, you can by visiting the link below. keep in mind things can and will break. please report any issues you find.
@@ -34,14 +26,14 @@ If you wanna test the newest nightly builds, you can by visiting the link below.
34
26
35
27
`rootless-build` is for devices on iOS 15 and above
36
28
37
-
[Link to Nightly Build](https://nightly.link/nyathea/TwitterLegacyPatcher/workflows/makefile/main)
29
+
[Link to Nightly Build](https://nightly.link/nyathea/LegacyBird/workflows/makefile/main)
38
30
39
31
## Known Issues
40
32
41
33
- On some 8.x versions, attempting to log in will freeze the app and eventually cause an crash. A workaround is to log in using 7.29.1 first, then upgrade to your preferred version.
42
34
- The Search page and Quote tweets doesnt work
43
-
- You may not be able to like tweets on some versions because of deprecated v1.1 endpoints. (this will be fixed soon)
44
-
- Banners disappear once the profile view is refreshed
35
+
- You may not be able to like tweets or view peofiles on some versions because of deprecated endpoints. (this will be fixed soon)
36
+
- Banners disappear or dont show up at all
45
37
- latest (following) timeline doesnt work yet
46
38
47
39
Please let me know if theres any other issues! pleae open a bug report and i'll get to you as soon as i can
0 commit comments