2016-11-03 09:20:47 -06:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
2018-08-13 08:21:42 -06:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2016-11-03 09:20:47 -06:00
< title data-i18n = "advancedSettingsPageName" > < / title >
2018-08-13 08:21:42 -06:00
< link rel = "stylesheet" href = "lib/codemirror/lib/codemirror.css" >
2020-12-06 09:24:04 -07:00
< link rel = "stylesheet" href = "css/themes/default.css" >
< link rel = "stylesheet" href = "css/common.css" >
< link rel = "stylesheet" href = "css/fa-icons.css" >
< link rel = "stylesheet" href = "css/dashboard-common.css" >
< link rel = "stylesheet" href = "css/advanced-settings.css" >
2018-08-13 08:21:42 -06:00
< link rel = "stylesheet" href = "css/codemirror.css" >
2016-11-03 09:20:47 -06:00
< link rel = "shortcut icon" type = "image/png" href = "img/icon_16.png" / >
< / head >
< body >
2018-03-28 14:15:50 -06:00
< div class = "body" >
2020-12-06 09:24:04 -07:00
< p > < span data-i18n = "advancedSettingsWarning" > < / span > < a class = "fa-icon info important" href = "https://github.com/gorhill/uBlock/wiki/Advanced-settings" target = "_blank" > info-circle< / a >
2018-03-28 14:15:50 -06:00
< p >
2020-04-21 14:33:08 -06:00
< button id = "advancedSettingsApply" class = "important" type = "button" disabled data-i18n = "genericApplyChanges" > < / button >  
2018-03-28 14:15:50 -06:00
< / div >
2016-11-03 09:20:47 -06:00
2020-04-25 08:19:08 -06:00
< div id = "advancedSettings" class = "codeMirrorContainer" > < / div >
2018-08-13 08:21:42 -06:00
< script src = "lib/codemirror/lib/codemirror.js" > < / script >
< script src = "lib/codemirror/addon/selection/active-line.js" > < / script >
2020-12-06 09:24:04 -07:00
< script src = "js/fa-icons.js" > < / script >
2017-10-27 12:22:45 -06:00
< script src = "js/vapi.js" > < / script >
2016-11-03 09:20:47 -06:00
< 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-common.js" > < / script >
< script src = "js/advanced-settings.js" > < / script >
< / body >
< / html >