2014-06-23 22:42:43 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-10-21 14:45:54 +00:00
|
|
|
<meta charset="utf-8">
|
2020-04-05 19:19:07 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
|
2014-09-15 15:21:40 +00:00
|
|
|
<title data-i18n="dashboardName"></title>
|
2020-04-11 15:32:43 +00:00
|
|
|
<link href="css/themes/default.css" rel="stylesheet" type="text/css">
|
2014-10-21 14:45:54 +00:00
|
|
|
<link href="css/common.css" rel="stylesheet" type="text/css">
|
2020-04-05 19:19:07 +00:00
|
|
|
<link href="css/dashboard.css" rel="stylesheet" type="text/css">
|
2022-09-26 14:18:24 +00:00
|
|
|
<link rel="shortcut icon" type="image/png" href="img/icon_64.png"/>
|
2014-06-23 22:42:43 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div id="dashboard-nav">
|
2020-09-13 12:01:53 +00:00
|
|
|
<span class="logo"><img data-i18n-title="extName" src="img/ublock.svg"></span><!--
|
2022-02-03 21:24:48 +00: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="shortcuts.html" data-i18n="shortcutsPageName" 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 22:42:43 +00:00
|
|
|
</div>
|
2022-01-30 23:35:26 +00:00
|
|
|
<section id="unsavedWarning" class="notice">
|
2019-05-19 19:35:00 +00:00
|
|
|
<div>
|
|
|
|
|
<span data-i18n="dashboardUnsavedWarning"></span> 
|
2022-01-30 23:35:26 +00: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 19:35:00 +00:00
|
|
|
</div>
|
|
|
|
|
<div></div>
|
2022-01-30 23:35:26 +00:00
|
|
|
</section>
|
2014-06-23 22:42:43 +00:00
|
|
|
|
2015-03-20 14:36:38 +00:00
|
|
|
<iframe id="iframe" src=""></iframe>
|
2014-06-23 22:42:43 +00:00
|
|
|
|
2022-02-02 20:40:47 +00:00
|
|
|
<script src="lib/hsluv/hsluv-0.1.0.min.js"></script>
|
|
|
|
|
|
2017-10-27 18:22:45 +00:00
|
|
|
<script src="js/vapi.js"></script>
|
2014-11-04 11:32:44 +00:00
|
|
|
<script src="js/vapi-common.js"></script>
|
2018-07-18 22:00:55 +00:00
|
|
|
<script src="js/vapi-client.js"></script>
|
2014-11-04 11:32:44 +00:00
|
|
|
<script src="js/udom.js"></script>
|
2022-09-13 21:44:24 +00:00
|
|
|
<script src="js/i18n.js" type="module"></script>
|
2014-11-04 11:32:44 +00:00
|
|
|
<script src="js/dashboard.js"></script>
|
2014-10-17 19:44:19 +00:00
|
|
|
|
2014-06-23 22:42:43 +00:00
|
|
|
</body>
|
|
|
|
|
</html>
|