mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
62 lines
1.7 KiB
HTML
62 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>HTTP Switchboard — Ubiquitous rules</title>
|
|
<link rel="stylesheet" type="text/css" href="css/common.css">
|
|
<link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
|
|
<style>
|
|
div > p:first-child {
|
|
margin-top: 0;
|
|
}
|
|
div > p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
ul {
|
|
padding: 0;
|
|
list-style-type: none;
|
|
}
|
|
ul > li {
|
|
margin: 0.5em 0 3px 0;
|
|
padding: 0;
|
|
font-size: 15px;
|
|
list-style-type: none;
|
|
}
|
|
ul > li > ul > li {
|
|
font-size: 14px;
|
|
margin: 0 0 0 1em;
|
|
}
|
|
.dim {
|
|
color: #888;
|
|
}
|
|
.userUbiquitousHosts {
|
|
font-size: smaller;
|
|
width: 36em;
|
|
height: 16em;
|
|
white-space: nowrap;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<ul id="options" style="margin:0.5em 0 0 0;padding-left:1em;list-style-type:none">
|
|
<li><button id="blacklistsApply" disabled="true" data-i18n="3pApplyChanges"></button>
|
|
<li style="margin-top:0.75em"><input type="checkbox" id="parseAllABPHideFilters"><label data-i18n="3pParseAllABPHideFiltersPrompt1"></label>
|
|
<span class="dim" id="3pParseAllABPHideFiltersPrompt2"></span>
|
|
<button class="whatisthis"></button>
|
|
<div class="whatisthis-expandable para" data-i18n="3pParseAllABPHideFiltersInfo"></div>
|
|
<li style="margin-top:0.75em"><p id="listsOfBlockedHostsPrompt"></p>
|
|
</ul>
|
|
<ul id="lists" style="margin:0.5em 0 0 0;padding-left:1em;list-style-type:none">
|
|
</ul>
|
|
|
|
<script src="js/udom.js"></script>
|
|
<script src="js/i18n.js"></script>
|
|
<script src="js/dashboard-common.js"></script>
|
|
<script src="js/messaging-client.js"></script>
|
|
<script src="js/3p-filters.js"></script>
|
|
|
|
</body>
|
|
</html>
|