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