Skip to content

Commit

Permalink
Limit AdBlock Workaround (Lite) Option
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored May 30, 2024
1 parent bb7a9a8 commit 823f061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/uYouPlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -1786,6 +1786,7 @@ static BOOL findCell(ASNodeController *nodeController, NSArray <NSString *> *ide
}
if (![allKeys containsObject:@"uYouAdBlockingWorkaroundLite_enabled"]) {
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"uYouAdBlockingWorkaroundLite_enabled"];
[[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"uYouAdBlockingWorkaround_enabled"];
[[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"removeYouTubeAds"];
}
if (![allKeys containsObject:@"uYouAdBlockingWorkaround_enabled"]) {
Expand Down

0 comments on commit 823f061

Please sign in to comment.