You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
@darkdh reported that imdb.com was not loading the video player:
I've been able to repro on win10.
imdb appears to be loading the video player, only if the ad call is allowed to be made.
Blocking ads prevents the player from loading.
Disabling blocking allows for the player load as expected.
Confirm that this code is blocking the player:
doWithAds(function(){
if ('injected_slot' == 'injected_slot') {
ad_utils.inject_ad.register('injected_billboard');
} else {
ad_utils.gpt.render_ad('injected_billboard');
}
}, "ad_utils not defined, unable to render client-side GPT ad or injected ad.");
Locate corresponding ad call in network traffic.
Find appropriate exception
Apply Solution
Confirm fix
Close issue
The text was updated successfully, but these errors were encountered:
@darkdh reported that imdb.com was not loading the video player:
I've been able to repro on win10.
imdb appears to be loading the video player, only if the ad call is allowed to be made.
Blocking ads prevents the player from loading.
Disabling blocking allows for the player load as expected.
Confirm that this code is blocking the player:
The text was updated successfully, but these errors were encountered: