feat: support Instagram 435.0.0 - #282
Open
BandarHL wants to merge 1 commit into
Open
Conversation
BandarHL
commented
Jun 29, 2026
Contributor
- Add settings chooser on profile side tray button (IG vs SCInsta settings)
- Fall back to _mediaPassthrough ivar for reel video download when video is unavailable
- Add settings chooser on profile side tray button (IG vs SCInsta settings) - Fall back to _mediaPassthrough ivar for reel video download when video is unavailable Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ilia-ae
added a commit
to ilia-ae/SCInsta
that referenced
this pull request
Aug 28, 2026
Instagram moved the profile navigation into a Swift module, so %hook IGBadgedNavigationButton resolved to a nil class and the settings long-press was never attached (upstream issue SoCuul#281). - hook the mangled Swift name _TtC19IGProfileNavigation24IGBadgedNavigationButton - accept profile-more-bar-button as well as profile-more-button - drop the gestureRecognizers==0 guard, which never passes on 44x, and make Instagram's own recognizers require ours to fail - port upstream PR SoCuul#282: intercept the side-tray (hamburger) tap and offer Instagram Settings / SCInsta Settings, an entry point that needs no gesture Verified against Instagram 444.0.0: both hooked Swift classes, the onSideTrayButton selector and both accessibility identifiers exist.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.