diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-29 18:30:05 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-29 18:30:05 +0100 |
commit | 657ca0b948fe2915bab056081c5494fe089f7afc (patch) | |
tree | 22d8901c77dcd18198084cfc8dc8c96ab093b94b /yomichan/info.html.diff.m4 | |
parent | 69f8266d050b0b794777357d2267be7c639581e9 (diff) |
wrap lines in user script editor + show refold-tools version in yomichan info3.0.1
Diffstat (limited to 'yomichan/info.html.diff.m4')
-rw-r--r-- | yomichan/info.html.diff.m4 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/yomichan/info.html.diff.m4 b/yomichan/info.html.diff.m4 new file mode 100644 index 0000000..8166f82 --- /dev/null +++ b/yomichan/info.html.diff.m4 @@ -0,0 +1,19 @@ +include(`common.m4') +--- yomichan-original/info.html 2022-10-30 12:39:42.000000000 +0100 ++++ yomichan/info.html 2023-01-29 18:26:05.496933182 +0100 +@@ -30,6 +30,7 @@ + <div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> + <ul> + <li>Extension version: <span id="version"></span></li> ++ <li>refold-tools version: <span id="version">VERSION()</span></li> + <li>Platform: <span id="platform"></span></li> + <li>Browser: <span id="browser"></span></li> + <li>Language: <span id="language"></span></li> +@@ -49,6 +50,7 @@ + <li>Support and source code: <a href="https://github.com/FooSoft/yomichan" rel="noreferrer noopener">Github</a></li> + <li>Release notes: <a href="https://github.com/FooSoft/yomichan/releases" rel="noreferrer noopener" data-href-format="https://github.com/FooSoft/yomichan/releases/tag/{version}" id="release-notes-this-version-link">This version</a> | <a href="https://github.com/FooSoft/yomichan/releases" rel="noreferrer noopener">All versions</a></li> + <li>More extension information: <a href="/permissions.html">Permissions</a> | <a href="/legal.html">Licenses</a> | <a href="/issues.html">Issues</a></li> ++ <li>refold-tools: <a href="https://github.com/lonkaars/refold-tools">GitHub</a> | <a href="https://git.pipeframe.xyz/lonkaars/refold-tools">cgit</a></li> + </ul> + </div></div></div></div> + </div> |