I have two users that cannot use my webapp because of code injected (I believe) from a Chrome Extension. They are using the latest Chrome and I can see in the Sources panel where the code is injected. Any insight on this would be greatly appreciated.
The end of my script looks like this:
printBlob=css+printBlob+"";
$("#landHere").html(printBlob);
But, the code looks like this in the User's Sources panel in Chrome:
printBlob=css+printBlob+"<script type='text/javascript'src="[my web address]/608603eb04c81ed77de982550fe5271fd37489ee3cc5ba58cb390d27d64fbe2/inject.js
Thanks in advance!