mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-11 07:38:58 +01:00
16 lines
429 B
HTML
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> |