javascript - How to block port on wamp server? -


i made simple html file syntax

<!doctype html> <html> <head> <title>html_using_div</title> <!-- <link href="border.css"rel="stylesheet"/> --> <style>     .c1{     background-image:url("i/table2.jpg ");     background-repeat:no-repeat;     background-attachment:local;     font: italic bold 20px/1.2 arial,sans-serif;      }      <!-- .c2{     background-size:1000px 1000px;     background-image:url("i/dsc05441.jpg");     background-repeat:no-repeat;     background-attachment:scroll;     } -->  </style> </head> <body style="background: linear-gradient(-45deg, red , blue , indigo, white );"> <div style=" width=500px ;height:400px; margin:auto ;  " >      here content     </div> </body> </html> 

after execution in browser console got div , javascript file name:

<script type="text/javascript" src="http://127.0.0.1:10029/public/linkverifierhelper2.js"></script> 

can me in finding reason issue?

after googling linkverifier2.js file think have speedbit download accelerator plus adware/malware.

you remove antivirus or antimalware tool.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -