1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-07 22:07:48 +02:00
CanvasBlocker/test/index.html
2017-12-12 21:56:22 +01:00

16 lines
429 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="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>