1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-16 01:49:51 +02:00
CanvasBlocker/test/index.html
2018-07-16 00:05:33 +02:00

18 lines
545 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Test pages</title>
</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="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="settingsLoading.php">Settings loading</a></li>
</ul>
</body></html>