1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-01 19:08:06 +02:00
CanvasBlocker/test/index.html

23 lines
858 B
HTML
Raw Normal View History

2017-08-13 23:44:31 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Test pages</title>
2019-02-20 08:13:37 +01:00
<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">
2017-08-13 23:44:31 +02:00
</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>
2018-06-30 23:15:47 +02:00
<li><a href="audioTest.html">Audio Fingerprint test</a></li>
2018-09-05 15:48:16 +02:00
<li><a href="domRectTest.html">DOMRect Fingerprint test</a></li>
2017-08-13 23:44:31 +02:00
<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>
2019-02-27 23:49:00 +01:00
<li><a href="navigatorTest.php">Navigator test</a></li>
2017-12-12 21:56:22 +01:00
<li><a href="settingsLoading.php">Settings loading</a></li>
2017-08-13 23:44:31 +02:00
</ul>
</body></html>