Skip to content

Instantly share code, notes, and snippets.

View paradoxally's full-sized avatar

Nino paradoxally

View GitHub Profile
@paradoxally
paradoxally / catppuccinblue.json
Last active March 17, 2025 18:31
Catppuccin Mocha - Blue (Bunny/Unbound/Vendetta) - cursor fix
{
"name": "Catppuccin Mocha - Blue",
"description": "Soothing pastel theme for the high-spirited!",
"authors": [
{
"name": "Catppuccin"
}
],
"semanticColors": {
"ANDROID_RIPPLE": ["#6c7086", "#6c7086"],
@paradoxally
paradoxally / Tweak.x
Last active July 25, 2024 23:53
Apollo User Agent Intercept
@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"]) {