aboutsummaryrefslogtreecommitdiff
path: root/ext/bg
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-09-07 20:04:43 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-09-10 21:43:51 -0400
commitcab39e89c93a9b1826dce5d6555c213fa722c82e (patch)
tree205385b8896ff9b9a723654ab5304a23ec36c593 /ext/bg
parentc4e6d7e3d18bc87a9e682349bd96fc35d7815bbc (diff)
Create section for Popup Content Scanning Options
Diffstat (limited to 'ext/bg')
-rw-r--r--ext/bg/settings.html29
1 files changed, 19 insertions, 10 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html
index ddda8303..8c368474 100644
--- a/ext/bg/settings.html
+++ b/ext/bg/settings.html
@@ -222,14 +222,6 @@
</div>
<div class="checkbox options-advanced">
- <label><input type="checkbox" id="enable-scanning-of-popup-expressions"> Enable scanning of popup expressions</label>
- </div>
-
- <div class="checkbox">
- <label><input type="checkbox" id="enable-scanning-on-search-page"> Enable scanning on search page</label>
- </div>
-
- <div class="checkbox options-advanced">
<label><input type="checkbox" id="deep-dom-scan"> Deep DOM scan</label>
</div>
@@ -252,9 +244,26 @@
<option value="shift">Shift</option>
</select>
</div>
+ </div>
- <div class="form-group options-advanced">
- <label for="popup-nesting-max-depth">Maximum nested popup depth</label>
+ <div id="popup-content-scanning">
+ <h3>Popup Content Scanning Options</h3>
+
+ <p class="help-block">
+ Yomichan is able to create additional popups in order to scan the content of other popups.
+ This feature can be enabled if the <strong>Maximum number of additional popups</strong> option is set to a value greater than 0.
+ </p>
+
+ <div class="checkbox">
+ <label><input type="checkbox" id="enable-scanning-on-search-page"> Enable scanning on search page</label>
+ </div>
+
+ <div class="checkbox">
+ <label><input type="checkbox" id="enable-scanning-of-popup-expressions"> Enable scanning of popup expressions</label>
+ </div>
+
+ <div class="form-group">
+ <label for="popup-nesting-max-depth">Maximum number of additional popups</label>
<input type="number" min="0" id="popup-nesting-max-depth" class="form-control">
</div>
</div>