PS (@poomsmart) 's Twitter Profile
PS

@poomsmart

In this Twitter world, you are reading the bio of an iOS Tweak Development Hobbyist. Mastodon: @[email protected]

ID: 327920024

calendar_today02-07-2011 11:45:02

2,2K Tweet

15,15K Followers

200 Following

PS (@poomsmart) 's Twitter Profile Photo

ChatGPTWebLegacyCompat tweak in case you are not aware. I tried to make it work on iOS 14 but it looks like it’s beyond JavaScript fixes. Imagine what else can and will break if iOS 13 and lower are also targeted.

PS (@poomsmart) 's Twitter Profile Photo

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..

PS (@poomsmart) 's Twitter Profile Photo

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?

PS (@poomsmart) 's Twitter Profile Photo

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.

PS (@poomsmart) 's Twitter Profile Photo

GitHub constantly updates their website, causing whatever JS bundled in this tweak to be outdated and unusable. This is not good..

PS (@poomsmart) 's Twitter Profile Photo

defaults write /Applications/Xcode-15.4.0.app/Contents/Info.plist CFBundleVersion -string 23051 codesign --force -s - /Applications/Xcode-15.4.0.app