2014-06-24 00:42:43 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2014-10-21 16:45:54 +02:00
|
|
|
<meta charset="utf-8">
|
2017-01-23 06:30:11 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2014-09-15 17:21:40 +02:00
|
|
|
<title data-i18n="dashboardName"></title>
|
2014-10-21 16:45:54 +02:00
|
|
|
<link href="css/dashboard.css" rel="stylesheet" type="text/css">
|
|
|
|
<link href="css/common.css" rel="stylesheet" type="text/css">
|
2015-03-27 22:03:49 +01:00
|
|
|
<link rel="shortcut icon" type="image/png" href="img/icon_16.png"/>
|
2014-06-24 00:42:43 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="dashboard-nav">
|
|
|
|
<div id="dashboard-nav-widgets">
|
2018-04-02 12:51:57 +02:00
|
|
|
<span class="hverbose" title="extName"><img src="img/ublock.svg"></span><!--
|
2017-03-20 21:25:40 +01:00
|
|
|
--><a class="tabButton" href="#settings.html" data-i18n="settingsPageName"></a><!--
|
|
|
|
--><a class="tabButton" href="#3p-filters.html" data-i18n="3pPageName"></a><!--
|
|
|
|
--><a class="tabButton" href="#1p-filters.html" data-i18n="1pPageName"></a><!--
|
|
|
|
--><a class="tabButton" href="#dyna-rules.html" data-i18n="rulesPageName"></a><!--
|
|
|
|
--><a class="tabButton" href="#whitelist.html" data-i18n="whitelistPageName"></a><!--
|
|
|
|
--><a class="tabButton" href="#about.html" data-i18n="aboutPageName"></a>
|
2014-06-24 00:42:43 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2015-03-20 15:36:38 +01:00
|
|
|
<iframe id="iframe" src=""></iframe>
|
2014-06-24 00:42:43 +02:00
|
|
|
|
2017-10-27 20:22:45 +02:00
|
|
|
<script src="js/vapi.js"></script>
|
2014-11-04 12:32:44 +01:00
|
|
|
<script src="js/vapi-common.js"></script>
|
|
|
|
<script src="js/udom.js"></script>
|
|
|
|
<script src="js/i18n.js"></script>
|
|
|
|
<script src="js/dashboard.js"></script>
|
2014-10-17 21:44:19 +02:00
|
|
|
|
2014-06-24 00:42:43 +02:00
|
|
|
</body>
|
|
|
|
</html>
|