2014-12-31 15:26:17 -07:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
2017-01-24 06:23:52 -07:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2015-03-09 22:00:33 -06:00
< title > uBlock — Dynamic filtering rules< / title >
2018-03-11 08:59:39 -06:00
< link rel = "stylesheet" type = "text/css" href = "lib/codemirror/lib/codemirror.css" >
< link rel = "stylesheet" type = "text/css" href = "lib/codemirror/addon/merge/merge.css" >
2014-12-31 15:26:17 -07:00
< link rel = "stylesheet" type = "text/css" href = "css/common.css" >
< link rel = "stylesheet" type = "text/css" href = "css/dashboard-common.css" >
2015-08-11 13:29:14 -06:00
< link rel = "stylesheet" type = "text/css" href = "css/cloud-ui.css" >
2014-12-31 15:26:17 -07:00
< link rel = "stylesheet" type = "text/css" href = "css/dyna-rules.css" >
2018-03-11 08:59:39 -06:00
< link rel = "stylesheet" type = "text/css" href = "css/codemirror.css" >
2014-12-31 15:26:17 -07:00
< / head >
< body >
2018-03-28 14:15:50 -06:00
< div class = "body" >
< div id = "cloudWidget" class = "hide" data-cloud-entry = "myRulesPane" > < / div >
< p class = "vverbose" > < span data-i18n = "rulesHint" > < / span > < a class = "fa info" href = "https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-rule-syntax" target = "_blank" >  < / a > < / p >
< div id = "diff" >
< div class = "tools" >
< div class = "ruleActions" >
< h3 data-i18n = "rulesPermanentHeader" > < / h3 >
< button type = "button" class = "custom iconifiable" id = "exportButton" > < span class = "fa" >  < / span > < span data-i18n = "rulesExport" > < / span > < / button >
< button type = "button" class = "custom iconifiable" id = "revertButton" > < span class = "fa" >  < / span > < span data-i18n = "rulesRevert" > < / span > < / button >
< / div >
< div class = "ruleActions" >
< h3 data-i18n = "rulesTemporaryHeader" > < / h3 >
< button type = "button" class = "custom iconifiable" id = "commitButton" > < span class = "fa" >  < / span > < span data-i18n = "rulesCommit" > < / span > < / button >
< button type = "button" class = "custom iconifiable" id = "importButton" > < span class = "fa" >  < / span > < span data-i18n = "rulesImport" > < / span > < / button >
< button type = "button" class = "custom iconifiable important disabled" id = "editSaveButton" > < span class = "fa" >  < / span > < span data-i18n = "rulesEditSave" > < / span > < / button >
< / div >
< div id = "ruleFilter" > < span class = "fa" >  < / span >   < input type = "text" size = "20" > < / div >
2015-02-11 11:50:44 -07:00
< / div >
2015-02-11 09:34:51 -07:00
< / div >
2018-03-11 08:59:39 -06:00
< / div >
2018-03-28 14:15:50 -06:00
< div class = "codeMirrorContainer codeMirrorMergeContainer codeMirrorFillVertical" > < / div >
2015-02-11 09:34:51 -07:00
2015-03-08 22:21:08 -06:00
< div id = "templates" style = "display: none;" >
< input class = "hidden" id = "importFilePicker" type = "file" accept = "text/plain" >
< span class = "hidden" data-i18n = "rulesDefaultFileName" > < / span >
2018-03-11 08:59:39 -06:00
< / div >
< script src = "lib/diff/swatinem_diff.js" > < / script >
< script src = "lib/codemirror/lib/codemirror.js" > < / script >
< script src = "lib/codemirror/addon/merge/merge.js" > < / script >
< script src = "lib/codemirror/addon/selection/active-line.js" > < / script >
2014-12-31 15:26:17 -07:00
2017-10-27 12:22:45 -06:00
< script src = "js/vapi.js" > < / script >
2014-12-31 15:26:17 -07: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 >
2015-08-11 13:29:14 -06:00
< script src = "js/cloud-ui.js" > < / script >
2014-12-31 15:26:17 -07:00
< script src = "js/dyna-rules.js" > < / script >
< / body >
< / html >