mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 07:41:59 +00:00
Disable uYou Adblock Workaround
This commit is contained in:
parent
c4b5dc63d6
commit
ccb87ba2d7
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue