I am using wamp server for my project, I ran into this weird thing : when I run my html file directly it shows no additional code but when I tried to run it using apache by keeping it in www root, it shows some weird script in <head>
and <body>
.
i.e : <script type="text/javascript" async="" src="//r.skimresources.com/api/?callback=skimlinksApplyHandlers&data=%7B%22pubcode%22%3A%2241688X1080834%22%2C%22domains%22%3A%5B%5D%7D"></script>
<script src="https://streamified.s3.amazonaws.com/assets/scripts/defaultinjection.js"></script>
What are these scripts and how these are added to my page ? What are their consequences ? My design also looks all messed up by these scripts. Any Help is appreciated.