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" >
2022-10-21 10:17:37 -06:00
< link rel = "shortcut icon" type = "image/png" href = "img/icon_64.png" >
2016-11-03 09:20:47 -06:00
< / 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 >
2022-01-30 16:35:26 -07:00
< button id = "advancedSettingsApply" class = "preferred" type = "button" disabled data-i18n = "genericApplyChanges" > _< span class = "hover" > < / span > < / button >  
2018-03-28 14:15:50 -06:00
< / div >
2016-11-03 09:20:47 -06:00
2023-03-11 18:36:05 -07:00
< div id = "advancedSettings" class = "codeMirrorContainer cm-theme-override" > < / 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 >
2022-02-02 13:40:47 -07:00
< script src = "lib/hsluv/hsluv-0.1.0.min.js" > < / script >
2018-08-13 08:21:42 -06:00
2023-04-10 08:03:51 -06:00
< script src = "js/fa-icons.js" type = "module" > < / 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 >
2022-11-12 07:51:22 -07:00
< script src = "js/theme.js" type = "module" > < / script >
2022-09-13 15:44:24 -06:00
< script src = "js/i18n.js" type = "module" > < / script >
2022-11-12 07:51:22 -07:00
< script src = "js/dashboard-common.js" type = "module" > < / script >
< script src = "js/advanced-settings.js" type = "module" > < / script >
2016-11-03 09:20:47 -06:00
< / body >
< / html >