2025-06-11
- YT ads
- getting ads issue
- replicate: go to homepage, then click on video from there
- set a breakpoint on
r.C.getVideoData(1).getPlayerResponse()- running that there reveals that
adSlotshas slipped through - maybe
html5_player_preload_ad_fix??
- running that there reveals that
- looking at grpc def
- setting
playbackContext.contentPlaybackContext.isInlinePlaybackNoAd = trueseems to work
- setting
- getting ads issue