2014-06-23 16:42:43 -06:00
<!DOCTYPE html>
< html >
< head >
2014-10-21 08:45:54 -06:00
< 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 — About< / title >
2020-04-11 09:32:43 -06:00
< link rel = "stylesheet" type = "text/css" href = "css/themes/default.css" >
2014-06-23 16:42:43 -06:00
< link rel = "stylesheet" type = "text/css" href = "css/common.css" >
< link rel = "stylesheet" type = "text/css" href = "css/dashboard-common.css" >
2020-04-10 16:17:12 -06:00
< link rel = "stylesheet" type = "text/css" href = "css/about.css" >
2014-06-23 16:42:43 -06:00
< / head >
< body >
2018-03-28 14:15:50 -06:00
< div class = "body" >
2020-04-10 16:17:12 -06:00
< div id = "aboutNameVer" class = "li" > < / div >
< div class = "liul" >
< div class = "li" > Copyright (c) Raymond Hill 2014-present< / div >
< / div >
2021-05-28 05:19:15 -06:00
< div class = "li" > < a href = "https://github.com/gorhill/uBlock/wiki/Privacy-policy" data-i18n = "aboutPrivacyPolicy" > < / a > < / div >
2020-04-10 16:17:12 -06:00
< div class = "li" > < a href = "https://github.com/gorhill/uBlock/releases" data-i18n = "aboutChangelog" > < / a > < / div >
< div class = "li" > < a href = "https://github.com/gorhill/uBlock" data-i18n = "aboutCode" > < / a > < / div >
2021-07-18 08:10:17 -06:00
< div class = "li" > < span data-i18n = "aboutContributors" > < / span > < / div >
2020-04-10 16:17:12 -06:00
< div class = "liul" >
2020-04-24 18:17:21 -06:00
< div class = "li" > < a href = "https://github.com/gorhill/uBlock/graphs/contributors" data-i18n = "aboutSourceCode" > < / a > < / div >
2020-10-18 07:58:44 -06:00
< div class = "li" > < a href = "https://crowdin.com/project/ublock" data-i18n = "aboutTranslations" > < / a > < / div >
2020-04-25 09:20:36 -06:00
< div class = "li" > < a href = "https://github.com/uBlockOrigin/uAssets/graphs/contributors" data-i18n = "aboutFilterLists" > < / a > < / div >
2020-04-10 16:17:12 -06:00
< / div >
2021-07-18 08:10:17 -06:00
< div class = "li" > < span data-i18n = "aboutDependencies" > < / span > < / div >
2020-04-10 16:17:12 -06:00
< div class = "liul" >
2020-04-11 09:32:43 -06:00
< div class = "li" > < span > < a href = "https://codemirror.net/" target = "_blank" > CodeMirror< / a > by < a href = "https://github.com/marijnh" > Marijn Haverbeke< / a > < / span > < / div >
2020-04-21 14:33:08 -06:00
< div class = "li" > < span > < a href = "https://github.com/bestiejs/punycode.js" target = "_blank" > Punycode.js< / a > by < a href = "https://github.com/mathiasbynens" > Mathias Bynens< / a > < / span > < / div >
< div class = "li" > < span > < a href = "https://github.com/chrismsimpson/Metropolis" target = "_blank" > Metropolis font family< / a > by < a href = "https://github.com/chrismsimpson" > Chris Simpson< / a > < / span > < / div >
< div class = "li" > < span > < a href = "https://github.com/rsms/inter" target = "_blank" > Inter font family< / a > by < a href = "https://github.com/rsms" > Rasmus Andersson< / a > < / span > < / div >
< div class = "li" > < span > < a href = "https://fontawesome.com/" target = "_blank" > FontAwesome font family< / a > by < a href = "https://github.com/davegandy" > Dave Gandy< / a > < / span > < / div >
2020-04-11 09:32:43 -06:00
< div class = "li" > < span > < a href = "https://github.com/Swatinem/diff" target = "_blank" > An implementation of Myers' diff algorithm< / a > by < a href = "https://github.com/Swatinem" > Arpad Borsos< / a > < / span > < / div >
2020-12-26 06:52:42 -07:00
< div class = "li" > < span > < a href = "https://github.com/foo123/RegexAnalyzer" target = "_blank" > Regular Expression Analyzer< / a > by < a href = "https://github.com/foo123" > Nikos M.< / a > < / span > < / div >
2020-04-10 16:17:12 -06:00
< / div >
2021-07-18 08:10:17 -06:00
< div class = "li" > < span data-i18n = "aboutCDNs" > < / span > < / div >
< div class = "liul" >
< div class = "li" > < span > < a href = "https://combinatronics.io/" target = "_blank" > Combinatronics< / a > , < a href = "https://gitcdn.xyz/" target = "_blank" > GitCDN< / a > , < a href = "https://github.com/" target = "_blank" > GitHub< / a > , < a href = "https://www.jsdelivr.com/" target = "_blank" > jsDelivr< / a > , < a href = "https://statically.io/" target = "_blank" > Statically< / a > < / span >
< / div >
< div class = "li" data-i18n = "aboutCDNsInfo" > < / div >
< / div >
2018-03-28 14:15:50 -06:00
< / div >
2014-06-23 16:42:43 -06:00
2017-10-27 12:22:45 -06:00
< script src = "js/vapi.js" > < / script >
2014-11-04 04:32:44 -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 >
< script src = "js/about.js" > < / script >
2014-06-23 16:42:43 -06:00
< / body >
< / html >