Automatic per-domain containers with hardened fingerprint spoofing: canvas, WebGL, audio, navigator, screen, timezone, WebRTC, fonts, ClientRects, plugins, battery, and connection APIs.
20 lines
470 B
HTML
20 lines
470 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="popup.css">
|
|
</head>
|
|
<body>
|
|
<h1>ContainSite</h1>
|
|
<div id="container-list"></div>
|
|
<div class="actions">
|
|
<button id="regen-all">Regenerate All</button>
|
|
<div class="actions-row">
|
|
<button id="prune" class="secondary">Prune Unused</button>
|
|
<button id="reset" class="danger">Reset All</button>
|
|
</div>
|
|
</div>
|
|
<script src="popup.js"></script>
|
|
</body>
|
|
</html>
|