modded scinsta with additional features and fixes for recent instagram version

This commit is contained in:
faroukbmiled
2026-03-28 23:57:15 +01:00
commit 3d133ac333
105 changed files with 11916 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"SCIUtils: Bool Pref": {
"prefix": "scibool",
"body": [
"if ([SCIUtils getBoolPref:@\"${1:key}\"]) $0"
]
},
"SCIUtils: String Pref": {
"prefix": "scistring",
"body": [
"if ([[SCIUtils getStringPref:@\"${1:key}\"] isEqualToString:@\"${2:string}\"]) $0"
]
},
"SCIUtils: Log": {
"prefix": "scilog",
"body": [
"SCILog($0);"
]
},
"SCIUtils: Log Id": {
"prefix": "scilogid",
"body": [
"SCILogId(@\"${1:prefix}\", $0);"
]
}
}