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