onLoad Filter

Filters onLoad JavasScript instructions in HTML pages to stop them from executing scripts on startup.

A typlical onLoad instruction looks like this:

<body onLoad="javascript_function()">

The filter removes the onLoad instruction. The result is:

<body>