Bad Ad Examples

This is a list of pages that contain various types of Javascript redirects. There is also a text file with all the URLs.

Iframe Redirect

An iframe embedded in the page triggers a redirect.

On Scroll Redirect

Redirect as soon as the user scrolls the page.

Timeout Redirect

Redirect 2 seconds after the page load using document.location.

Basic Redirect

Redirect immediately after the page load using document.location.

Timeout Onclick Redirect

Redirect 1 second after the page load by triggering the click event on a link.