aboutsummaryrefslogtreecommitdiffstats
path: root/about.html
blob: f46fb052726a0fb90cf6cc7aced6c4ba8e8e2e08 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>µBlock — About</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/about.css">
</head>

<body>

<h2>µBlock <span id="aboutVersion"></span></h2>
<ul>
    <li><a href="https://github.com/gorhill/uBlock/releases" data-i18n="aboutChangelog"></a>
    <li><a href="https://github.com/gorhill/ublock" data-i18n="aboutCode"></a>
    <li><span data-i18n="aboutContributors"></span>
        <ul>
            <li><a href="https://github.com/gorhill/uBlock/graphs/contributors">Github</a>
            <li><a href="https://crowdin.net/project/ublock">Crowdin</a>
        </ul>
</ul>

<div style="margin:3em 0;border-top:1px solid #ccc;"></div>

<div style="margin:1em 0 0 0;">
<p><button type="button" id="export" data-i18n="aboutBackupDataButton"></button>
  <button type="button" id="import" data-i18n="aboutRestoreDataButton"></button>
  <input id="restoreFilePicker" type="file" accept="text/plain" style="display:none;">
<p>
<p><button type="button" id="reset" data-i18n="aboutResetDataButton">Start from scratch...</button>
</div>

<script src="js/udom.js"></script>
<script src="js/i18n.js"></script>
<script src="js/dashboard-common.js"></script>
<script src="js/messaging-client.js"></script>
<script src="js/about.js"></script>

</body>
</html>