mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
b982b3a2a1
- 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
12 lines
319 B
HTML
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>
|