2016-11-03 16:20:47 +01:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
< title data-i18n = "advancedSettingsPageName" > < / title >
< 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" >
< link rel = "shortcut icon" type = "image/png" href = "img/icon_16.png" / >
< / head >
< body >
2016-11-18 15:08:26 +01:00
< p > < span data-i18n = "advancedSettingsWarning" > < / span > < a class = "fa info important" href = "https://github.com/gorhill/uBlock/wiki/Advanced-settings" target = "_blank" >  < / a >
2016-11-03 16:20:47 +01:00
< p >
< button id = "advancedSettingsApply" class = "custom important" type = "button" disabled = "true" data-i18n = "genericApplyChanges" > < / button >  
< p > < textarea id = "advancedSettings" dir = "auto" spellcheck = "false" > < / textarea >
< 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 >