Skip to content

Commit

Permalink
Disable uYou's adblock
Browse files Browse the repository at this point in the history
  • Loading branch information
therealFoxster committed Jul 1, 2024
1 parent 48cf4ca commit bbfddc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/uYouPlusPatches.xm
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,7 @@ static void refreshUYouAppearance() {

// Disable uYou's playback speed controls (prevent crash on video playback https://github.com/therealFoxster/uYouPlus/issues/2#issuecomment-1894912963)
// [[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"showPlaybackRate"];

// Disable uYou's adblock
[[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"removeYouTubeAds"];
}

0 comments on commit bbfddc8

Please sign in to comment.