This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Catppuccin Mocha - Blue", | |
"description": "Soothing pastel theme for the high-spirited!", | |
"authors": [ | |
{ | |
"name": "Catppuccin" | |
} | |
], | |
"semanticColors": { | |
"ANDROID_RIPPLE": ["#6c7086", "#6c7086"], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@interface __NSCFLocalSessionTask : NSObject <NSCopying, NSProgressReporting> | |
@end | |
%hook __NSCFLocalSessionTask | |
- (void)_onqueue_resume { | |
NSURLRequest *request = [self valueForKey:@"_originalRequest"]; | |
NSString *requestURL = request.URL.absoluteString; | |
if ([requestURL containsString:@"reddit.com"]) { |