Files
pathduck.github.io/test/adblock-rules/third-party.html
T
2026-06-14 01:00:31 +02:00

24 lines
604 B
HTML
Executable File

<html>
<head>
<title>Third-party test</title>
<script src="https://www.abptestpages.org/testfiles/script/script.js"></script>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h3>Test of third-party block.</h3>
<p>Script loaded in header should be blocked.</p>
<div id="script-target"></div>
<p>Image below should be blocked:</p>
<img src="https://www.abptestpages.org/testfiles/third-party/abb-logo.png" alt="⛔Image Blocked⛔">
<p>Image below should NOT be blocked:</p>
<img src="abb-logo.png" alt="⛔Image Blocked⛔">
</body>
</html>