diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/settings.html | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/ext/settings.html b/ext/settings.html index d6e8f3d4..fcd73f4d 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -1947,7 +1947,7 @@                  <div class="settings-item-left">                      <div class="settings-item-label">                          Force HTML-based rendering for Google Docs -                        <a tabindex="0" class="more-toggle more-only" data-parent-distance="4">(?)</a> +                        <a tabindex="0" class="more-toggle more-only danger-text" data-parent-distance="4">(?)</a>                      </div>                  </div>                  <div class="settings-item-right"> @@ -1962,6 +1962,9 @@                      which prevents Yomichan from being able to scan text.                      Enabling this option will force HTML-based rendering to be used.                  </p> +                <p class="danger-text"> +                    This is a workaround and it is likely that Google will unfortunately remove support for this workaround in the future. +                </p>                  <p>                      <a tabindex="0" class="more-toggle" data-parent-distance="3">Less…</a>                  </p> |