mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +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
|
||||
|
||||
/*
|
||||
// Workaround: uYou 3.0.3 Adblock fix - @PoomSmart
|
||||
%hook YTAdsInnerTubeContextDecorator
|
||||
- (void)decorateContext:(id)context {
|
||||
|
|
@ -150,6 +151,7 @@ BOOL isAd(YTIElementRenderer *self) {
|
|||
%orig;
|
||||
}
|
||||
%end
|
||||
*/
|
||||
|
||||
// Hide YouTube Logo - @dayanch96
|
||||
%group gHideYouTubeLogo
|
||||
|
|
|
|||
Loading…
Reference in a new issue