File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# SCInsta
2
2
A feature-rich tweak for Instagram on iOS!\
3
- ` Version v0.5.1 ` | ` Tested on Instagram v349.1.11 `
3
+ ` Version v0.6.0 ` | ` Tested on Instagram v350.0.12 `
4
4
5
5
---
6
6
@@ -24,13 +24,15 @@ A feature-rich tweak for Instagram on iOS!\
24
24
- Hide Meta AI
25
25
- Copy description
26
26
- Hide reels tab
27
+ - Disable scrolling reels
27
28
- Do not save recent searches
28
29
- Hide explore posts grid
29
30
- Hide trending searches
30
31
- No suggested chats (in dms)
31
32
32
33
### Feed
33
34
- Hide ads
35
+ - Hide entire feed
34
36
- Hide stories tray
35
37
- No suggested posts
36
38
- No suggested for you (accounts)
@@ -93,8 +95,8 @@ $ ./build.sh <sideload/rootless/rootful>
93
95
94
96
| | | |
95
97
| :-------------------------------------------:| :-------------------------------------------:| :-------------------------------------------:|
96
- | <img src =" https://i.imgur.com/w7k0Zh3 .png " > | <img src =" https://i.imgur.com/vKhM5hj .png " > | <img src =" https://i.imgur.com/L6SPBgv .png " > |
97
- | <img src =" https://i.imgur.com/E844fYy .png " > |
98
+ | <img src =" https://i.imgur.com/hr3v0fk .png " > | <img src =" https://i.imgur.com/gQZdtWp .png " > | <img src =" https://i.imgur.com/iXIFLxG .png " > |
99
+ | <img src =" https://i.imgur.com/HMZ9n4D.png " > | < img src = " https://i.imgur.com/JQcySt6 .png" > |
98
100
99
101
# Contributing
100
102
Contributions to this tweak are greatly appreciated. Feel free to create a pull request if you would like to contribute.
Original file line number Diff line number Diff line change 1
1
Package: com.socuul.scinsta
2
2
Name: SCInsta
3
- Version: 0.5.1
3
+ Version: 0.6.0
4
4
Architecture: iphoneos-arm
5
5
Description: A feature-rich tweak for Instagram on iOS!
6
6
Maintainer: SoCuul
Original file line number Diff line number Diff line change 21
21
// /////////////////////////////////////////////////////////
22
22
23
23
// * Tweak version *
24
- NSString *SCIVersionString = @" v0.5.1 " ;
24
+ NSString *SCIVersionString = @" v0.6.0 " ;
25
25
26
26
// Variables that work across features
27
27
BOOL seenButtonEnabled = false ;
You can’t perform that action at this time.
0 commit comments