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">
|
2025-05-11 14:17:17 +00:00
|
|
|
<meta name="color-scheme" content="light dark" />
|
2014-09-15 15:21:40 +00:00
|
|
|
<title data-i18n="dashboardName"></title>
|
2024-03-11 15:39:31 +00:00
|
|
|
<link rel="stylesheet" href="css/themes/default.css">
|
|
|
|
|
<link rel="stylesheet" href="css/fa-icons.css">
|
|
|
|
|
<link rel="stylesheet" href="css/common.css">
|
|
|
|
|
<link rel="stylesheet" href="css/dashboard.css">
|
2022-10-21 16:17:37 +00:00
|
|
|
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
|
2014-06-23 22:42:43 +00:00
|
|
|
</head>
|
|
|
|
|
|
2023-03-16 13:17:36 +00:00
|
|
|
<body class="notReady">
|
|
|
|
|
|
2014-06-23 22:42:43 +00:00
|
|
|
<div id="dashboard-nav">
|
2024-03-11 15:39:31 +00:00
|
|
|
<span>
|
|
|
|
|
<span class="logo"><img data-i18n-title="extName" src="img/ublock.svg" alt="uBlock Origin"></span><!--
|
|
|
|
|
--><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>
|
|
|
|
|
</span>
|
|
|
|
|
<a class="wikilink fa-icon" href="https://github.com/gorhill/uBlock/wiki/Dashboard:-My-filters">book</a>
|
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
|
|
|
|
2025-05-12 11:48:22 +00:00
|
|
|
<iframe id="iframe" src="blank.html"></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>
|
2024-03-11 15:39:31 +00:00
|
|
|
|
|
|
|
|
<script src="js/fa-icons.js" type="module"></script>
|
2022-11-12 14:51:22 +00:00
|
|
|
<script src="js/theme.js" type="module"></script>
|
2022-09-13 21:44:24 +00:00
|
|
|
<script src="js/i18n.js" type="module"></script>
|
2022-11-12 14:51:22 +00:00
|
|
|
<script src="js/dashboard.js" type="module"></script>
|
2024-03-11 15:39:31 +00:00
|
|
|
<script src="js/dashboard-common.js" type="module"></script>
|
2014-10-17 19:44:19 +00:00
|
|
|
|
2014-06-23 22:42:43 +00:00
|
|
|
</body>
|
|
|
|
|
</html>
|