aboutsummaryrefslogtreecommitdiffstats
path: root/src/devtool-log.html
blob: 61c9e3c4b195d718720560c4d1977cdf66762a52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/devtool-log.css">
<title>uBlock log</title>
</head>
<body>
<div id="toolbar">
    <span id="reload" class="button fa">&#xf021;</span>
    <span id="clear" class="button fa">&#xf12d;</span>
    <span id="filterButton" class="button fa">&#xf0b0;</span><input id="filterExpression" type="text" placeholder="logFilterPrompt">
    <input id="maxEntries" type="text" size="5" title="logMaxEntriesTip">
    </div>
<div id="content">
    <table><tbody></tbody></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/devtool-log.js"></script>
</body>
</html>