1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-03 03:48:04 +02:00
CanvasBlocker/test/detectionTest.html
2017-08-13 23:44:31 +02:00

26 lines
406 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Detection test</title>
<style>
.notRun {
color: lightgray;
}
.loud .status{
color: red;
}
.stealthy .status{
color: darkgreen;
}
.failed {
background-color: red;
}
</style>
</head>
<body>
<h1>Detection test</h1>
Checks if the addon can be detected by websites.
<ul id="tests"></ul>
<script src="detectionTest.js"></script>
</body>
</html>