Adblock Plus Pop-up Addon test page

This page can be used to test different types of pop-ups with Adblock Plus Pop-up Addon. Every example tries to open google.com.

  1. Basic window.open (new tab)
  2. Open 5 tabs in one click
  3. Regular link with 'target="_blank"' attribute
  4. Basic window.open (new window)
  5. Window.open with header (HTTP/1.1 301 Moved Permanently) redirection
  6. Window.open with JavaScript redirection
  7. Window.open with meta redirection
  8. Window.open (new window) that waits 5 seconds and then redirects
  9. Window.open (new tab) that waits 5 seconds and then redirects

Note that it's easy to use JavaScript to show things that look like pop-up windows. These kind of modal pop-ups are not handled by Adblock Plus Pop-up Addon because they are just regular HTML markup and Adblock Plus can block them by default. Here's an example:

Open a modal JavaScript pop-up that is not really a pop-up window.