2021-10-12 09:19:56 -06:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< title > uBlock Origin — Support< / title >
< link rel = "stylesheet" href = "lib/codemirror/lib/codemirror.css" >
< link rel = "stylesheet" href = "css/themes/default.css" >
< link rel = "stylesheet" href = "css/common.css" >
< link rel = "stylesheet" href = "css/dashboard-common.css" >
< link rel = "stylesheet" href = "css/support.css" >
< link rel = "stylesheet" href = "css/codemirror.css" >
< / head >
2021-10-13 09:18:23 -06:00
< body class = "redacted" >
2021-10-12 09:19:56 -06:00
< div class = "body" >
2021-10-13 09:18:23 -06:00
< div class = "supportEntry" >
< div >
< h3 > Documentation< / h3 >
< p > Read the documentation to learn more about all of uBlock Origin's features.
< / div >
< div >
< button type = "button" data-url = "https://github.com/gorhill/uBlock/wiki" > Open< / button >
< / div >
< / div >
< hr >
< div class = "supportEntry" >
< div >
< h3 > Questions and support< / h3 >
< p > Answers to questions and other kinds of help support is provided on the subreddit /r/uBlockOrigin.
< / div >
< div >
< button type = "button" data-url = "https://old.reddit.com/r/uBlockOrigin/" > Open< / button >
< / div >
< / div >
< hr >
< div class = "supportEntry" >
< div >
< h3 > Filter issues/website is broken< / h3 >
< p > Report any issues with specific websites to uAssets issue tracker.
< p > < b > Important:< / b > Avoid using other similarly-purposed blockers along with uBlock Origin, as this may cause filter issues on specific websites.
2021-10-14 06:54:38 -06:00
< p > < b > Tip:< / b > < a href = "#" data-url = "logger-ui.html" > The logger< / a > is the primary tool to diagnose filter-related issues.
2021-10-13 09:18:23 -06:00
< / div >
< div >
< button type = "button" data-url = "https://github.com/uBlockOrigin/uAssets/issues" > Open< / button >
< / div >
< / div >
< hr >
< div class = "supportEntry" >
< div >
< h3 > Bug report< / h3 >
< p > File a bug report.
< / div >
< div >
2021-10-14 10:00:24 -06:00
< button type = "button" data-url = "https://github.com/uBlockOrigin/uBlock-issues/issues/new?template=bug_report.yml" > Open< / button >
2021-10-13 09:18:23 -06:00
< / div >
< / div >
< hr >
< h3 > Troubleshooting Information< / h3 >
2021-10-14 06:54:38 -06:00
< p > Below is technical information that might be useful when volunteers are trying to help you solve a problem. < p > < b > Important:< / b > You may want to redact private or sensitive information before posting to a public forum. Redacted information may make it more difficult to solve a problem. The information is redacted by default.
2021-10-13 09:18:23 -06:00
< p > < button id = "redactButton" type = "button" > Redact< / button > < button id = "unredactButton" type = "button" > Unredact< / button > < button id = "selectAllButton" type = "button" > Select all< / button >
2021-10-12 09:19:56 -06:00
< div id = "supportData" class = "codeMirrorContainer" > < / div >
< / div >
< script src = "lib/codemirror/lib/codemirror.js" > < / script >
< script src = "lib/codemirror/addon/selection/active-line.js" > < / script >
< script src = "js/vapi.js" > < / script >
< 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/support.js" > < / script >
< / body >
< / html >