2014-06-23 16:42:43 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2014-10-21 08:45:54 -06:00
|
|
|
<meta charset="utf-8">
|
2020-04-05 13:19:07 -06:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
|
2014-09-15 09:21:40 -06:00
|
|
|
<title data-i18n="dashboardName"></title>
|
2020-04-11 09:32:43 -06:00
|
|
|
<link href="css/themes/default.css" rel="stylesheet" type="text/css">
|
2014-10-21 08:45:54 -06:00
|
|
|
<link href="css/common.css" rel="stylesheet" type="text/css">
|
2020-04-05 13:19:07 -06:00
|
|
|
<link href="css/dashboard.css" rel="stylesheet" type="text/css">
|
2022-10-21 10:17:37 -06:00
|
|
|
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
|
2014-06-23 16:42:43 -06:00
|
|
|
</head>
|
|
|
|
|
2023-03-16 07:17:36 -06:00
|
|
|
<body class="notReady">
|
|
|
|
|
2014-06-23 16:42:43 -06:00
|
|
|
<div id="dashboard-nav">
|
2020-09-13 06:01:53 -06:00
|
|
|
<span class="logo"><img data-i18n-title="extName" src="img/ublock.svg"></span><!--
|
2022-02-03 14:24:48 -07:00
|
|
|
--><button class="tabButton" type="button" data-pane="settings.html" data-i18n="settingsPageName" tabindex="0"></button><!--
|
|
|
|
--><button class="tabButton" type="button" data-pane="3p-filters.html" data-i18n="3pPageName" tabindex="0"></button><!--
|
|
|
|
--><button class="tabButton" type="button" data-pane="1p-filters.html" data-i18n="1pPageName" tabindex="0"></button><!--
|
|
|
|
--><button class="tabButton" type="button" data-pane="dyna-rules.html" data-i18n="rulesPageName" tabindex="0"></button><!--
|
|
|
|
--><button class="tabButton" type="button" data-pane="whitelist.html" data-i18n="whitelistPageName" tabindex="0"></button><!--
|
|
|
|
--><button class="tabButton" type="button" data-pane="support.html" data-i18n="supportPageName" tabindex="0"></button><!--
|
|
|
|
--><button class="tabButton" type="button" data-pane="about.html" data-i18n="aboutPageName" tabindex="0"></button><!--
|
|
|
|
--><button class="tabButton" type="button" data-pane="no-dashboard.html"></button>
|
2014-06-23 16:42:43 -06:00
|
|
|
</div>
|
2022-01-30 16:35:26 -07:00
|
|
|
<section id="unsavedWarning" class="notice">
|
2019-05-19 13:35:00 -06:00
|
|
|
<div>
|
|
|
|
<span data-i18n="dashboardUnsavedWarning"></span> 
|
2022-01-30 16:35:26 -07:00
|
|
|
<button type="button" data-i18n="dashboardUnsavedWarningStay">_<span class="hover"></span></button> 
|
|
|
|
<button type="button" data-i18n="dashboardUnsavedWarningIgnore">_<span class="hover"></span></button>
|
2019-05-19 13:35:00 -06:00
|
|
|
</div>
|
|
|
|
<div></div>
|
2022-01-30 16:35:26 -07:00
|
|
|
</section>
|
2014-06-23 16:42:43 -06:00
|
|
|
|
2015-03-20 08:36:38 -06:00
|
|
|
<iframe id="iframe" src=""></iframe>
|
2014-06-23 16:42:43 -06:00
|
|
|
|
2022-02-02 13:40:47 -07:00
|
|
|
<script src="lib/hsluv/hsluv-0.1.0.min.js"></script>
|
|
|
|
|
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>
|
2022-11-12 07:51:22 -07:00
|
|
|
<script src="js/theme.js" type="module"></script>
|
2022-09-13 15:44:24 -06:00
|
|
|
<script src="js/i18n.js" type="module"></script>
|
2022-11-12 07:51:22 -07:00
|
|
|
<script src="js/dashboard.js" type="module"></script>
|
2014-10-17 13:44:19 -06:00
|
|
|
|
2014-06-23 16:42:43 -06:00
|
|
|
</body>
|
|
|
|
</html>
|