1

So, I noticed some other posts related to this (such as Full-page ads randomly pop up in Chrome ("Sponsored by")); however, since I have an extension that is only injecting an ad once in every 500 or so URLs, I want to know WHICH extension is causing this.

The issue is that every (random) hundred or so URLs I hit (including pages I've written myself) present an ad and create an iframe for my content. NOT OK!

However, short of process of elimination, is there a way (through DevTools or something) to see which extensions are firing?

Thanks!

Shnor W.
  • 101

2 Answers2

0

In Google Chrome, you can disable each extension one at a time and determine what extension is causing the issue.

Austin
  • 71
0

Sorry about the delay on this, but answering my own question, I found that it was not an extension, but my ISP was injecting HTML on port 80 (never happened under SSL). (BEWARE OPTIMUM USERS: in some markets, they are injecting HTML ads when you request a site). I confirmed this with Optimum and they stated that it does not violate their policies (however, they have since shut it off in my area).

Shnor W.
  • 101