1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-07 11:22:38 +01:00
uBlock/src/support.html
2021-10-14 08:54:38 -04:00

81 lines
3.2 KiB
HTML

<!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>
<body class="redacted">
<div class="body">
<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.
<p><b>Tip:</b> <a href="#" data-url="logger-ui.html">The logger</a> is the primary tool to diagnose filter-related issues.
</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>
<button type="button" data-url="https://github.com/uBlockOrigin/uBlock-issues/issues/new?assignees=&labels=&template=bug_report.yml">Open</button>
</div>
</div>
<hr>
<h3>Troubleshooting Information</h3>
<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.
<p><button id="redactButton" type="button">Redact</button><button id="unredactButton" type="button">Unredact</button><button id="selectAllButton" type="button">Select all</button>
<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>