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
| #import <UIKit/UIKit.h> | |
| #import "AppDelegate.h" | |
| int main(int argc, char * argv[]) | |
| { | |
| @autoreleasepool { | |
| [[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"UIDisableLegacyTextView"]; | |
| return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); |
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
| # (File moved to https://github.com/ole/Storyboard-Strings-Extraction) |
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
| - (UIViewController *)viewControllerForView:(UIView *)view { | |
| UIResponder *nextResponder = [view nextResponder]; | |
| if (nextResponder) { | |
| if ([nextResponder isKindOfClass:[UIViewController class]]) { | |
| return (UIViewController *)nextResponder; | |
| } else { | |
| return [self viewControllerForView:view.superview]; | |
| } | |
| } | |
| return nil; |
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
| // | |
| // UIApplication+UIID.h | |
| // UIID | |
| // | |
| // Created by akisute on 11/08/22. | |
| // | |
| #import <UIKit/UIKit.h> | |
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
| // ==UserScript== | |
| // @name Deny Rakuten News | |
| // @namespace http://espion.just-size.jp/archives/05/136155838.html | |
| // @description Deny Rakuten News and Mail Magazine Subscriptions | |
| // @include https://*.step.rakuten.co.jp/* | |
| // @include https://*.travel.rakuten.co.jp/rsv/RsvInput.do* | |
| // @include https://my.rental.rakuten.co.jp/action/my/* | |
| // @include https://delivery.rakuten.co.jp/*?module=Default&action=OrderStep* | |
| // @include https://auction.item.rms.rakuten.co.jp/* | |
| // @include https://my.checkout.rakuten.co.jp/myc/purchase/Confirm |
NewerOlder