Disable uYou Adblock Workaround

This commit is contained in:
arichornlover 2024-04-29 18:16:13 -05:00 committed by GitHub
parent c4b5dc63d6
commit ccb87ba2d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,6 +86,7 @@ static int contrastMode() {
} }
%end %end
/*
// Workaround: uYou 3.0.3 Adblock fix - @PoomSmart // Workaround: uYou 3.0.3 Adblock fix - @PoomSmart
%hook YTAdsInnerTubeContextDecorator %hook YTAdsInnerTubeContextDecorator
- (void)decorateContext:(id)context { - (void)decorateContext:(id)context {
@ -150,6 +151,7 @@ BOOL isAd(YTIElementRenderer *self) {
%orig; %orig;
} }
%end %end
*/
// Hide YouTube Logo - @dayanch96 // Hide YouTube Logo - @dayanch96
%group gHideYouTubeLogo %group gHideYouTubeLogo