Files
pathduck.github.io/test/adblock-rules/third-party.html
T
2024-09-24 14:39:21 +02:00

20 lines
554 B
HTML
Executable File

<html>
<head>
<title>Third-party test</title>
<script src="https://www.abptestpages.org/testfiles/script/script.js"></script>
</head>
<body>
<h3>Test of third-party block.</h3>
<p>Script loaded in header should be blocked.</p>
<p>Image below should be blocked:</p>
<img src="https://www.abptestpages.org/testfiles/third-party/abb-logo.png">
<p>Embedded PDF in iframe should be blocked:</p>
<iframe width="50%" height="600px" src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf"></iframe>
</body>
</html>