mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-09 12:22:33 +01:00
e60042595c
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/763 Changes: From now on, uBO will allow click-to-subscribe on only a few select domains, currently: - https://filterlists.com/ - https://github.com/ - https://github.io/ More domains can be added if and only the demonstration is made that more than a marginal number of filter lists can be subscribed from those domains. The browser alert box is no longer used to confirm subscription to a filter list. Instead, the asset viewer has been expanded to serve that purpose. This way, users can peruse at the content of a filter list before subscribing to it.
44 lines
1.7 KiB
HTML
44 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
|
|
<title data-i18n="dashboardName"></title>
|
|
<link href="css/themes/default.css" rel="stylesheet" type="text/css">
|
|
<link href="css/common.css" rel="stylesheet" type="text/css">
|
|
<link href="css/dashboard.css" rel="stylesheet" type="text/css">
|
|
<link rel="shortcut icon" type="image/png" href="img/icon_16.png"/>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="dashboard-nav">
|
|
<span class="logo"><img data-i18n-title="extName" src="img/ublock.svg"></span><!--
|
|
--><span class="tabButton" data-pane="settings.html" data-i18n="settingsPageName"></span><!--
|
|
--><span class="tabButton" data-pane="3p-filters.html" data-i18n="3pPageName"></span><!--
|
|
--><span class="tabButton" data-pane="1p-filters.html" data-i18n="1pPageName"></span><!--
|
|
--><span class="tabButton" data-pane="dyna-rules.html" data-i18n="rulesPageName"></span><!--
|
|
--><span class="tabButton" data-pane="whitelist.html" data-i18n="whitelistPageName"></span><!--
|
|
--><span class="tabButton" data-pane="shortcuts.html" data-i18n="shortcutsPageName"></span><!--
|
|
--><span class="tabButton" data-pane="about.html" data-i18n="aboutPageName"></span>
|
|
</div>
|
|
<div id="unsavedWarning">
|
|
<div>
|
|
<span data-i18n="dashboardUnsavedWarning"></span> 
|
|
<button data-i18n="dashboardUnsavedWarningStay"></button> 
|
|
<button data-i18n="dashboardUnsavedWarningIgnore"></button>
|
|
</div>
|
|
<div></div>
|
|
</div>
|
|
|
|
<iframe id="iframe" src=""></iframe>
|
|
|
|
<script src="js/vapi.js"></script>
|
|
<script src="js/vapi-common.js"></script>
|
|
<script src="js/vapi-client.js"></script>
|
|
<script src="js/udom.js"></script>
|
|
<script src="js/i18n.js"></script>
|
|
<script src="js/dashboard.js"></script>
|
|
|
|
</body>
|
|
</html>
|