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

2 に答える 2

1

ブラウザ拡張機能によって挿入されている可能性があります。apacheは、明示的な要求がない限り、そのようなことは何もしません。

于 2013-02-05T07:02:45.473 に答える
0

Skimlinksは、WordPress.comがブログに広告を掲載するために協力している広告アフィリエイトパートナーの1つです。あなたのプロジェクトはwordpress.comまたはwordpressを使用していると思います。

于 2013-02-05T07:08:44.380 に答える