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

16 lines
362 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">
</body>
</html>