mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
24 lines
604 B
HTML
Executable File
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>
|
|
|