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.
- Basic window.open (new tab)
- Open 5 tabs in one click
- Regular link with 'target="_blank"' attribute
- Basic window.open (new window)
- Window.open with header (HTTP/1.1 301 Moved Permanently) redirection
- Window.open with JavaScript redirection
- Window.open with meta redirection
- Window.open (new window) that waits 5 seconds and then redirects
- 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.
Alert dialogs
Adblock Plus Pop-up Addon also supports blocking all kinds of alert dialogs. Alert dialogs can be used for example to force user interaction on browser exit which can be annoying when it's not used in a right place.