Skip to content

Commit

Permalink
Move XSS options down one line.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackademix committed Mar 25, 2022
1 parent 28be872 commit 53f6758
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions src/ui/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,19 +137,6 @@ <h3 class="flextabs__tab appearance_tab"><button class="flextabs__toggle">__MSG_

<h3 class="flextabs__tab"><button class="flextabs__toggle">__MSG_SectionAdvanced__</button></h3>
<div class="flextabs__content">
<div id="xss-options" class="opt-group">
<span id="xss-opt">
<input type="checkbox" id="opt-xss">
<label for="opt-xss" id="lbl-xss">__MSG_OptFilterXGet__
<span id="xssFaq">(<a href="https://noscript.net/faq#xss" title="https://noscript.net/faq#xss">__MSG_XssFaq__</a>)
</label>
</span>
<div id="xssChoices">
</div>
</div>
<div id="clearclick-options" class="opt-group">
<input type="checkbox" id="opt-clearclick"><label for="opt-clearclick" id="lbl-clearclick">ClearClick</label>
</div>

<div id="tb-options" class="opt-group">
<span id="overrideTorBrowserPolicy-opt">
Expand All @@ -159,6 +146,20 @@ <h3 class="flextabs__tab"><button class="flextabs__toggle">__MSG_SectionAdvanced
</span>
</div>

<div id="xss-options" class="opt-group">
<span id="xss-opt">
<input type="checkbox" id="opt-xss">
<label for="opt-xss" id="lbl-xss">__MSG_OptFilterXGet__
<span id="xssFaq">(<a href="https://noscript.net/faq#xss" title="https://noscript.net/faq#xss">__MSG_XssFaq__</a>)
</label>
</span>
<div id="xssChoices">
</div>
</div>
<div id="clearclick-options" class="opt-group">
<input type="checkbox" id="opt-clearclick"><label for="opt-clearclick" id="lbl-clearclick">ClearClick</label>
</div>

<div id="update-options" class="opt-group">
<span id="amnesticUpdates-opt">
<input type="checkbox" id="opt-amnesticUpdates">
Expand Down

0 comments on commit 53f6758

Please sign in to comment.