1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
falkonOfficial/tests/adblock.html
nowrep b982b3a2a1 AdBlock can now block also unwanted popup windows.
- added AdBlock menu into WebView context menu
- added new test file for AdBlock
- small modifications in QupZilla icon
- fixed bug in downloads when accepting Preferences dialog
  also accepted opened download dialog
2012-02-04 18:45:59 +01:00

12 lines
319 B
HTML

<html>
<head>
<title>AdBlock Tests &A</title>
</head>
<body>
<h2>Popup Block Tests</h2>
<a href="javascript:window.open('http://www.google.com/aclk?sa=l&adurl=http://www.edreams.com/', '_blank', 'width=600,height=600,statusbar=no,toolbar=no')">Open Popup window (will be blocked)</a>
<br/>
<br/>
</body>
</html>