2014-06-24 00:42:43 +02:00
|
|
|
<!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">
|
2014-10-07 14:59:35 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/about.css">
|
2014-06-24 00:42:43 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<h2>µBlock <span id="aboutVersion"></span></h2>
|
2014-10-07 14:59:35 +02:00
|
|
|
<ul>
|
2014-08-20 05:01:36 +02:00
|
|
|
<li><a href="https://github.com/gorhill/uBlock/releases" data-i18n="aboutChangelog"></a>
|
2014-10-17 21:44:19 +02:00
|
|
|
<li><a href="https://github.com/gorhill/uBlock" data-i18n="aboutCode"></a>
|
2014-08-20 05:01:36 +02:00
|
|
|
<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>
|
2014-08-20 02:41:52 +02:00
|
|
|
</ul>
|
2014-06-24 00:42:43 +02:00
|
|
|
|
2014-10-07 14:59:35 +02:00
|
|
|
<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>
|
2014-10-12 20:55:20 +02:00
|
|
|
<button type="button" id="import" data-i18n="aboutRestoreDataButton"></button>
|
|
|
|
<input id="restoreFilePicker" type="file" accept="text/plain" style="display:none;">
|
2014-10-07 14:59:35 +02:00
|
|
|
<p>
|
|
|
|
<p><button type="button" id="reset" data-i18n="aboutResetDataButton">Start from scratch...</button>
|
|
|
|
</div>
|
|
|
|
|
2014-10-17 21:44:19 +02:00
|
|
|
<script src="js/js-loader.js" data-jsList="
|
|
|
|
js/vapi-common.js
|
|
|
|
js/vapi-client.js
|
|
|
|
js/udom.js
|
|
|
|
js/i18n.js
|
|
|
|
js/dashboard-common.js
|
|
|
|
js/about.js
|
|
|
|
"></script>
|
2014-06-24 00:42:43 +02:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|