-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadblock-options-support.html
99 lines (98 loc) · 3.61 KB
/
adblock-options-support.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<!--
- This file is part of AdBlock <https://getadblock.com/>,
- Copyright (C) 2013-present Adblock, Inc.
-
- AdBlock is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 3 as
- published by the Free Software Foundation.
-
- AdBlock is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with AdBlock. If not, see <http://www.gnu.org/licenses/>.
-->
<div class="option-page-box">
<div class="option-page-content">
<h1 i18n="adblocksupport" class="page-title"></h1>
<h2 i18n="needhelp" class="paragraph-title bottom-line"></h2>
<div class="section-padding support-text">
<a
i18n="bugreport"
i18n_replacement_el="bugreport"
href="adblock-options-bug-report.html"
target="_blank"
>
<span id="bugreport" class="link-text-color"></span>
</a>
<span class="english-only do-not-display support-text"
>(<span i18n="englishonly"></span>)</span
>
</div>
<div class="section-padding support-text">
<a
i18n="helpcenter"
i18n_replacement_el="helpcenter_link"
href="https://help.getadblock.com/support/home"
target="_blank"
>
<span id="helpcenter_link" class="link-text-color"></span>
</a>
</div>
<div class="section-padding add-space-between support-text">
<span i18n="debuginfo"> </span>
<span class="btn red" id="btnCopyDebugData">
<span id="checkmark-circle" class="do-not-display">
<span id="checkmark-circle-checkmark"></span>
</span>
<span id="copyDebugData" i18n="copydebugdata"></span>
<span id="copiedDebugData" class="do-not-display" i18n="copieddebugdata"></span>
</span>
</div>
<textarea id="debugInfo" class="widest do-not-display"></textarea>
<h2 i18n="aboutadblock" class="paragraph-title bottom-line"></h2>
<div class="section-padding support-text">
<a
i18n="contributors"
i18n_replacement_el="contributors"
href="https://getadblock.com/contributors/"
target="_blank"
>
<span id="contributors" class="link-text-color support-text"></span>
</a>
</div>
<div class="section-padding support-text">
<a
i18n="sourcecode"
i18n_replacement_el="sourcecode"
href="https://gitlab.com/adblockinc/ext/adblock"
target="_blank"
>
<span id="sourcecode" class="link-text-color"></span>
</a>
</div>
<div class="section-padding support-text">
<a id="whatsnew_link" i18n="whatsnew" i18n_replacement_el="whatsnew" href="#">
<span id="whatsnew" class="link-text-color"></span>
</a>
</div>
<textarea id="changes" class="widest" style="display: none"></textarea>
<div class="translation_credits italic do-not-display"></div>
<footer class="myadblock_feedback_footer">
<section>
<h2 i18n="feedback_title" class="paragraph-title bottom-line"></h2>
<div class="section-padding add-space-between support-text">
<span i18n="feedback_info" class="support-text" id="feedback-info"></span>
<button
id="support-feedback-button"
class="feedback-button btn"
i18n="myadblock_feedback_button"
></button>
</div>
</section>
</footer>
</div>
</div>