mirror of https://github.com/gorhill/uBlock.git
26 lines
610 B
HTML
26 lines
610 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>µBlock — Statistics</title>
|
||
|
<link rel="stylesheet" type="text/css" href="css/common.css">
|
||
|
<link rel="stylesheet" type="text/css" href="css/devtools.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<div id="toolbar">
|
||
|
<select id="pageSelector"></select>
|
||
|
<button id="refresh" class="fa" type="button"></button>
|
||
|
</div>
|
||
|
<iframe id="content"></iframe>
|
||
|
|
||
|
<script src="js/vapi-common.js"></script>
|
||
|
<script src="js/vapi-client.js"></script>
|
||
|
<script src="js/udom.js"></script>
|
||
|
<script src="js/i18n.js"></script>
|
||
|
<script src="js/devtools.js"></script>
|
||
|
|
||
|
</body>
|
||
|
</html>
|