Home    Infected Page    Clean Page    Source Code    Contact Me / Feedback
Do The Plug-ins Alter the Html Of My Web Pages?

Installation

  1. Add "<script language="JavaScript" src="linkkiller.js"></script>" to the <head></head> section of your pages.
  2. Add onDblClick="dbl = 1;" onunload=unload() onbeforeunload="unload()" onload="grabbody()" to your body tag as shown below.
  3. Copy the LinkKiller.js file to your web server.
  4. Optional: Add the MicroSoft Meta-Tag <meta name="MSSmartTagsPreventParsing" content="TRUE"> to the <head></head> section of your pages.

Example of how your pages will look after the code is installed:

<html>
<head>
<title>Yellow and Green Link Killer</title>
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<script language="JavaScript" src="linkkiller.js"></script>
</head>
<body onDblClick="dbl = 1;" onunload=unload() onbeforeunload="unload()" onload="grabbody()">

Your normal html goes here.

</body></html>

LinkKiller.js

 




© Copyright 2001 TrafficG.com & EternalHits.com. All rights reserved.