Bug 1504155 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

What I get to an "empty" image, I see this in the console:
```
TypeError: googletag.destroySlots is not a function adb.2283410.min.js:2:113925
```

Sure enough, `https://www.googletagservices.com/tag/js/gpt.js` is blocked. If I minimally shim that script that so that `googletag.destroySlots()` exists, then the arrows work, though there are still "empty" images in the gallery.

If we'd like to try to have some sort of "placeholder" image in place of ads, so users see a "Firefor has blocked a tracker here", we can investigate further.
What I get to an "empty" image, I see this in the console:
```
TypeError: googletag.destroySlots is not a function adb.2283410.min.js:2:113925
```

Sure enough, `https://www.googletagservices.com/tag/js/gpt.js` is blocked. If I minimally shim that script that so that `googletag.destroySlots()` exists, then the arrows work, though there are still "empty" images in the gallery.

If we'd like to try to have some sort of "placeholder" image in place of ads, so users see a "Firefox has blocked a tracker here", we can investigate further.

Back to Bug 1504155 Comment 3