mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2025-12-29 11:45:20 -05:00
17 lines
450 B
HTML
Executable File
17 lines
450 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>
|
|
<p>Image below should be blocked:</p>
|
|
|
|
<img src="https://www.abptestpages.org/testfiles/third-party/abb-logo.png">
|
|
|
|
</body>
|
|
</html>
|