add giscus

This commit is contained in:
James Feng Cao 2023-05-06 09:56:44 +08:00
parent dfc14dae10
commit a9bdb08c77
68 changed files with 1428 additions and 1020 deletions

View File

@ -67,7 +67,9 @@ output;splot %25s'%0A">GNUPlot plot (3D function), needs uweb adapted termux &am
use :! instead of shell commandline mode for file manager access<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -79,9 +81,13 @@ use :! instead of shell commandline mode for file manager access<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -89,7 +89,9 @@
use relative path<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -101,9 +103,13 @@ use relative path<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -95,7 +95,9 @@ The first part [rootDomain] is required and the others are optional. regex is ja
refine global redirection cookie support<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -107,9 +109,13 @@ refine global redirection cookie support<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -90,7 +90,9 @@ box cloud:POST:type=webdav&amp;url=https://dav.box.com/dav&amp;username=xxx&amp;
add revision history<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -102,9 +104,13 @@ add revision history<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -75,7 +75,9 @@
add adblock.md<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -87,9 +89,13 @@ add adblock.md<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -83,7 +83,9 @@
add google translate in rjs.py<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -95,9 +97,13 @@ add google translate in rjs.py<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -114,7 +114,9 @@ Clipboard2QR needs libqrencode.</p>
add simple modification info<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -126,9 +128,13 @@ add simple modification info<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -82,7 +82,9 @@ epub:uweb:echo file:///data/data/info.torapp.uweb/files/app/reader/index.html?bo
fix typos from torinfo.uweb to torapp.uweb<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -94,9 +96,13 @@ fix typos from torinfo.uweb to torapp.uweb<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -105,7 +105,9 @@
supports hosts<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -117,9 +119,13 @@ supports hosts<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -69,7 +69,9 @@ back2:javascript:history.go(-2)</p>
add en gesture.md<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -81,9 +83,13 @@ add en gesture.md<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -60,7 +60,9 @@
support .js files under &#39;css&#39; folder<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -72,9 +74,13 @@ support .js files under &#39;css&#39; folder<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -113,7 +113,9 @@ i:5ifile:///....../xxx.mdx,xxx.mdd?app=https://cdn.jsdelivr.net/gh/torappinfo/uw
use relative path<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -125,9 +127,13 @@ use relative path<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -57,7 +57,9 @@ are used for icons in the bottom toolbar. file &quot;0&quot; to replace the left
add flg for not following sys night mode<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -69,9 +71,13 @@ add flg for not following sys night mode<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -308,7 +308,9 @@ support .js files under &#39;css&#39; folder<br>
<pre>i:56 urls support CTRL_A to CTRL-Z
</pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -320,9 +322,13 @@ support .js files under &#39;css&#39; folder<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -66,7 +66,9 @@ These javascript files are in the following format:</p>
fix typos from torinfo.uweb to torapp.uweb<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -78,9 +80,13 @@ fix typos from torinfo.uweb to torapp.uweb<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -69,7 +69,9 @@
support .js files under &#39;css&#39; folder<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -81,9 +83,13 @@ support .js files under &#39;css&#39; folder<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -94,7 +94,9 @@ PCs need command &quot;xsel&quot; available to operate on copy/paste.</p>
add mimetype uwebA<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -106,9 +108,13 @@ add mimetype uwebA<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -100,7 +100,9 @@
enhance hosts file to add attributes to domains<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -112,9 +114,13 @@ enhance hosts file to add attributes to domains<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -73,7 +73,9 @@
enhance redirection cookie support<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -85,9 +87,13 @@ enhance redirection cookie support<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -80,7 +80,9 @@
add google translate in rjs.py<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -92,9 +94,13 @@ add google translate in rjs.py<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -238,7 +238,9 @@ supports hosts<br>
<pre>Add bingUS engine to access bingchat directly from restricted area
</pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -250,9 +252,13 @@ supports hosts<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -72,7 +72,9 @@ d:mimetype:[command line with '%s' as keyword]:[base url for external resources]
i:0m to support extra headers<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -84,9 +86,13 @@ i:0m to support extra headers<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -80,7 +80,9 @@
support .js files under &#39;css&#39; folder<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -92,9 +94,13 @@ support .js files under &#39;css&#39; folder<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -100,7 +100,9 @@
add UI config link to home.html<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -112,9 +114,13 @@ add UI config link to home.html<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -80,7 +80,9 @@ With <a href="https://github.com/rupa/z">z.sh</a> and <a href="https://github.co
add en/.../tips.md<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -92,9 +94,13 @@ add en/.../tips.md<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -63,7 +63,9 @@ With <a href="../bookmark/index.html">bookmark</a>, configuration folders can be
sync newbinggogo<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -75,9 +77,13 @@ sync newbinggogo<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -78,7 +78,9 @@
add en/.../tools.md<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -90,9 +92,13 @@ add en/.../tools.md<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -58,7 +58,9 @@
add bingAI url<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -70,9 +72,13 @@ add bingAI url<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -113,7 +113,9 @@
add simple modification info<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -125,9 +127,13 @@ add simple modification info<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -96,7 +96,9 @@
use relative path<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -108,9 +110,13 @@ use relative path<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -58,7 +58,9 @@
i:0g/h to use relative path<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -70,9 +72,13 @@ i:0g/h to use relative path<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -84,7 +84,9 @@
i:0h to use relative path<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -96,9 +98,13 @@ i:0h to use relative path<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -57,7 +57,9 @@
i:1c for certificate<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -69,9 +71,13 @@ i:1c for certificate<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -72,7 +72,9 @@ apt install bc</li>
add acmd.md<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -84,9 +86,13 @@ add acmd.md<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -84,7 +84,9 @@ AI/chatGPT:</p>
use [ipv6] in hosts<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -96,9 +98,13 @@ use [ipv6] in hosts<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -75,7 +75,9 @@
add adblock.md<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -87,9 +89,13 @@ add adblock.md<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -72,7 +72,9 @@ PC剪贴板至手机剪贴板:/clip:ssh [user:password]@192.168.2.102 "DISPLAY=:
minor changes for zh<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -84,9 +86,13 @@ minor changes for zh<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -99,7 +99,9 @@
add simple modification info<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -111,9 +113,13 @@ add simple modification info<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -96,7 +96,9 @@ google docs, 功能强大,可查看几乎一切文档,但 &quot;我的所爱
minor changes for zh<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -108,9 +110,13 @@ minor changes for zh<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -53,7 +53,9 @@
i:0h to use relative path<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -65,9 +67,13 @@ i:0h to use relative path<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -105,7 +105,9 @@
clarify home.css format<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -117,9 +119,13 @@ clarify home.css format<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -67,7 +67,9 @@ back2:javascript:history.go(-2)</p>
reorg for multi-languages<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -79,9 +81,13 @@ reorg for multi-languages<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -59,7 +59,9 @@
i:0h to use relative path<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -71,9 +73,13 @@ i:0h to use relative path<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -85,7 +85,9 @@ apt install gnuplot</li>
remove /sdcard/uweb folder<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -97,9 +99,13 @@ remove /sdcard/uweb folder<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -70,7 +70,9 @@ fbcdn.net</p>
reorg for multi-languages<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -82,9 +84,13 @@ reorg for multi-languages<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -91,7 +91,9 @@ MoePlayer/APlayer : music player</p>
use relative path<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -103,9 +105,13 @@ use relative path<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -58,7 +58,9 @@
reorg for multi-languages<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -70,9 +72,13 @@ reorg for multi-languages<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -249,7 +249,9 @@ use &quot;i:0mi:92Host;209.216.230.240::https://news.ycombinator.com&quot; to vi
enhance :0cc cookie copy<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -261,9 +263,13 @@ enhance :0cc cookie copy<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -98,7 +98,9 @@ BaiduPCS-Go config set -appid=266719</p>
fix links for generated md files<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -110,9 +112,13 @@ fix links for generated md files<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -63,7 +63,9 @@
fix links for generated md files<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -75,9 +77,13 @@ fix links for generated md files<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -67,7 +67,9 @@ js文件格式如下</p>
fix typos from torinfo.uweb to torapp.uweb<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -79,9 +81,13 @@ fix typos from torinfo.uweb to torapp.uweb<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -54,7 +54,9 @@
reorg for multi-languages<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -66,9 +68,13 @@ reorg for multi-languages<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -56,7 +56,9 @@
generate PDF for custom paper size<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -68,9 +70,13 @@ generate PDF for custom paper size<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -97,7 +97,9 @@ html/text/html: 选中富文本为html格式, 输出mimetype为text/html。<br>
add mimetype uwebA<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -109,9 +111,13 @@ add mimetype uwebA<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -73,7 +73,9 @@ chmod 755 /data/data/com.termux/files/usr/bin/pcdownload</p>
minor changes for zh<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -85,9 +87,13 @@ minor changes for zh<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -90,7 +90,9 @@
add google translate for restricted area<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -102,9 +104,13 @@ add google translate for restricted area<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -106,7 +106,9 @@ item.gome.com.cn::item.gomevvv.com.cn</p>
update global redirection<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -118,9 +120,13 @@ update global redirection<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -78,7 +78,9 @@
add google translate in rjs.py<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -90,9 +92,13 @@ add google translate in rjs.py<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -303,7 +303,9 @@
fix bingAI always 1/20 issue<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -315,9 +317,13 @@ fix bingAI always 1/20 issue<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -73,7 +73,9 @@ d:mimetype:[含%s的命令行]:[外部资源url]<br>
automate modified date<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -85,9 +87,13 @@ automate modified date<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -83,7 +83,9 @@
minor changes for zh<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -95,9 +97,13 @@ minor changes for zh<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -124,7 +124,9 @@
fix UI mirrors<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -136,9 +138,13 @@ fix UI mirrors<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -85,7 +85,9 @@ cron运行期间保持唤醒锁保证termux可以稳定运行。</p>
use relative path<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -97,9 +99,13 @@ use relative path<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -103,7 +103,9 @@ UA为非默认时点击PC按钮将恢复UA为默认同时触发不保存UA
fix &#39;&#43;&#39; in links for rjs.py<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -115,9 +117,13 @@ fix &#39;&#43;&#39; in links for rjs.py<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -86,7 +86,9 @@
add en/_posts/bookmark.md<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -98,9 +100,13 @@ add en/_posts/bookmark.md<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -342,7 +342,9 @@
reorg for multi-languages<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -354,9 +356,13 @@ reorg for multi-languages<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -130,7 +130,9 @@
add simple modification info<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -142,9 +144,13 @@ add simple modification info<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>

View File

@ -91,7 +91,9 @@
i:0h to use relative path<br>
<pre></pre>
</p>
<script data-repo="torappinfo/uweb"
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
@ -103,9 +105,13 @@ i:0h to use relative path<br>
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous" async>
if(location.host=='torappinfo.github.io')
document.currentScript.setAttribute('src', 'https://giscus.app/client.js');
crossorigin="anonymous" async disabled>
</script>
<script>
if(location.host=='torappinfo.github.io'){
let script = document.getElementById('jsgiscus');
script.disabled = false;
}
</script>
</body>