diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-08 17:52:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 17:52:25 -0500 |
commit | ace6e92d55b32c08b5a0a2b19bdd8974d53aa552 (patch) | |
tree | 0b3a8c239e69daf57b8f1f823fe1b95614d6bfb0 /ext/bg/settings2.html | |
parent | 9f5cbaac5ac38ac1106eb8392b1ceb5ef841225e (diff) |
Update chrome://extensions/shortcuts URLs to be clickable (#1342)
Diffstat (limited to 'ext/bg/settings2.html')
-rw-r--r-- | ext/bg/settings2.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/settings2.html b/ext/bg/settings2.html index afb7af20..ba862b45 100644 --- a/ext/bg/settings2.html +++ b/ext/bg/settings2.html @@ -3067,12 +3067,12 @@ </p> <ul data-show-for-browser="chrome"> - <li>Open <a data-select-on-click="">chrome://extensions/shortcuts</a> in a new tab.</li> + <li>Open <a data-special-url="chrome://extensions/shortcuts">chrome://extensions/shortcuts</a> in a new tab.</li> <li>Find the <em>Yomichan</em> section and configure the shortcuts.</li> </ul> <ul data-show-for-browser="edge"> - <li>Open <a data-select-on-click="">edge://extensions/shortcuts</a> in a new tab.</li> + <li>Open <a data-special-url="edge://extensions/shortcuts">edge://extensions/shortcuts</a> in a new tab.</li> <li>Find the <em>Yomichan</em> section and configure the shortcuts.</li> </ul> |