add toolbar autohide

This commit is contained in:
James Feng Cao 2023-06-28 18:28:29 +08:00
parent 2c2f15bfa9
commit ef45cb87c9
8 changed files with 12 additions and 12 deletions

View File

@ -90,7 +90,7 @@ which will make all git repositories on the domain visitable as websites with ra
<guid>/en/bookmark/</guid>
<description>AI, chatgpt etc.
freegpt teach-anything magickpen Wait for url from other devices
andi freegpt teach-anything magickpen Wait for url from other devices
berify: reverse image search for video
Tips File handling and styling with home.css &amp;quot;home.css&amp;quot; (in current folder, parent folder or the &amp;quot;bookmark&amp;quot; folder) styles bookmarks, search engines and the folder itself. The file is in html format instead of CSS, so it needs &amp;quot;&amp;lt;style&amp;gt;&amp;quot; tag for CSS.
Install markdeep styling for markdown files

View File

@ -48,6 +48,7 @@
</ul>
<p>AI, chatgpt etc.</p>
<ul>
<li><a href="https://andisearch.com">andi</a></li>
<li><a href="https://freegpt.cc">freegpt</a></li>
<li><a href="https://www.teach-anything.com/">teach-anything</a></li>
<li><a href="https://magickpen.com/">magickpen</a></li>
@ -85,8 +86,8 @@ box cloud:POST:type=webdav&amp;url=https://dav.box.com/dav&amp;username=xxx&amp;
<a href="http://cdb.ics.uci.edu/cgibin/Smi2DepictWeb.py">SMILES2structure</a></p>
</div>
<p>Last Modified: 6 May 2023<br>
add revision history<br>
<p>Last Modified: 26 June 2023<br>
add toolbar autohide<br>
<pre></pre>
</p>
<script>

View File

@ -136,7 +136,7 @@ Note: &#34;Engines&#34; needs file &#34;engine.search&#34;whose format is sam
<guid>/en/bookmark/</guid>
<description>AI, chatgpt etc.
freegpt teach-anything magickpen Wait for url from other devices
andi freegpt teach-anything magickpen Wait for url from other devices
berify: reverse image search for video
Tips File handling and styling with home.css &amp;quot;home.css&amp;quot; (in current folder, parent folder or the &amp;quot;bookmark&amp;quot; folder) styles bookmarks, search engines and the folder itself. The file is in html format instead of CSS, so it needs &amp;quot;&amp;lt;style&amp;gt;&amp;quot; tag for CSS.
Install markdeep styling for markdown files

View File

@ -10,10 +10,7 @@ export default {
async function goUrl(request, url) {
let fp = {
method: request.method,
headers: request.headers
};
fp.headers = new Headers(request.headers);
for(var i = 2; i < arguments.length-1; i=i+2){
fp.headers[arguments[i]] = arguments[i+1];
}
return await fetch(url, fp);
}

View File

@ -85,5 +85,6 @@ body>ul{padding-left:0;}
<a href="javascript:g('i:29')">Web font size (default:16)</a> <br/>
<a href="javascript:g('i:2a')">History size (Integer, default:0 Unit:Kb, such as 90)</a> <br/>
<a href="javascript:g('i:2b')">Maximal lines for addressbar (default:2, <34)</a> <br/>
<a href="javascript:g('i:2c')">Auto hide toolbar (default: 0, no hide. Max value: 7. 4 seconds increment)</a> <br/>
</div><br/>
</body></html>

View File

@ -3,7 +3,7 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>/en/_posts/</loc>
<lastmod>2023-06-17T15:51:12+08:00</lastmod>
<lastmod>2023-06-26T08:17:34+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -58,7 +58,7 @@
/>
</url><url>
<loc>/en/</loc>
<lastmod>2023-06-17T15:51:12+08:00</lastmod>
<lastmod>2023-06-26T08:17:34+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -165,7 +165,7 @@
/>
</url><url>
<loc>/en/bookmark/</loc>
<lastmod>2023-05-06T18:22:15+08:00</lastmod>
<lastmod>2023-06-26T08:17:34+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"

View File

@ -4,7 +4,7 @@
<sitemap>
<loc>en/sitemap.xml</loc>
<lastmod>2023-06-17T15:51:12+08:00</lastmod>
<lastmod>2023-06-26T08:17:34+08:00</lastmod>
</sitemap>

View File

@ -85,5 +85,6 @@ body>ul{padding-left:0;}
<a href="javascript:g('i:29')">网页字体大小默认16</a> <br/>
<a href="javascript:g('i:2a')">显示历史记录大小整数默认0单位Kb例如90</a> <br/>
<a href="javascript:g('i:2b')">地址栏最大行数默认2最大33</a> <br/>
<a href="javascript:g('i:2c')">自动隐藏工具条时间间隔默认0不隐藏最大7。数字每增加1时间间隔增加4秒。</a> <br/>
</div><br/>
</body></html>