2014-06-24 00:42:43 +02:00
<!DOCTYPE html>
< html >
< head >
2014-10-21 16:45:54 +02:00
< meta charset = "utf-8" >
2017-01-23 06:30:11 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2017-01-24 14:23:52 +01:00
< title > uBlock — Filter lists< / title >
2014-06-24 00:42:43 +02:00
< link rel = "stylesheet" type = "text/css" href = "css/common.css" >
< link rel = "stylesheet" type = "text/css" href = "css/dashboard-common.css" >
2015-08-11 21:29:14 +02:00
< link rel = "stylesheet" type = "text/css" href = "css/cloud-ui.css" >
2014-08-23 18:08:02 +02:00
< link rel = "stylesheet" type = "text/css" href = "css/3p-filters.css" >
2014-06-24 00:42:43 +02:00
< / head >
< body >
2018-03-28 22:15:50 +02:00
< div class = "body" >
2018-04-09 15:01:39 +02:00
< div id = "cloudWidget" class = "hide" data-cloud-entry = "tpFiltersPane" > < / div >
2020-04-06 20:00:19 +02:00
< div id = "actions" class = "root" >
< button id = "buttonApply" class = "custom important disabled iconifiable" type = "button" data-i18n-title = "3pApplyChanges" > < span class = "fa" >  < / span > < span data-i18n = "3pApplyChanges" > < / span > < / button >
< button id = "buttonUpdate" class = "custom important disabled iconifiable" type = "button" data-i18n-title = "3pUpdateNow" > < span class = "fa" >  < / span > < span data-i18n = "3pUpdateNow" > < / span > < / button >
< button id = "buttonPurgeAll" class = "custom disabled iconifiable" type = "button" data-i18n-title = "3pPurgeAll" > < span class = "fa" >  < / span > < span data-i18n = "3pPurgeAll" > < / span > < / button >
< / div >
< div >
< div class = "entry" > < input type = "checkbox" id = "autoUpdate" > < label data-i18n = "3pAutoUpdatePrompt1" for = "autoUpdate" > < / label > < / div >
< div class = "entry" > < input type = "checkbox" id = "parseCosmeticFilters" > < label data-i18n = "3pParseAllABPHideFiltersPrompt1" for = "parseCosmeticFilters" > < / label > < button class = "whatisthis" > < / button >
< div class = "whatisthis-expandable para" data-i18n = "3pParseAllABPHideFiltersInfo" > < / div >
< / div >
< div class = "entry" > < input type = "checkbox" id = "ignoreGenericCosmeticFilters" > < label data-i18n = "3pIgnoreGenericCosmeticFilters" for = "ignoreGenericCosmeticFilters" > < / label > < button class = "whatisthis" > < / button >
< div class = "whatisthis-expandable para" data-i18n = "3pIgnoreGenericCosmeticFiltersInfo" > < / div >
< / div >
< / div >
< div class = "root" >
< div > < span id = "listsOfBlockedHostsPrompt" > < / span >
< div id = "lists" > < / div >
< / div >
< / div >
2018-04-09 15:01:39 +02:00
2018-03-28 22:15:50 +02:00
< / div >
2014-07-25 22:12:20 +02:00
2015-03-08 22:54:08 +01:00
< div id = "templates" style = "display: none;" >
2020-04-06 20:00:19 +02:00
< div class = "groupEntry" >
< span class = "geDetails" > < span class = "geName" > < / span > < span class = "geCount dim" > < / span > < / span >
< div class = "listEntries" > < / div >
< / div >
< div class = "entry listEntry" >
< label > < input type = "checkbox" > < span class = "listname" > < / span > < / label > <!--
-->< a class = "fa content" href = "" type = "text/plain" target = "_blank" data-i18n-title = "3pViewContent" >  < / a > <!--
-->< a class = "fa support" href = "" target = "_blank" >  < / a > <!--
-->< span class = "fa remove" href = "" >  < / span > <!--
-->< a class = "fa mustread" href = "" target = "_blank" >  < / a > <!--
-->< span class = "fa status unsecure" title = "http" >  < / span > <!--
-->< span class = "fa status obsolete" data-i18n-title = "3pExternalListObsolete" >  < / span > <!--
-->< span class = "fa status cache" >  < / span > <!--
-->< span class = "fa status updating" data-i18n-title = "3pUpdating" >  < / span > <!--
-->< span class = "fa status failed" data-i18n-title = "3pNetworkError" >  < / span > <!--
-->< span class = "counts dim" > < / span >
2015-03-08 22:54:08 +01:00
< / div >
2020-04-06 20:00:19 +02:00
< div class = "listEntry toImport" > < input type = "checkbox" id = "importLists" > < label for = "importLists" data-i18n = "3pImport" > < / label > <!--
-->< a class = "fa info towiki" href = "https://github.com/gorhill/uBlock/wiki/Filter-lists-from-around-the-web" target = "_blank" >  < / a > <!--
-->< textarea id = "externalLists" dir = "ltr" spellcheck = "false" placeholder = "3pExternalListsHint" > < / textarea >
< / div >
< / div >
2015-03-08 22:54:08 +01:00
2017-10-27 20:22:45 +02:00
< script src = "js/vapi.js" > < / script >
2014-11-04 12:32:44 +01:00
< script src = "js/vapi-common.js" > < / script >
< script src = "js/vapi-client.js" > < / script >
2019-09-19 14:31:38 +02:00
< script src = "js/vapi-client-extra.js" > < / script >
2014-11-04 12:32:44 +01:00
< script src = "js/udom.js" > < / script >
< script src = "js/i18n.js" > < / script >
< script src = "js/dashboard-common.js" > < / script >
2015-08-11 21:29:14 +02:00
< script src = "js/cloud-ui.js" > < / script >
2014-11-04 12:32:44 +01:00
< script src = "js/3p-filters.js" > < / script >
2014-06-24 00:42:43 +02:00
< / body >
< / html >