PS
@PoomSmart
In this Twitter world, you are reading the bio of an iOS Tweak Development Hobbyist. Mastodon: @[email protected]
YTHotConfig.enableInlineMutedUnifiedSettings: 1 YTHotConfig.isInlineMutedEnabled: 1 YTHotConfig.shouldUseInlineMutedSettingsForAllFeeds: 1 reddit.com/r/youtube/comm…
If you are using YouTube v17.39.4 and you have YouTube Legacy installed, update the tweak to v1.6.8+ to fix app hang on launch. It removes YouTube Playables from the feed which are the main culprits of that.
When it comes to web browsing on iOS, iOS 16.4 and higher are the best..
defaults write /Applications/Xcode-15.4.0.app/Contents/Info.plist CFBundleVersion -string 23051 codesign --force -s - /Applications/Xcode-15.4.0.app
GitHub constantly updates their website, causing whatever JS bundled in this tweak to be outdated and unusable. This is not good..
Fixed more GitHub UI issues on iOS < 16.4 (not just < 15.4) Available in GitHubWebLegacyCompat version 2.1.0 Adequate iOS 14 support is still up in the air.
If your website is blank even after installing Polyfills tweak, you can install "Debug (Polyfills)" tweak. This will show all browser console logs directly on the web page, useful for debugging.
Saw some comments on r/jb implying as if they have ChatGPT iOS app on their iOS 15 device. Doesn’t the first ever version of ChatGPT iOS require iOS 16.1+ already?
It appears that Polyfills tweak is causing high CPU usage on Safari app. The root cause is most likely the user agent spoofing. Investigating further..