The WallpaperPromptMostRecent2 NSUserDefaults key stores the date of the last time the wallpaper prompt was shown.
Setting it to an arbitrary date in the future makes it so the start up check passes and the popup will never be shown.
I also made a partial fix to the "Imgur error :(" on certain Reddit posts. The newURLString was being overwritten with the original URL.
A complete fix with working uploads and deletes requires additional changes to handle Imgur API JSON endpoints and intercepting requests to imgur-apiv3.p.rapidapi.com.
The
WallpaperPromptMostRecent2
NSUserDefaults key stores the date of the last time the wallpaper prompt was shown. Setting it to an arbitrary date in the future makes it so the start up check passes and the popup will never be shown.I also made a partial fix to the "Imgur error :(" on certain Reddit posts. The
newURLString
was being overwritten with the original URL.A complete fix with working uploads and deletes requires additional changes to handle Imgur API JSON endpoints and intercepting requests to
imgur-apiv3.p.rapidapi.com
.