0

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&amp;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.

4
  • Are you sure that apache is the one adding those? Do you see it in the source of the page or Dom inspection? Commented Feb 5, 2013 at 6:46
  • there is no script on my page, it's being added on runtime, I am running this file on localhost. Commented Feb 5, 2013 at 6:48
  • 1
    it is most likely inserted by a browsers extension. Commented Feb 5, 2013 at 6:49
  • 1
    I must have think of that, thanx man, it was an extension! Please write it in answers, so that I can mark it. Commented Feb 5, 2013 at 6:59

2 Answers 2

1

It is mot likely being inserted by a browser extension. apache won't do anything like it without explicit request.

Sign up to request clarification or add additional context in comments.

Comments

0

Skimlinks is one of the advertising affiliate partners that WordPress.com works with to run ads on blogs. I guess your project is on wordpress.com or using wordpress.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.