javascript - Remove unwanted script and iframe from html page -
i creating website, in hidden script , hidden iframe automatically inserted @ end of page. have not included in page, still in page while inspect element in browser.
this ending of html page
. . . < !-- login box ends here --> < !--sign / sign in code ends --> <!-- fixed header end--> </body> </html>
and when inspecting element in browser getting script , iframe added as
. . . < !-- login box ends here --> < !--sign / sign in code ends --> <!-- fixed header end--> **<script src="https://static.dreamsadnetwork.com/chromeapp/vdstatus/contentscript.js" id="vdstatusid"></script> <iframe name="_rlcdn" width="0" height="0" frameborder="0" src="http://rc.rlcdn.com/378618.html"></iframe> <iframe src="http://www.superfish.com/ws/userdata.jsp?dlsource=dingodeals&userid=ntbcntbc&ver=13.1.1.77" style="position: absolute; top: -100px; left: -100px; z-index: -10; border: none; visibility: hidden; width: 1px; height: 1px;"></iframe>** </body> </html>
how remove these extras script , iframe included while running webpage in browser
what browser using? have adware added extensions, solutions remove unwanted extensions
Comments
Post a Comment