mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
40 lines
1.1 KiB
HTML
40 lines
1.1 KiB
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/dashboard-common.css">
|
|
<link rel="stylesheet" type="text/css" href="css/stats.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<ul>
|
|
<li><input id="logRequests" type="checkbox" data-range="bool" /><label data-i18n="logNetRequestsPrompt" for="logRequests"></label>
|
|
<button class="whatisthis"></button>
|
|
<div class="whatisthis-expandable para" data-i18n="logNetRequestsHelp"></div>
|
|
</ul>
|
|
|
|
<div id="requests">
|
|
<span id="refresh" class="fa"></span><select id="pageSelector"></select>
|
|
|
|
<table>
|
|
<tr class="tableHeader">
|
|
<th>
|
|
<th data-i18n="logRequestsHeaderType">
|
|
<th data-i18n="logRequestsHeaderURL">
|
|
<th data-i18n="logRequestsHeaderFilter">
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<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/dashboard-common.js"></script>
|
|
<script src="js/stats.js"></script>
|
|
|
|
</body>
|
|
</html>
|