mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-13 00:28:52 +01:00
24 lines
916 B
HTML
24 lines
916 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test pages</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<link href="testIcon.svg" type="image/png" rel="icon">
|
|
<link href="testIcon.svg" type="image/png" rel="shortcut icon">
|
|
</head>
|
|
<body>
|
|
<h1>Test pages for CanvasBlocker</h1>
|
|
|
|
<ul>
|
|
<li><a href="test.html">Fingerprinting test</a></li>
|
|
<li><a href="dataUrlTest.php">Data-URL test</a></li>
|
|
<li><a href="audioTest.html">Audio Fingerprint test</a></li>
|
|
<li><a href="domRectTest.html">DOMRect Fingerprint test</a></li>
|
|
<li><a href="detectionTest.html">Detection test</a></li>
|
|
<li><a href="performanceTest.html">Performance test</a></li>
|
|
<li><a href="webGL-Test.html">Support for webGL</a></li>
|
|
<li><a href="navigatorTest.php">Navigator test</a></li>
|
|
<li><a href="settingsLoading.php">Settings loading</a></li>
|
|
<li><a href="iframeTest.html">Iframe protection</a></li>
|
|
</ul>
|
|
</body></html> |