<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="popup.css" />
<title>Fixtape</title>
</head>
<body>
<header class="head">
<div>
<h1>Edits on this page</h1>
<div id="page-url" class="page-url"></div>
</div>
</header>
<button id="toggle-mode" class="toggle">
<span id="toggle-label">🎯 Pick mode</span>
<kbd id="hotkey"></kbd>
</button>
<div id="list" class="list"></div>
<div id="empty" class="empty" hidden>
Nothing here yet. Turn on pick mode, click an element and describe the fix.
</div>
<footer class="foot">
<button id="copy-all" class="primary">Copy all</button>
<button id="clear-page" class="danger">Clear</button>
</footer>
<div id="others" class="others"></div>
<script src="popup.js"></script>
</body>
</html>