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