2014-06-24 00:42:43 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2014-10-21 16:45:54 +02:00
|
|
|
<meta charset="utf-8">
|
2015-03-10 05:00:33 +01:00
|
|
|
<title>uBlock — About</title>
|
2014-06-24 00:42:43 +02:00
|
|
|
<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>
|
|
|
|
|
2015-03-20 15:36:38 +01:00
|
|
|
<p id="aboutNameVer"></p>
|
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-11-30 02:36:53 +01:00
|
|
|
<li><a href="https://github.com/gorhill/uBlock/wiki" data-i18n="aboutWiki"></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-11-04 12:32:44 +01:00
|
|
|
<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/about.js"></script>
|
2014-06-24 00:42:43 +02:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|