Skip to content

Instantly share code, notes, and snippets.

View qnblackcat's full-sized avatar
💭
I may be slow to respond.

Nguyễn Đạt qnblackcat

💭
I may be slow to respond.
View GitHub Profile
@qnblackcat
qnblackcat / README.md
Last active June 24, 2025 05:51
Downloading older versions of iOS apps using ipatool

Downloading older versions of iOS apps using ipatool

👉 ipatool is an open-source tool developed by Majd, a highly trustworthy and talented developer in the iOS community. Recently, ipatool got a significant update that allows users to easily download older versions of iOS apps on macOS/Windows/Linux!.

👉 Since ipatool doesn't have a graphical user interface (GUI), some of you might think it's tricky to use. But trust me, it's not! Here's a simple guide if you're still a bit scared of the terminal. (Tbh, everything in this *guide can be found on ipatool's repo)

👉 Note: You need to log into your Apple ID via ipatool for the tool to work. Unless you prioritize security above all, you can trust logging into your Apple account with ipatool. As explained earlier, it’s an open-source tool developed by a well-known and reliable developer, minimizing security risks to the lowest level.

YTABConfig version: 1.4.5-4
Included classes: YTGlobalConfig, YTColdConfig, YTHotConfig
Excluded settings: android*, amsterdam*, musicClient* and unplugged*
App version: 17.43.1
Device model: iPhone8,1
accountClientDisableIdentityRestorationLogging: 0
accountClientEnableCapabilitiesErrorExtraLogging: 0
accountClientEnableNewLogoutLogging: 1
accountClientEnableProfileEditorSaveButton: 1
accountClientEnableSsoIslToken: 0
@qnblackcat
qnblackcat / YTABConfig v17.42.6
Created October 26, 2022 14:06
YTABConfig v17.42.6
YTABConfig version: 1.4.1
Included classes: YTGlobalConfig, YTColdConfig, YTHotConfig
Excluded settings: android*, amsterdam*, musicClient* and unplugged*
App version: 17.42.6
Device model: iPhone8,1
accountClientDisableIdentityRestorationLogging: 0
accountClientEnableCapabilitiesErrorExtraLogging: 0
accountClientEnableNewLogoutLogging: 1
accountClientEnableProfileEditorSaveButton: 0
accountClientEnableSsoIslToken: 0
@qnblackcat
qnblackcat / YTABConfig v17.42.6.txt
Last active October 25, 2022 00:54
YTABConfig v17.42.6
YTABConfig version: 1.4.1
Included classes: YTGlobalConfig, YTColdConfig, YTHotConfig
Excluded settings: android*, amsterdam*, musicClient* and unplugged*
App version: 17.42.6
Device model: iPhone8,1
accountClientDisableIdentityRestorationLogging: 0
accountClientEnableCapabilitiesErrorExtraLogging: 0
accountClientEnableNewLogoutLogging: 1
accountClientEnableProfileEditorSaveButton: 0
accountClientEnableSsoIslToken: 0
YTABConfig version: 1.3.0
Included classes: YTGlobalConfig, YTColdConfig, YTHotConfig
Excluded settings: android*, amsterdam*, musicClient* and unplugged*
App version: 17.41.2
Device model: iPhone8,1
accountClientDisableIdentityRestorationLogging: 0
accountClientDisplayPermissionRoleInSlimStatusBar: 0
accountClientEnableCapabilitiesErrorExtraLogging: 0
accountClientEnableNewLogoutLogging: 1
accountClientEnableProfileEditorSaveButton: 0
YTABConfig version: 1.2.2
Included classes: YTGlobalConfig, YTColdConfig, YTHotConfig
Excluded settings: android*, amsterdam*, musicClient* and unplugged*
App version: 17.40.5
Device model: iPhone8,1
accountClientDisableIdentityRestorationLogging: 0
accountClientDisplayPermissionRoleInSlimStatusBar: 0
accountClientEnableCapabilitiesErrorExtraLogging: 0
accountClientEnableNewLogoutLogging: 1
accountClientEnableProfileEditorSaveButton: 0
YTABConfig version: 1.2.2
Included classes: YTGlobalConfig, YTColdConfig, YTHotConfig
Excluded settings: android*, amsterdam*, musicClient* and unplugged*
App version: 17.39.5
Device model: iPhone8,1
accountClientDisableIdentityRestorationLogging: 0
accountClientDisplayPermissionRoleInSlimStatusBar: 0
accountClientEnableCapabilitiesErrorExtraLogging: 0
accountClientEnableNewLogoutLogging: 1
accountClientEnableSsoIslToken: 0
@qnblackcat
qnblackcat / youtube_hd.user.js
Created April 8, 2022 07:37 — forked from adisib/youtube_hd.user.js
Make youtube videos in HD and automatically resize
// ==UserScript==
// @name Youtube HD
// @author adisib
// @namespace namespace_adisib
// @description Select a youtube resolution and resize the player.
// @version 2022.02.27
// @match https://www.youtube.com/*
// @noframes
// @grant none
// ==/UserScript==