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 >
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" >
< / head >
< body >
2018-03-28 14:15:50 -06:00
< div class = "body" >
< p id = "aboutNameVer" > < / p >
2018-11-02 14:16:44 -06:00
< p > Copyright (c) Raymond Hill 2014-present< br >
< / p >
2018-03-28 14:15:50 -06:00
< ul >
< li > < a href = "https://github.com/gorhill/uBlock/releases" data-i18n = "aboutChangelog" > < / a >
< li > < a href = "https://github.com/gorhill/uBlock/wiki" data-i18n = "aboutWiki" > < / a >
2018-05-29 05:40:29 -06:00
< li > < a href = "https://old.reddit.com/r/uBlockOrigin/" data-i18n = "aboutSupport" > < / a >
2019-05-25 06:31:06 -06:00
< ul >
< li > < a href = "logger-ui.html" data-i18n = "popupTipLog" > < / a >
< / ul >
2018-04-27 06:44:25 -06:00
< li > < a href = "https://github.com/uBlockOrigin/uBlock-issues/issues" data-i18n = "aboutIssues" > < / a >
2018-03-28 14:15:50 -06:00
< li > < a href = "https://github.com/gorhill/uBlock" data-i18n = "aboutCode" > < / a >
< li > < span data-i18n = "aboutContributors" > < / span >
< ul >
< li > < a href = "https://github.com/gorhill/uBlock/graphs/contributors" > GitHub< / a >
< li > < a href = "https://crowdin.net/project/ublock" > Crowdin< / a >
< / ul >
2018-11-02 14:16:44 -06:00
< li > < span data-i18n = "aboutDependencies" > < / span > < ul >
< li > < a href = "https://github.com/bestiejs/punycode.js" target = "_blank" > Punycode.js< / a > by < a href = "https://github.com/mathiasbynens" > Mathias Bynens< / a >
< li > < a href = "https://fontawesome.com/" target = "_blank" > Font Awesome< / a > by < a href = "https://github.com/davegandy" > Dave Gandy< / a >
< li > < a href = "https://codemirror.net/" target = "_blank" > CodeMirror< / a > by < a href = "https://github.com/marijnh" > Marijn Haverbeke< / a >
< li > < 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 >
< / ul >
2018-03-28 14:15:50 -06:00
< / ul >
< / 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 >