2014-06-24 00:42:43 +02:00
<!DOCTYPE html>
< html >
< head >
2014-10-21 16:45:54 +02:00
< meta charset = "utf-8" >
2017-01-24 14:23:52 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2015-03-10 05:00:33 +01:00
< title > uBlock — About< / title >
2020-04-11 17:32:43 +02:00
< link rel = "stylesheet" type = "text/css" href = "css/themes/default.css" >
2014-06-24 00:42:43 +02:00
< link rel = "stylesheet" type = "text/css" href = "css/common.css" >
< link rel = "stylesheet" type = "text/css" href = "css/dashboard-common.css" >
2020-04-11 00:17:12 +02:00
< link rel = "stylesheet" type = "text/css" href = "css/about.css" >
2014-06-24 00:42:43 +02:00
< / head >
< body >
2018-03-28 22:15:50 +02:00
< div class = "body" >
2020-04-11 00:17:12 +02:00
< div id = "aboutNameVer" class = "li" > < / div >
< div class = "liul" >
< div class = "li" > Copyright (c) Raymond Hill 2014-present< / div >
< / div >
< 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/wiki" data-i18n = "aboutWiki" > < / a > < / div >
< div class = "li" > < a href = "https://old.reddit.com/r/uBlockOrigin/" data-i18n = "aboutSupport" > < / a > < / div >
< div class = "liul" >
< div div class = "li" > < a href = "logger-ui.html" data-i18n = "popupTipLog" > < / a > < / div >
< / div >
< div class = "li" > < a href = "https://github.com/uBlockOrigin/uBlock-issues/issues" data-i18n = "aboutIssues" > < / a > < / div >
< div class = "li" > < a href = "https://github.com/gorhill/uBlock" data-i18n = "aboutCode" > < / a > < / div >
< div class = "li" > < span data-i18n = "aboutContributors" > < / span > < / div >
< div class = "liul" >
< div div class = "li" > < a href = "https://github.com/gorhill/uBlock/graphs/contributors" > GitHub< / a > < / div >
< div div class = "li" > < a href = "https://crowdin.net/project/ublock" > Crowdin< / a > < / div >
< / div >
< div class = "li" > < span data-i18n = "aboutDependencies" > < / span > < / div >
< div class = "liul" >
2020-04-11 17:32:43 +02: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://fontawesome.com/" target = "_blank" > Font Awesome< / a > by < a href = "https://github.com/davegandy" > Dave Gandy< / a > < / span > < / div >
< 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 >
< 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-04-11 00:17:12 +02:00
< / div >
2018-03-28 22:15:50 +02:00
< / div >
2014-06-24 00:42:43 +02:00
2017-10-27 20:22:45 +02:00
< script src = "js/vapi.js" > < / script >
2014-11-04 12:32:44 +01: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-24 00:42:43 +02:00
< / body >
< / html >