mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
30 lines
773 B
HTML
30 lines
773 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="initial-scale=1">
|
|
|
|
<title data-i18n="statsPageName"></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>
|
|
<button id="popupToggler" class="fa" type="button"></button>
|
|
</div>
|
|
<iframe id="content"></iframe>
|
|
<iframe id="popup" src=""></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>
|