Skip to content

Commit a2e4ea3

Browse files
authored
raname
1 parent 4bd067a commit a2e4ea3

File tree

1 file changed

+13
-21
lines changed

1 file changed

+13
-21
lines changed

README.md

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,23 @@
1-
# TwitterLegacyPatcher&nbsp;<img src="https://upload.wikimedia.org/wikipedia/commons/6/6f/Logo_of_Twitter.svg" alt="Twitter" height="25"/>
1+
# LegacyBird&nbsp;<img src="https://upload.wikimedia.org/wikipedia/commons/6/6f/Logo_of_Twitter.svg" alt="Twitter" height="25"/>
22

3-
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
44

55
This effectively makes it possible to use Twitter again on devices where it was broken previously.
66

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.
1412

1513
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
1715
- Removes all ads
18-
- Hides the "Discover More" section under tweets
1916
- Enables Birdwatch (Community Notes) on supported versions
2017

21-
## Tested Versions
22-
23-
- v7.29.1
24-
- v8.58
25-
- v8.71
26-
- v9.10.1
18+
## Supported Versions
2719

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+
2921

3022
## Nightly builds
3123
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.
3426

3527
`rootless-build` is for devices on iOS 15 and above
3628

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)
3830

3931
## Known Issues
4032

4133
- 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.
4234
- 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
4537
- latest (following) timeline doesnt work yet
4638

4739
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

Comments
 (0)