diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2022-04-03 21:49:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-03 21:49:33 -0400 |
commit | 77c4d135c788c5e3606af4519b5f9bb5010f6fed (patch) | |
tree | 35e897635727b03c91f3b59e53ac43ef6bb839c4 /ext/settings.html | |
parent | 150fcd82ef2049c782ba3e30e4c8893e605d6d4c (diff) |
Add a warning about the future of the Google docs workaround (#2108)
Diffstat (limited to 'ext/settings.html')
-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> |