uBlock/platform/mv3/extension/zapper-ui.html

33 lines
886 B
HTML
Raw Permalink Normal View History

2025-03-21 17:23:54 +00:00
<!DOCTYPE html>
<html id="ubol-zapper">
<head>
<meta charset="utf-8">
<meta name="color-scheme" content="light dark">
<title>uBO Lite Zapper</title>
<link rel="stylesheet" href="/css/default.css">
<link rel="stylesheet" href="/css/tool-overlay-ui.css">
2025-03-21 17:23:54 +00:00
<link rel="stylesheet" href="/css/zapper-ui.css">
</head>
<body>
<aside>
2025-03-21 17:23:54 +00:00
<div id="quit" data-i18n-title="zapperTipQuit">
<svg viewBox="0 0 64 64"><path d="M16 16L48 48M16 48L48 16" /></svg>
</div>
<div id="pick">
<svg viewBox="0 0 64 64">
<path d="M10 32L54 32M32 10L32 54" />
<circle cx="32" cy="32" r="12" />
</svg>
</div>
2025-03-21 17:23:54 +00:00
</aside>
<svg id="overlay"><path d></path><path d="M0 0"></path></svg>
2025-03-21 17:23:54 +00:00
<script src="js/theme.js" type="module"></script>
<script src="js/i18n.js" type="module"></script>
<script src="js/zapper-ui.js" type="module"></script>
2025-03-21 17:23:54 +00:00
</body>
</html>