mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
Compare commits
No commits in common. "287897b9604277a4b454e03e91e2ff4d3c9649c3" and "3eacdfbe867438d07864663380f3d7b01a161dbf" have entirely different histories.
287897b960
...
3eacdfbe86
44 changed files with 329 additions and 349 deletions
|
@ -5,16 +5,7 @@
|
|||
<link>/en/_posts/</link>
|
||||
<description>Recent content in _posts on uweb browser</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<lastBuildDate>Sat, 28 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="/en/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>JS/CSS/HTML/preprocessing for domains</title>
|
||||
<link>/en/sitejs/</link>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/sitejs/</guid>
|
||||
<description>Javascript (load when page completes, earliest loaded JS should use sitecss). Need to be named as &quot;[domain root].js&quot;, such as &quot;yahoo.com.js&quot; or &quot;finance.yahoo.com.js&quot;. The script will be loaded on the whole domain tree sites. If several files matches the domain, then the script with longest file name is loaded. Script must be put under the folder &quot;sitejs&quot; or &quot;/data/data/info.torapp.uweb/files/sitejs&quot;. The later folder has the priority. Long press the button &quot;settings&quot;, check the option &quot;Run user scripts&quot;.</description>
|
||||
</item>
|
||||
|
||||
<lastBuildDate>Mon, 16 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="/en/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Tips</title>
|
||||
<link>/en/tips/</link>
|
||||
|
@ -328,5 +319,14 @@ Swiping on the top part of content window (near the top address bar by default)
|
|||
Each line of the hosts file has the following format:</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Javascript and CSS for domains</title>
|
||||
<link>/en/sitejs/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/sitejs/</guid>
|
||||
<description>Javascript (load when page completes, earliest loaded JS should use sitecss). Need to be named as &quot;[domain root].js&quot;, such as &quot;yahoo.com.js&quot; or &quot;finance.yahoo.com.js&quot;. The script will be loaded on the whole domain tree sites. If several files matches the domain, then the script with longest file name is loaded. Script must be put under the folder &quot;sitejs&quot; or &quot;/data/data/info.torapp.uweb/files/sitejs&quot;. The later folder has the priority. Long press the button &quot;settings&quot;, check the option &quot;Run user scripts&quot;.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
@ -49,8 +49,7 @@
|
|||
<p><a href="https://releases.pagure.org/uweb/">pagure</a></p>
|
||||
<p><a href="https://sourceforge.net/projects/uwebbrowser/files/v1/">sourceforge</a></p>
|
||||
<h4 id="change-logs">Change logs</h4>
|
||||
<p>964: site source html preprocessing before rendering with user <a href="../sitejs/index.html">site extra html</a>.<br>
|
||||
961: webdav/http file upload support with <a href="../links/index.html">"i:0u" links</a>.<br>
|
||||
<p>961: webdav/http file upload support with <a href="../links/index.html">"i:0u" links</a>.<br>
|
||||
956: Search engines (.search file) to apply same folder "home.css". Use POST type search engine as bookmark for auto login.<br>
|
||||
955: Address bar: <a href="../acmd/index.html">":!" or "!"</a> for command line support (.js/.sh files as executables).<br>
|
||||
953: hardware keyboard: ":", "!" to set focus on address bar<br>
|
||||
|
|
|
@ -84,12 +84,6 @@
|
|||
|
||||
|
||||
|
||||
<li class="post">
|
||||
<a href="sitejs/index.html">
|
||||
<span>JS/CSS/HTML/preprocessing for domains</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="tips/index.html">
|
||||
<span>Tips</span>
|
||||
|
@ -216,6 +210,12 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="sitejs/index.html">
|
||||
<span>Javascript and CSS for domains</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="post">
|
||||
|
|
26
en/index.xml
26
en/index.xml
|
@ -5,16 +5,7 @@
|
|||
<link>/en/</link>
|
||||
<description>Recent content on uweb browser</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<lastBuildDate>Sat, 28 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>JS/CSS/HTML/preprocessing for domains</title>
|
||||
<link>/en/sitejs/</link>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/sitejs/</guid>
|
||||
<description>Javascript (load when page completes, earliest loaded JS should use sitecss). Need to be named as &quot;[domain root].js&quot;, such as &quot;yahoo.com.js&quot; or &quot;finance.yahoo.com.js&quot;. The script will be loaded on the whole domain tree sites. If several files matches the domain, then the script with longest file name is loaded. Script must be put under the folder &quot;sitejs&quot; or &quot;/data/data/info.torapp.uweb/files/sitejs&quot;. The later folder has the priority. Long press the button &quot;settings&quot;, check the option &quot;Run user scripts&quot;.</description>
|
||||
</item>
|
||||
|
||||
<lastBuildDate>Mon, 16 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Tips</title>
|
||||
<link>/en/tips/</link>
|
||||
|
@ -93,11 +84,11 @@ uweb, termux &amp; history versions
|
|||
github
|
||||
pagure
|
||||
sourceforge
|
||||
Change logs 964: site source html preprocessing before rendering with user site extra html.
|
||||
961: webdav/http file upload support with &quot;i:0u&quot; links.
|
||||
Change logs 961: webdav/http file upload support with &quot;i:0u&quot; links.
|
||||
956: Search engines (.search file) to apply same folder &quot;home.css&quot;. Use POST type search engine as bookmark for auto login.
|
||||
955: Address bar: &quot;:!&quot; or &quot;!&quot; for command line support (.js/.sh files as executables).
|
||||
953: hardware keyboard: &quot;:&quot;, &quot;!</description>
|
||||
953: hardware keyboard: &quot;:&quot;, &quot;!&quot; to set focus on address bar
|
||||
949: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -459,5 +450,14 @@ Swiping on the top part of content window (near the top address bar by default)
|
|||
Each line of the hosts file has the following format:</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Javascript and CSS for domains</title>
|
||||
<link>/en/sitejs/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/sitejs/</guid>
|
||||
<description>Javascript (load when page completes, earliest loaded JS should use sitecss). Need to be named as &quot;[domain root].js&quot;, such as &quot;yahoo.com.js&quot; or &quot;finance.yahoo.com.js&quot;. The script will be loaded on the whole domain tree sites. If several files matches the domain, then the script with longest file name is loaded. Script must be put under the folder &quot;sitejs&quot; or &quot;/data/data/info.torapp.uweb/files/sitejs&quot;. The later folder has the priority. Long press the button &quot;settings&quot;, check the option &quot;Run user scripts&quot;.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="stylesheet" href="../style.css" type="text/css" />
|
||||
<title>JS/CSS/HTML/preprocessing for domains</title>
|
||||
<title>Javascript and CSS for domains</title>
|
||||
<script type="text/javascript">
|
||||
function findLang(){
|
||||
let href = location.href;
|
||||
|
@ -40,7 +40,7 @@
|
|||
<br />
|
||||
|
||||
<div class="container">
|
||||
<h1 class="title">JS/CSS/HTML/preprocessing for domains
|
||||
<h1 class="title">Javascript and CSS for domains
|
||||
<br>
|
||||
<span class="subtitle"></span>
|
||||
</h1>
|
||||
|
@ -65,14 +65,14 @@
|
|||
<li>"[domain root].js" is loaded at the earlieat time.</li>
|
||||
<li>Long press the button "settings", check the option "Apply user styles".</li>
|
||||
</ul>
|
||||
<p>If file "default.css" exists, the style will be applied to all sites not matching [domain root].css.</p>
|
||||
<h3 id="extra-html-and-preprocessing">Extra html and preprocessing</h3>
|
||||
<p>If file "default.css" exists, the style will be applied to all sites without matching [domain root].css.</p>
|
||||
<h3 id="extra-html">Extra html</h3>
|
||||
<ul>
|
||||
<li>Need to be named as "[domain].html". Notice: the file name stem here is "[full domain]" not "[domain root]".</li>
|
||||
<li>Need to be named as "[domain].html". Notice: the file name here is "[full domain]" not "[domain root]".</li>
|
||||
<li>Under folder "siteextra".</li>
|
||||
<li>Long press the button "settings", check the option "Apply user extra".</li>
|
||||
</ul>
|
||||
<p>The extra html could be placed before the site source html (uweb merges the extra html with the site source html intelligently). Ex. when the extra html ends with "<textarea>", the site source html appears as the value of the textarea element, thus the extra html can further process the the site source html before rendering. For sites with textarea elements, "<div><textarea>" could be used.</p>
|
||||
<p>The extra html could be placed before the site source html (uweb uses an algorithm to merge the extra html with the site source html automatically). Ex. when the extra html ends with "<textarea>", the site source html appears as the value of the textarea element, thus the extra html can further process the the site source html before rendering. For sites with textarea elements, "<div><textarea>" could be used.</p>
|
||||
<p>"sitejs/.js", "sitecss/.css", "sitecss/.js" and "siteextra/.html" are applied to all non-http urls (file urls etc.).</p>
|
||||
|
||||
</div>
|
||||
|
|
130
en/sitemap.xml
130
en/sitemap.xml
|
@ -3,7 +3,7 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>/en/_posts/</loc>
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
<lastmod>2023-01-16T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -14,71 +14,6 @@
|
|||
hreflang="en"
|
||||
href="/en/_posts/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/en/tags/css/</loc>
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/tags/css/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/tags/css/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/en/tags/javascript/</loc>
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/tags/javascript/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/tags/javascript/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/en/sitejs/</loc>
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/sitejs/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/sitejs/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/en/tags/</loc>
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/tags/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/tags/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/en/</loc>
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/en/tips/</loc>
|
||||
<lastmod>2023-01-16T00:00:00+00:00</lastmod>
|
||||
|
@ -92,6 +27,19 @@
|
|||
hreflang="en"
|
||||
href="/en/tips/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/en/</loc>
|
||||
<lastmod>2023-01-16T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/en/acmd/</loc>
|
||||
<lastmod>2023-01-08T00:00:00+00:00</lastmod>
|
||||
|
@ -218,6 +166,32 @@
|
|||
hreflang="en"
|
||||
href="/en/bookmarklet/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/en/tags/javascript/</loc>
|
||||
<lastmod>2022-06-24T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/tags/javascript/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/tags/javascript/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/en/tags/</loc>
|
||||
<lastmod>2022-06-24T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/tags/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/tags/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/en/urls/</loc>
|
||||
<lastmod>2022-06-10T00:00:00+00:00</lastmod>
|
||||
|
@ -516,5 +490,29 @@
|
|||
hreflang="en"
|
||||
href="/en/categories/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/en/tags/css/</loc>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/tags/css/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/tags/css/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/en/sitejs/</loc>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/sitejs/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/sitejs/"
|
||||
/>
|
||||
</url>
|
||||
</urlset>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
<li class="post">
|
||||
<a href="../../sitejs">
|
||||
<span>JS/CSS/HTML/preprocessing for domains</span>
|
||||
<span>Javascript and CSS for domains</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -4,12 +4,11 @@
|
|||
<title>css on uweb browser</title>
|
||||
<link>/en/tags/css/</link>
|
||||
<description>Recent content in css on uweb browser</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<lastBuildDate>Sat, 28 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="/en/tags/css/index.xml" rel="self" type="application/rss+xml" />
|
||||
<generator>Hugo -- gohugo.io</generator><atom:link href="/en/tags/css/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>JS/CSS/HTML/preprocessing for domains</title>
|
||||
<title>Javascript and CSS for domains</title>
|
||||
<link>/en/sitejs/</link>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/sitejs/</guid>
|
||||
<description>Javascript (load when page completes, earliest loaded JS should use sitecss). Need to be named as &quot;[domain root].js&quot;, such as &quot;yahoo.com.js&quot; or &quot;finance.yahoo.com.js&quot;. The script will be loaded on the whole domain tree sites. If several files matches the domain, then the script with longest file name is loaded. Script must be put under the folder &quot;sitejs&quot; or &quot;/data/data/info.torapp.uweb/files/sitejs&quot;. The later folder has the priority. Long press the button &quot;settings&quot;, check the option &quot;Run user scripts&quot;.</description>
|
||||
|
|
|
@ -5,20 +5,11 @@
|
|||
<link>/en/tags/</link>
|
||||
<description>Recent content in Tags on uweb browser</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<lastBuildDate>Sat, 28 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="/en/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>css</title>
|
||||
<link>/en/tags/css/</link>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/tags/css/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<lastBuildDate>Fri, 24 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="/en/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>javascript</title>
|
||||
<link>/en/tags/javascript/</link>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
<pubDate>Fri, 24 Jun 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/tags/javascript/</guid>
|
||||
<description></description>
|
||||
|
@ -123,5 +114,14 @@
|
|||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>css</title>
|
||||
<link>/en/tags/css/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/tags/css/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
@ -43,12 +43,6 @@
|
|||
<h1 class="title">javascript</h1>
|
||||
<ul class="posts">
|
||||
|
||||
<li class="post">
|
||||
<a href="../../sitejs">
|
||||
<span>JS/CSS/HTML/preprocessing for domains</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="../../bookmarklet">
|
||||
<span>Bookmarklets</span>
|
||||
|
@ -61,6 +55,12 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="../../sitejs">
|
||||
<span>Javascript and CSS for domains</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<ul>
|
||||
</div>
|
||||
|
|
|
@ -5,16 +5,7 @@
|
|||
<link>/en/tags/javascript/</link>
|
||||
<description>Recent content in javascript on uweb browser</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<lastBuildDate>Sat, 28 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="/en/tags/javascript/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>JS/CSS/HTML/preprocessing for domains</title>
|
||||
<link>/en/sitejs/</link>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/sitejs/</guid>
|
||||
<description>Javascript (load when page completes, earliest loaded JS should use sitecss). Need to be named as &quot;[domain root].js&quot;, such as &quot;yahoo.com.js&quot; or &quot;finance.yahoo.com.js&quot;. The script will be loaded on the whole domain tree sites. If several files matches the domain, then the script with longest file name is loaded. Script must be put under the folder &quot;sitejs&quot; or &quot;/data/data/info.torapp.uweb/files/sitejs&quot;. The later folder has the priority. Long press the button &quot;settings&quot;, check the option &quot;Run user scripts&quot;.</description>
|
||||
</item>
|
||||
|
||||
<lastBuildDate>Fri, 24 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="/en/tags/javascript/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Bookmarklets</title>
|
||||
<link>/en/bookmarklet/</link>
|
||||
|
@ -53,5 +44,14 @@ These javascript files are in the following format:
|
|||
The very first line can begin with &quot;//&quot; followed by website url that can have &quot;%u&quot; (current url), &quot;%t&quot; (title) etc.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Javascript and CSS for domains</title>
|
||||
<link>/en/sitejs/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/sitejs/</guid>
|
||||
<description>Javascript (load when page completes, earliest loaded JS should use sitecss). Need to be named as &quot;[domain root].js&quot;, such as &quot;yahoo.com.js&quot; or &quot;finance.yahoo.com.js&quot;. The script will be loaded on the whole domain tree sites. If several files matches the domain, then the script with longest file name is loaded. Script must be put under the folder &quot;sitejs&quot; or &quot;/data/data/info.torapp.uweb/files/sitejs&quot;. The later folder has the priority. Long press the button &quot;settings&quot;, check the option &quot;Run user scripts&quot;.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
@ -17,11 +17,11 @@ uweb, termux &amp; history versions
|
|||
github
|
||||
pagure
|
||||
sourceforge
|
||||
Change logs 964: site source html preprocessing before rendering with user site extra html.
|
||||
961: webdav/http file upload support with &quot;i:0u&quot; links.
|
||||
Change logs 961: webdav/http file upload support with &quot;i:0u&quot; links.
|
||||
956: Search engines (.search file) to apply same folder &quot;home.css&quot;. Use POST type search engine as bookmark for auto login.
|
||||
955: Address bar: &quot;:!&quot; or &quot;!&quot; for command line support (.js/.sh files as executables).
|
||||
953: hardware keyboard: &quot;:&quot;, &quot;!</description>
|
||||
953: hardware keyboard: &quot;:&quot;, &quot;!&quot; to set focus on address bar
|
||||
949: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
11
index.html
11
index.html
|
@ -1,10 +1 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>en/</title>
|
||||
<link rel="canonical" href="en/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=en/">
|
||||
</head>
|
||||
</html>
|
||||
<meta http-equiv="refresh" content="0; url=en/index.html">
|
||||
|
|
|
@ -4,14 +4,14 @@
|
|||
<sitemap>
|
||||
<loc>en/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
<lastmod>2023-01-16T00:00:00+00:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
<sitemap>
|
||||
<loc>zh/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
<lastmod>2022-07-28T00:00:00+00:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
|
|
|
@ -5,18 +5,7 @@
|
|||
<link>/zh/_posts/</link>
|
||||
<description>Recent content in _posts on 超微浏览器</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<lastBuildDate>Sat, 28 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="/zh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>特定网址脚本、样式、额外html及预处理</title>
|
||||
<link>/zh/sitejs/</link>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/sitejs/</guid>
|
||||
<description>技巧等级:中级
|
||||
脚本 (第一时间装载js脚本见下面sitecss条目) 脚本需命名为 &quot;[根域名].js&quot;,譬如baidu.com.js 或tieba.baidu.com.js 。此脚本将自动作用于所有相同根域名的网址上。如有多个脚本满足条件,以最长文件名为准。 这些脚本需放到/data/data/info.torapp.uweb/files/sitejs目录下,数量没有限制,上百万都不成问题。 长按窗口按钮,勾选“执行网址用户脚本”。 脚本执行对浏览器无性能影响,即使有百万脚本存在。 目前支持两段、三段及少数四段域名(最后两段不超过6字如com.cn的域名可取四段)。所以脚本请不要以很长的域名来命名。 样式及第一时间装载js脚本 与此类似,用户样式需命名为 &quot;[根域名].css&quot;,譬如baidu.com.css 或tieba.baidu.com.css。 样式文件需放到sitecss目录下。 sitecss目录下&quot;[根域名].js&quot;文件会在第一时间装载。 长按窗口按钮,勾选“使用网址用户样式”。 如果文件“default.css”存在,访问网址时如果没有与域名匹配的css文件,则使用此默认样式文件。 default.css可作为夜间模式来使用,此时default.css为夜间模式css,而黑色主题类网址对应的域名为空文件。此种设定情况下仅白色主题网页会使用夜间模式css。 额外html及预处理 需命名为 &quot;[域名].html&quot;,譬如baidu.com.html。注意此处与sitejs, sitecss不同,不再是&quot;[根域名]&quot;。 文件需放到siteextra目录下。 长按窗口按钮,勾选“网址附加内容”。 额外html可以以&quot;&lt;textarea&gt;&quot;或&quot;&lt;div&gt;&lt;textarea&gt;&quot;等结尾,此时超微算法自动判定用户欲对网址html源代码进行处理,并将网址html源码附加在用户html后面,从而成为textarea元素的内容,供用户进行预处理。
|
||||
文件&quot;sitejs/.js&quot;,&quot;sitecss/.css&quot;,&quot;sitecss/.js&quot;和&quot;siteextra/.html&quot;可作用于一切非http url(本地文件,浏览器界面等)。</description>
|
||||
</item>
|
||||
|
||||
<lastBuildDate>Wed, 27 Jul 2022 00:00:00 +0000</lastBuildDate><atom:link href="/zh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>html5应用</title>
|
||||
<link>/zh/html5/</link>
|
||||
|
@ -219,7 +208,7 @@ c[cssFlag]: For example, &quot;c12&quot; will apply the third and fourth
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<title>重定向网址至国内镜像</title>
|
||||
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
||||
<link>/zh/redirect/</link>
|
||||
<pubDate>Mon, 25 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
|
@ -581,7 +570,7 @@ oed索引
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<title>利用文件预处理预览/查看/播放可下载资源</title>
|
||||
<title>利用文件预处理预览/查看/播放一切可下载资源</title>
|
||||
<link>/zh/filecap/</link>
|
||||
<pubDate>Mon, 24 Aug 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
|
@ -618,7 +607,7 @@ back2:javascript:history.go(-2)</description>
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<title>一键执行预定义命令</title>
|
||||
<title>一键执行任意预定义命令(附手机PC剪贴板互通)</title>
|
||||
<link>/zh/cmd/</link>
|
||||
<pubDate>Sat, 20 Jan 2018 00:00:00 +0000</pubDate>
|
||||
|
||||
|
@ -813,7 +802,7 @@ gnuplot -e 'set term svg;set output; plot x'
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<title>浏览器控制服务器下载资源</title>
|
||||
<title>浏览器一键控制台式机/服务器下载资源</title>
|
||||
<link>/zh/pcdown/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
|
@ -836,6 +825,16 @@ PCdown:/data/data/com.termux/files/usr/bin/pcdownload
|
|||
可能大家有疑问,台式机无法登录,为什么手机可以登录?这是因为手机上应用多哈。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>特定网址用户脚本及样式</title>
|
||||
<link>/zh/sitejs/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/sitejs/</guid>
|
||||
<description>技巧等级:中级
|
||||
脚本 (第一时间装载js脚本见下面sitecss条目) 脚本需命名为 &quot;[根域名].js&quot;,譬如baidu.com.js 或tieba.baidu.com.js 。此脚本将自动作用于所有相同根域名的网址上。如有多个脚本满足条件,以最长文件名为准。 这些脚本需放到sitejs或/data/data/info.torapp.uweb/files/sitejs目录下,数量没有限制,上百万都不成问题。如果内部目录下sitejs存在,则sitejs不起任何作用。内部sitejs目录的存在同时也影响一切对安全敏感的资源(包括网站离线资源等)的配置,一旦内部sitejs目录存在,则这些资源必须位于内部目录才会生效。 长按窗口按钮,勾选“执行网址用户脚本”。 脚本执行对浏览器无性能影响,即使有百万脚本存在。 目前支持两段、三段及少数四段域名(最后两段不超过6字如com.cn的域名可取四段)。所以脚本请不要以很长的域名来命名。 样式及第一时间装载js脚本 与此类似,用户样式需命名为 &quot;[根域名].css&quot;,譬如baidu.com.css 或tieba.baidu.com.css。 样式文件需放到sitecss目录下。 sitecss目录下&quot;[根域名].js&quot;文件会在第一时间装载。 长按窗口按钮,勾选“使用网址用户样式”。 如果文件“default.css”存在,访问网址时如果没有与域名匹配的css文件,则使用此默认样式文件。 default.css可作为夜间模式来使用,此时default.css为夜间模式css,而黑色主题类网址对应的域名为空文件。此种设定情况下仅白色主题网页会使用夜间模式css。 额外html 需命名为 &quot;[域名].html&quot;,譬如baidu.com.html。注意此处与sitejs, sitecss不同,不再是&quot;[根域名]&quot;。 文件需放到siteextra目录下。 文件&quot;sitejs/.js&quot;,&quot;sitecss/.css&quot;,&quot;sitecss/.js&quot;和&quot;siteextra/.html&quot;可作用于一切非http url(本地文件,浏览器界面等)。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>装载网站离线资源</title>
|
||||
<link>/zh/offlinecache/</link>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="stylesheet" href="../style.css" type="text/css" />
|
||||
<title>一键执行预定义命令</title>
|
||||
<title>一键执行任意预定义命令(附手机PC剪贴板互通)</title>
|
||||
<script type="text/javascript">
|
||||
function findLang(){
|
||||
let href = location.href;
|
||||
|
@ -36,7 +36,7 @@
|
|||
<br />
|
||||
|
||||
<div class="container">
|
||||
<h1 class="title">一键执行预定义命令
|
||||
<h1 class="title">一键执行任意预定义命令(附手机PC剪贴板互通)
|
||||
<br>
|
||||
<span class="subtitle"></span>
|
||||
</h1>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="stylesheet" href="../style.css" type="text/css" />
|
||||
<title>利用文件预处理预览/查看/播放可下载资源</title>
|
||||
<title>利用文件预处理预览/查看/播放一切可下载资源</title>
|
||||
<script type="text/javascript">
|
||||
function findLang(){
|
||||
let href = location.href;
|
||||
|
@ -40,7 +40,7 @@
|
|||
<br />
|
||||
|
||||
<div class="container">
|
||||
<h1 class="title">利用文件预处理预览/查看/播放可下载资源
|
||||
<h1 class="title">利用文件预处理预览/查看/播放一切可下载资源
|
||||
<br>
|
||||
<span class="subtitle"></span>
|
||||
</h1>
|
||||
|
|
|
@ -88,12 +88,6 @@
|
|||
|
||||
|
||||
|
||||
<li class="post">
|
||||
<a href="sitejs/index.html">
|
||||
<span>特定网址脚本、样式、额外html及预处理</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="html5/index.html">
|
||||
<span>html5应用</span>
|
||||
|
@ -138,7 +132,7 @@
|
|||
|
||||
<li class="post">
|
||||
<a href="redirect/index.html">
|
||||
<span>重定向网址至国内镜像</span>
|
||||
<span>重定向国外网址至国内镜像(附编辑本地文件)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -222,7 +216,7 @@
|
|||
|
||||
<li class="post">
|
||||
<a href="filecap/index.html">
|
||||
<span>利用文件预处理预览/查看/播放可下载资源</span>
|
||||
<span>利用文件预处理预览/查看/播放一切可下载资源</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -234,7 +228,7 @@
|
|||
|
||||
<li class="post">
|
||||
<a href="cmd/index.html">
|
||||
<span>一键执行预定义命令</span>
|
||||
<span>一键执行任意预定义命令(附手机PC剪贴板互通)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -276,7 +270,13 @@
|
|||
|
||||
<li class="post">
|
||||
<a href="pcdown/index.html">
|
||||
<span>浏览器控制服务器下载资源</span>
|
||||
<span>浏览器一键控制台式机/服务器下载资源</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="sitejs/index.html">
|
||||
<span>特定网址用户脚本及样式</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
31
zh/index.xml
31
zh/index.xml
|
@ -5,18 +5,7 @@
|
|||
<link>/zh/</link>
|
||||
<description>Recent content on 超微浏览器</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<lastBuildDate>Sat, 28 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>特定网址脚本、样式、额外html及预处理</title>
|
||||
<link>/zh/sitejs/</link>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/sitejs/</guid>
|
||||
<description>技巧等级:中级
|
||||
脚本 (第一时间装载js脚本见下面sitecss条目) 脚本需命名为 &quot;[根域名].js&quot;,譬如baidu.com.js 或tieba.baidu.com.js 。此脚本将自动作用于所有相同根域名的网址上。如有多个脚本满足条件,以最长文件名为准。 这些脚本需放到/data/data/info.torapp.uweb/files/sitejs目录下,数量没有限制,上百万都不成问题。 长按窗口按钮,勾选“执行网址用户脚本”。 脚本执行对浏览器无性能影响,即使有百万脚本存在。 目前支持两段、三段及少数四段域名(最后两段不超过6字如com.cn的域名可取四段)。所以脚本请不要以很长的域名来命名。 样式及第一时间装载js脚本 与此类似,用户样式需命名为 &quot;[根域名].css&quot;,譬如baidu.com.css 或tieba.baidu.com.css。 样式文件需放到sitecss目录下。 sitecss目录下&quot;[根域名].js&quot;文件会在第一时间装载。 长按窗口按钮,勾选“使用网址用户样式”。 如果文件“default.css”存在,访问网址时如果没有与域名匹配的css文件,则使用此默认样式文件。 default.css可作为夜间模式来使用,此时default.css为夜间模式css,而黑色主题类网址对应的域名为空文件。此种设定情况下仅白色主题网页会使用夜间模式css。 额外html及预处理 需命名为 &quot;[域名].html&quot;,譬如baidu.com.html。注意此处与sitejs, sitecss不同,不再是&quot;[根域名]&quot;。 文件需放到siteextra目录下。 长按窗口按钮,勾选“网址附加内容”。 额外html可以以&quot;&lt;textarea&gt;&quot;或&quot;&lt;div&gt;&lt;textarea&gt;&quot;等结尾,此时超微算法自动判定用户欲对网址html源代码进行处理,并将网址html源码附加在用户html后面,从而成为textarea元素的内容,供用户进行预处理。
|
||||
文件&quot;sitejs/.js&quot;,&quot;sitecss/.css&quot;,&quot;sitecss/.js&quot;和&quot;siteextra/.html&quot;可作用于一切非http url(本地文件,浏览器界面等)。</description>
|
||||
</item>
|
||||
|
||||
<lastBuildDate>Thu, 28 Jul 2022 00:00:00 +0000</lastBuildDate><atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>浏览器多搜索引擎一键直达</title>
|
||||
<link>/zh/search/</link>
|
||||
|
@ -431,7 +420,7 @@ Selection to paragraph:;let g='paragraph';getSelection().modify('mov
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<title>重定向网址至国内镜像</title>
|
||||
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
||||
<link>/zh/redirect/</link>
|
||||
<pubDate>Mon, 25 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
|
@ -793,7 +782,7 @@ oed索引
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<title>利用文件预处理预览/查看/播放可下载资源</title>
|
||||
<title>利用文件预处理预览/查看/播放一切可下载资源</title>
|
||||
<link>/zh/filecap/</link>
|
||||
<pubDate>Mon, 24 Aug 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
|
@ -830,7 +819,7 @@ back2:javascript:history.go(-2)</description>
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<title>一键执行预定义命令</title>
|
||||
<title>一键执行任意预定义命令(附手机PC剪贴板互通)</title>
|
||||
<link>/zh/cmd/</link>
|
||||
<pubDate>Sat, 20 Jan 2018 00:00:00 +0000</pubDate>
|
||||
|
||||
|
@ -1025,7 +1014,7 @@ gnuplot -e 'set term svg;set output; plot x'
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<title>浏览器控制服务器下载资源</title>
|
||||
<title>浏览器一键控制台式机/服务器下载资源</title>
|
||||
<link>/zh/pcdown/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
|
@ -1048,6 +1037,16 @@ PCdown:/data/data/com.termux/files/usr/bin/pcdownload
|
|||
可能大家有疑问,台式机无法登录,为什么手机可以登录?这是因为手机上应用多哈。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>特定网址用户脚本及样式</title>
|
||||
<link>/zh/sitejs/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/sitejs/</guid>
|
||||
<description>技巧等级:中级
|
||||
脚本 (第一时间装载js脚本见下面sitecss条目) 脚本需命名为 &quot;[根域名].js&quot;,譬如baidu.com.js 或tieba.baidu.com.js 。此脚本将自动作用于所有相同根域名的网址上。如有多个脚本满足条件,以最长文件名为准。 这些脚本需放到sitejs或/data/data/info.torapp.uweb/files/sitejs目录下,数量没有限制,上百万都不成问题。如果内部目录下sitejs存在,则sitejs不起任何作用。内部sitejs目录的存在同时也影响一切对安全敏感的资源(包括网站离线资源等)的配置,一旦内部sitejs目录存在,则这些资源必须位于内部目录才会生效。 长按窗口按钮,勾选“执行网址用户脚本”。 脚本执行对浏览器无性能影响,即使有百万脚本存在。 目前支持两段、三段及少数四段域名(最后两段不超过6字如com.cn的域名可取四段)。所以脚本请不要以很长的域名来命名。 样式及第一时间装载js脚本 与此类似,用户样式需命名为 &quot;[根域名].css&quot;,譬如baidu.com.css 或tieba.baidu.com.css。 样式文件需放到sitecss目录下。 sitecss目录下&quot;[根域名].js&quot;文件会在第一时间装载。 长按窗口按钮,勾选“使用网址用户样式”。 如果文件“default.css”存在,访问网址时如果没有与域名匹配的css文件,则使用此默认样式文件。 default.css可作为夜间模式来使用,此时default.css为夜间模式css,而黑色主题类网址对应的域名为空文件。此种设定情况下仅白色主题网页会使用夜间模式css。 额外html 需命名为 &quot;[域名].html&quot;,譬如baidu.com.html。注意此处与sitejs, sitecss不同,不再是&quot;[根域名]&quot;。 文件需放到siteextra目录下。 文件&quot;sitejs/.js&quot;,&quot;sitecss/.css&quot;,&quot;sitecss/.js&quot;和&quot;siteextra/.html&quot;可作用于一切非http url(本地文件,浏览器界面等)。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>装载网站离线资源</title>
|
||||
<link>/zh/offlinecache/</link>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="stylesheet" href="../style.css" type="text/css" />
|
||||
<title>浏览器控制服务器下载资源</title>
|
||||
<title>浏览器一键控制台式机/服务器下载资源</title>
|
||||
<script type="text/javascript">
|
||||
function findLang(){
|
||||
let href = location.href;
|
||||
|
@ -36,7 +36,7 @@
|
|||
<br />
|
||||
|
||||
<div class="container">
|
||||
<h1 class="title">浏览器控制服务器下载资源
|
||||
<h1 class="title">浏览器一键控制台式机/服务器下载资源
|
||||
<br>
|
||||
<span class="subtitle"></span>
|
||||
</h1>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="stylesheet" href="../style.css" type="text/css" />
|
||||
<title>重定向网址至国内镜像</title>
|
||||
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
||||
<script type="text/javascript">
|
||||
function findLang(){
|
||||
let href = location.href;
|
||||
|
@ -40,7 +40,7 @@
|
|||
<br />
|
||||
|
||||
<div class="container">
|
||||
<h1 class="title">重定向网址至国内镜像
|
||||
<h1 class="title">重定向国外网址至国内镜像(附编辑本地文件)
|
||||
<br>
|
||||
<span class="subtitle"></span>
|
||||
</h1>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="stylesheet" href="../style.css" type="text/css" />
|
||||
<title>特定网址脚本、样式、额外html及预处理</title>
|
||||
<title>特定网址用户脚本及样式</title>
|
||||
<script type="text/javascript">
|
||||
function findLang(){
|
||||
let href = location.href;
|
||||
|
@ -40,7 +40,7 @@
|
|||
<br />
|
||||
|
||||
<div class="container">
|
||||
<h1 class="title">特定网址脚本、样式、额外html及预处理
|
||||
<h1 class="title">特定网址用户脚本及样式
|
||||
<br>
|
||||
<span class="subtitle"></span>
|
||||
</h1>
|
||||
|
@ -55,7 +55,7 @@
|
|||
<h3 id="脚本-第一时间装载js脚本见下面sitecss条目">脚本 (第一时间装载js脚本见下面sitecss条目)</h3>
|
||||
<ul>
|
||||
<li>脚本需命名为 "[根域名].js",譬如baidu.com.js 或tieba.baidu.com.js 。此脚本将自动作用于所有相同根域名的网址上。如有多个脚本满足条件,以最长文件名为准。</li>
|
||||
<li>这些脚本需放到/data/data/info.torapp.uweb/files/sitejs目录下,数量没有限制,上百万都不成问题。</li>
|
||||
<li>这些脚本需放到sitejs或/data/data/info.torapp.uweb/files/sitejs目录下,数量没有限制,上百万都不成问题。如果内部目录下sitejs存在,则sitejs不起任何作用。内部sitejs目录的存在同时也影响一切对安全敏感的资源(包括网站离线资源等)的配置,一旦内部sitejs目录存在,则这些资源必须位于内部目录才会生效。</li>
|
||||
<li>长按窗口按钮,勾选“执行网址用户脚本”。</li>
|
||||
<li>脚本执行对浏览器无性能影响,即使有百万脚本存在。</li>
|
||||
<li>目前支持两段、三段及少数四段域名(最后两段不超过6字如com.cn的域名可取四段)。所以脚本请不要以很长的域名来命名。</li>
|
||||
|
@ -69,13 +69,11 @@
|
|||
<li>如果文件“default.css”存在,访问网址时如果没有与域名匹配的css文件,则使用此默认样式文件。</li>
|
||||
<li>default.css可作为夜间模式来使用,此时default.css为夜间模式css,而黑色主题类网址对应的域名为空文件。此种设定情况下仅白色主题网页会使用夜间模式css。</li>
|
||||
</ul>
|
||||
<h3 id="额外html及预处理">额外html及预处理</h3>
|
||||
<h3 id="额外html">额外html</h3>
|
||||
<ul>
|
||||
<li>需命名为 "[域名].html",譬如baidu.com.html。注意此处与sitejs, sitecss不同,不再是"[根域名]"。</li>
|
||||
<li>文件需放到siteextra目录下。</li>
|
||||
<li>长按窗口按钮,勾选“网址附加内容”。</li>
|
||||
</ul>
|
||||
<p>额外html可以以"<textarea>"或"<div><textarea>"等结尾,此时超微算法自动判定用户欲对网址html源代码进行处理,并将网址html源码附加在用户html后面,从而成为textarea元素的内容,供用户进行预处理。</p>
|
||||
<p>文件"sitejs/.js","sitecss/.css","sitecss/.js"和"siteextra/.html"可作用于一切非http url(本地文件,浏览器界面等)。</p>
|
||||
|
||||
</div>
|
||||
|
|
155
zh/sitemap.xml
155
zh/sitemap.xml
|
@ -2,84 +2,6 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>/zh/_posts/</loc>
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/_posts/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/_posts/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/tags/css/</loc>
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/tags/css/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/tags/css/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/tags/javascript/</loc>
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/tags/javascript/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/tags/javascript/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/tags/</loc>
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/tags/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/tags/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/</loc>
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/sitejs/</loc>
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/sitejs/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/sitejs/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/topposts/</loc>
|
||||
<lastmod>2022-07-28T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
|
@ -92,6 +14,19 @@
|
|||
hreflang="zh"
|
||||
href="/zh/topposts/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/</loc>
|
||||
<lastmod>2022-07-28T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/search/</loc>
|
||||
<lastmod>2022-07-28T00:00:00+00:00</lastmod>
|
||||
|
@ -105,6 +40,19 @@
|
|||
hreflang="zh"
|
||||
href="/zh/search/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/_posts/</loc>
|
||||
<lastmod>2022-07-27T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/_posts/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/_posts/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/html5/</loc>
|
||||
<lastmod>2022-07-27T00:00:00+00:00</lastmod>
|
||||
|
@ -157,6 +105,32 @@
|
|||
hreflang="zh"
|
||||
href="/zh/adblock/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/tags/javascript/</loc>
|
||||
<lastmod>2022-06-24T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/tags/javascript/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/tags/javascript/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/tags/</loc>
|
||||
<lastmod>2022-06-24T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/tags/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/tags/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/bookmarklet/</loc>
|
||||
<lastmod>2022-06-24T00:00:00+00:00</lastmod>
|
||||
|
@ -186,6 +160,19 @@
|
|||
</url><url>
|
||||
<loc>/zh/androidtv/</loc>
|
||||
<lastmod>2022-05-18T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>/zh/tags/css/</loc>
|
||||
<lastmod>2022-05-18T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/tags/css/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/tags/css/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/tags/%E4%B8%8D%E8%89%AF%E4%BF%A1%E6%81%AF%E5%B1%8F%E8%94%BD/</loc>
|
||||
<lastmod>2022-05-18T00:00:00+00:00</lastmod>
|
||||
|
@ -542,6 +529,18 @@
|
|||
<loc>/zh/gnuplot/</loc>
|
||||
</url><url>
|
||||
<loc>/zh/pcdown/</loc>
|
||||
</url><url>
|
||||
<loc>/zh/sitejs/</loc>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/sitejs/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/sitejs/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/tags/%E4%B8%8B%E8%BD%BD/</loc>
|
||||
</url><url>
|
||||
|
|
|
@ -44,14 +44,14 @@
|
|||
<ul class="posts">
|
||||
|
||||
<li class="post">
|
||||
<a href="../../sitejs">
|
||||
<span>特定网址脚本、样式、额外html及预处理</span>
|
||||
<a href="../../adblock_css">
|
||||
<span>利用用户自定义样式屏蔽不良信息</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="../../adblock_css">
|
||||
<span>利用用户自定义样式屏蔽不良信息</span>
|
||||
<a href="../../sitejs">
|
||||
<span>特定网址用户脚本及样式</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -5,18 +5,7 @@
|
|||
<link>/zh/tags/css/</link>
|
||||
<description>Recent content in css on 超微浏览器</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<lastBuildDate>Sat, 28 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="/zh/tags/css/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>特定网址脚本、样式、额外html及预处理</title>
|
||||
<link>/zh/sitejs/</link>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/sitejs/</guid>
|
||||
<description>技巧等级:中级
|
||||
脚本 (第一时间装载js脚本见下面sitecss条目) 脚本需命名为 &quot;[根域名].js&quot;,譬如baidu.com.js 或tieba.baidu.com.js 。此脚本将自动作用于所有相同根域名的网址上。如有多个脚本满足条件,以最长文件名为准。 这些脚本需放到/data/data/info.torapp.uweb/files/sitejs目录下,数量没有限制,上百万都不成问题。 长按窗口按钮,勾选“执行网址用户脚本”。 脚本执行对浏览器无性能影响,即使有百万脚本存在。 目前支持两段、三段及少数四段域名(最后两段不超过6字如com.cn的域名可取四段)。所以脚本请不要以很长的域名来命名。 样式及第一时间装载js脚本 与此类似,用户样式需命名为 &quot;[根域名].css&quot;,譬如baidu.com.css 或tieba.baidu.com.css。 样式文件需放到sitecss目录下。 sitecss目录下&quot;[根域名].js&quot;文件会在第一时间装载。 长按窗口按钮,勾选“使用网址用户样式”。 如果文件“default.css”存在,访问网址时如果没有与域名匹配的css文件,则使用此默认样式文件。 default.css可作为夜间模式来使用,此时default.css为夜间模式css,而黑色主题类网址对应的域名为空文件。此种设定情况下仅白色主题网页会使用夜间模式css。 额外html及预处理 需命名为 &quot;[域名].html&quot;,譬如baidu.com.html。注意此处与sitejs, sitecss不同,不再是&quot;[根域名]&quot;。 文件需放到siteextra目录下。 长按窗口按钮,勾选“网址附加内容”。 额外html可以以&quot;&lt;textarea&gt;&quot;或&quot;&lt;div&gt;&lt;textarea&gt;&quot;等结尾,此时超微算法自动判定用户欲对网址html源代码进行处理,并将网址html源码附加在用户html后面,从而成为textarea元素的内容,供用户进行预处理。
|
||||
文件&quot;sitejs/.js&quot;,&quot;sitecss/.css&quot;,&quot;sitecss/.js&quot;和&quot;siteextra/.html&quot;可作用于一切非http url(本地文件,浏览器界面等)。</description>
|
||||
</item>
|
||||
|
||||
<lastBuildDate>Wed, 18 May 2022 00:00:00 +0000</lastBuildDate><atom:link href="/zh/tags/css/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>利用用户自定义样式屏蔽不良信息</title>
|
||||
<link>/zh/adblock_css/</link>
|
||||
|
@ -30,5 +19,15 @@ gozer 广告屏蔽样式
|
|||
对这一部分不良信息而言,我们可以利用超微浏览器的自定义样式功能加以屏蔽。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>特定网址用户脚本及样式</title>
|
||||
<link>/zh/sitejs/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/sitejs/</guid>
|
||||
<description>技巧等级:中级
|
||||
脚本 (第一时间装载js脚本见下面sitecss条目) 脚本需命名为 &quot;[根域名].js&quot;,譬如baidu.com.js 或tieba.baidu.com.js 。此脚本将自动作用于所有相同根域名的网址上。如有多个脚本满足条件,以最长文件名为准。 这些脚本需放到sitejs或/data/data/info.torapp.uweb/files/sitejs目录下,数量没有限制,上百万都不成问题。如果内部目录下sitejs存在,则sitejs不起任何作用。内部sitejs目录的存在同时也影响一切对安全敏感的资源(包括网站离线资源等)的配置,一旦内部sitejs目录存在,则这些资源必须位于内部目录才会生效。 长按窗口按钮,勾选“执行网址用户脚本”。 脚本执行对浏览器无性能影响,即使有百万脚本存在。 目前支持两段、三段及少数四段域名(最后两段不超过6字如com.cn的域名可取四段)。所以脚本请不要以很长的域名来命名。 样式及第一时间装载js脚本 与此类似,用户样式需命名为 &quot;[根域名].css&quot;,譬如baidu.com.css 或tieba.baidu.com.css。 样式文件需放到sitecss目录下。 sitecss目录下&quot;[根域名].js&quot;文件会在第一时间装载。 长按窗口按钮,勾选“使用网址用户样式”。 如果文件“default.css”存在,访问网址时如果没有与域名匹配的css文件,则使用此默认样式文件。 default.css可作为夜间模式来使用,此时default.css为夜间模式css,而黑色主题类网址对应的域名为空文件。此种设定情况下仅白色主题网页会使用夜间模式css。 额外html 需命名为 &quot;[域名].html&quot;,譬如baidu.com.html。注意此处与sitejs, sitecss不同,不再是&quot;[根域名]&quot;。 文件需放到siteextra目录下。 文件&quot;sitejs/.js&quot;,&quot;sitecss/.css&quot;,&quot;sitecss/.js&quot;和&quot;siteextra/.html&quot;可作用于一切非http url(本地文件,浏览器界面等)。</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
<li class="post">
|
||||
<a href="../../filecap">
|
||||
<span>利用文件预处理预览/查看/播放可下载资源</span>
|
||||
<span>利用文件预处理预览/查看/播放一切可下载资源</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<generator>Hugo -- gohugo.io</generator>
|
||||
<lastBuildDate>Mon, 24 Aug 2020 00:00:00 +0000</lastBuildDate><atom:link href="/zh/tags/curl/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>利用文件预处理预览/查看/播放可下载资源</title>
|
||||
<title>利用文件预处理预览/查看/播放一切可下载资源</title>
|
||||
<link>/zh/filecap/</link>
|
||||
<pubDate>Mon, 24 Aug 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
|
|
|
@ -5,22 +5,22 @@
|
|||
<link>/zh/tags/</link>
|
||||
<description>Recent content in Tags on 超微浏览器</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<lastBuildDate>Sat, 28 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="/zh/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Fri, 24 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="/zh/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>css</title>
|
||||
<link>/zh/tags/css/</link>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
<title>javascript</title>
|
||||
<link>/zh/tags/javascript/</link>
|
||||
<pubDate>Fri, 24 Jun 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/tags/css/</guid>
|
||||
<guid>/zh/tags/javascript/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>javascript</title>
|
||||
<link>/zh/tags/javascript/</link>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
<title>css</title>
|
||||
<link>/zh/tags/css/</link>
|
||||
<pubDate>Wed, 18 May 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/tags/javascript/</guid>
|
||||
<guid>/zh/tags/css/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
|
|
|
@ -43,12 +43,6 @@
|
|||
<h1 class="title">javascript</h1>
|
||||
<ul class="posts">
|
||||
|
||||
<li class="post">
|
||||
<a href="../../sitejs">
|
||||
<span>特定网址脚本、样式、额外html及预处理</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="../../bookmarklet">
|
||||
<span>小书签</span>
|
||||
|
@ -61,6 +55,12 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="../../sitejs">
|
||||
<span>特定网址用户脚本及样式</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<ul>
|
||||
</div>
|
||||
|
|
|
@ -5,18 +5,7 @@
|
|||
<link>/zh/tags/javascript/</link>
|
||||
<description>Recent content in javascript on 超微浏览器</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<lastBuildDate>Sat, 28 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="/zh/tags/javascript/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>特定网址脚本、样式、额外html及预处理</title>
|
||||
<link>/zh/sitejs/</link>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/sitejs/</guid>
|
||||
<description>技巧等级:中级
|
||||
脚本 (第一时间装载js脚本见下面sitecss条目) 脚本需命名为 &quot;[根域名].js&quot;,譬如baidu.com.js 或tieba.baidu.com.js 。此脚本将自动作用于所有相同根域名的网址上。如有多个脚本满足条件,以最长文件名为准。 这些脚本需放到/data/data/info.torapp.uweb/files/sitejs目录下,数量没有限制,上百万都不成问题。 长按窗口按钮,勾选“执行网址用户脚本”。 脚本执行对浏览器无性能影响,即使有百万脚本存在。 目前支持两段、三段及少数四段域名(最后两段不超过6字如com.cn的域名可取四段)。所以脚本请不要以很长的域名来命名。 样式及第一时间装载js脚本 与此类似,用户样式需命名为 &quot;[根域名].css&quot;,譬如baidu.com.css 或tieba.baidu.com.css。 样式文件需放到sitecss目录下。 sitecss目录下&quot;[根域名].js&quot;文件会在第一时间装载。 长按窗口按钮,勾选“使用网址用户样式”。 如果文件“default.css”存在,访问网址时如果没有与域名匹配的css文件,则使用此默认样式文件。 default.css可作为夜间模式来使用,此时default.css为夜间模式css,而黑色主题类网址对应的域名为空文件。此种设定情况下仅白色主题网页会使用夜间模式css。 额外html及预处理 需命名为 &quot;[域名].html&quot;,譬如baidu.com.html。注意此处与sitejs, sitecss不同,不再是&quot;[根域名]&quot;。 文件需放到siteextra目录下。 长按窗口按钮,勾选“网址附加内容”。 额外html可以以&quot;&lt;textarea&gt;&quot;或&quot;&lt;div&gt;&lt;textarea&gt;&quot;等结尾,此时超微算法自动判定用户欲对网址html源代码进行处理,并将网址html源码附加在用户html后面,从而成为textarea元素的内容,供用户进行预处理。
|
||||
文件&quot;sitejs/.js&quot;,&quot;sitecss/.css&quot;,&quot;sitecss/.js&quot;和&quot;siteextra/.html&quot;可作用于一切非http url(本地文件,浏览器界面等)。</description>
|
||||
</item>
|
||||
|
||||
<lastBuildDate>Fri, 24 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="/zh/tags/javascript/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>小书签</title>
|
||||
<link>/zh/bookmarklet/</link>
|
||||
|
@ -59,5 +48,15 @@ js文件格式如下:
|
|||
首行可以&quot;//&quot;开头,后面紧跟目标网页url,url中可包含&quot;%u&quot;等,打开网页时会用长按的链接替换。 首行非&quot;//&quot;开头者,整个脚本作用于当前网页,不再打开新网页。 第二行开始为javascript代码,代码中可用arguments来获取參数。其中arguments[1]为长按的链接; arguments[2]为长按链接的文字描述; arguments[0]为js文件名。 </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>特定网址用户脚本及样式</title>
|
||||
<link>/zh/sitejs/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/sitejs/</guid>
|
||||
<description>技巧等级:中级
|
||||
脚本 (第一时间装载js脚本见下面sitecss条目) 脚本需命名为 &quot;[根域名].js&quot;,譬如baidu.com.js 或tieba.baidu.com.js 。此脚本将自动作用于所有相同根域名的网址上。如有多个脚本满足条件,以最长文件名为准。 这些脚本需放到sitejs或/data/data/info.torapp.uweb/files/sitejs目录下,数量没有限制,上百万都不成问题。如果内部目录下sitejs存在,则sitejs不起任何作用。内部sitejs目录的存在同时也影响一切对安全敏感的资源(包括网站离线资源等)的配置,一旦内部sitejs目录存在,则这些资源必须位于内部目录才会生效。 长按窗口按钮,勾选“执行网址用户脚本”。 脚本执行对浏览器无性能影响,即使有百万脚本存在。 目前支持两段、三段及少数四段域名(最后两段不超过6字如com.cn的域名可取四段)。所以脚本请不要以很长的域名来命名。 样式及第一时间装载js脚本 与此类似,用户样式需命名为 &quot;[根域名].css&quot;,譬如baidu.com.css 或tieba.baidu.com.css。 样式文件需放到sitecss目录下。 sitecss目录下&quot;[根域名].js&quot;文件会在第一时间装载。 长按窗口按钮,勾选“使用网址用户样式”。 如果文件“default.css”存在,访问网址时如果没有与域名匹配的css文件,则使用此默认样式文件。 default.css可作为夜间模式来使用,此时default.css为夜间模式css,而黑色主题类网址对应的域名为空文件。此种设定情况下仅白色主题网页会使用夜间模式css。 额外html 需命名为 &quot;[域名].html&quot;,譬如baidu.com.html。注意此处与sitejs, sitecss不同,不再是&quot;[根域名]&quot;。 文件需放到siteextra目录下。 文件&quot;sitejs/.js&quot;,&quot;sitecss/.css&quot;,&quot;sitecss/.js&quot;和&quot;siteextra/.html&quot;可作用于一切非http url(本地文件,浏览器界面等)。</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
<li class="post">
|
||||
<a href="../../pcdown">
|
||||
<span>浏览器控制服务器下载资源</span>
|
||||
<span>浏览器一键控制台式机/服务器下载资源</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ pclip</description>
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<title>浏览器控制服务器下载资源</title>
|
||||
<title>浏览器一键控制台式机/服务器下载资源</title>
|
||||
<link>/zh/pcdown/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
|
|
|
@ -51,13 +51,13 @@
|
|||
|
||||
<li class="post">
|
||||
<a href="../../cmd">
|
||||
<span>一键执行预定义命令</span>
|
||||
<span>一键执行任意预定义命令(附手机PC剪贴板互通)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="../../pcdown">
|
||||
<span>浏览器控制服务器下载资源</span>
|
||||
<span>浏览器一键控制台式机/服务器下载资源</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ pclip</description>
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<title>一键执行预定义命令</title>
|
||||
<title>一键执行任意预定义命令(附手机PC剪贴板互通)</title>
|
||||
<link>/zh/cmd/</link>
|
||||
<pubDate>Sat, 20 Jan 2018 00:00:00 +0000</pubDate>
|
||||
|
||||
|
@ -70,7 +70,7 @@ mimetype用来表示命令的输出类型。除了标准的mimetype之外,超
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<title>浏览器控制服务器下载资源</title>
|
||||
<title>浏览器一键控制台式机/服务器下载资源</title>
|
||||
<link>/zh/pcdown/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
|
|
|
@ -63,13 +63,13 @@
|
|||
|
||||
<li class="post">
|
||||
<a href="../../filecap">
|
||||
<span>利用文件预处理预览/查看/播放可下载资源</span>
|
||||
<span>利用文件预处理预览/查看/播放一切可下载资源</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="../../cmd">
|
||||
<span>一键执行预定义命令</span>
|
||||
<span>一键执行任意预定义命令(附手机PC剪贴板互通)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -81,7 +81,7 @@
|
|||
|
||||
<li class="post">
|
||||
<a href="../../pcdown">
|
||||
<span>浏览器控制服务器下载资源</span>
|
||||
<span>浏览器一键控制台式机/服务器下载资源</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -104,7 +104,7 @@ oed索引
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<title>利用文件预处理预览/查看/播放可下载资源</title>
|
||||
<title>利用文件预处理预览/查看/播放一切可下载资源</title>
|
||||
<link>/zh/filecap/</link>
|
||||
<pubDate>Mon, 24 Aug 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
|
@ -124,7 +124,7 @@ pdf:uweb:echo file:///data/data/info.torapp.uweb/files/app/pdf.js/web/viewer.htm
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<title>一键执行预定义命令</title>
|
||||
<title>一键执行任意预定义命令(附手机PC剪贴板互通)</title>
|
||||
<link>/zh/cmd/</link>
|
||||
<pubDate>Sat, 20 Jan 2018 00:00:00 +0000</pubDate>
|
||||
|
||||
|
@ -165,7 +165,7 @@ gnuplot -e 'set term svg;set output; plot x'
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<title>浏览器控制服务器下载资源</title>
|
||||
<title>浏览器一键控制台式机/服务器下载资源</title>
|
||||
<link>/zh/pcdown/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
<li class="post">
|
||||
<a href="../../pcdown">
|
||||
<span>浏览器控制服务器下载资源</span>
|
||||
<span>浏览器一键控制台式机/服务器下载资源</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<description>Recent content in 下载 on 超微浏览器</description>
|
||||
<generator>Hugo -- gohugo.io</generator><atom:link href="/zh/tags/%E4%B8%8B%E8%BD%BD/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>浏览器控制服务器下载资源</title>
|
||||
<title>浏览器一键控制台式机/服务器下载资源</title>
|
||||
<link>/zh/pcdown/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
<li class="post">
|
||||
<a href="../../cmd">
|
||||
<span>一键执行预定义命令</span>
|
||||
<span>一键执行任意预定义命令(附手机PC剪贴板互通)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ pclip</description>
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<title>一键执行预定义命令</title>
|
||||
<title>一键执行任意预定义命令(附手机PC剪贴板互通)</title>
|
||||
<link>/zh/cmd/</link>
|
||||
<pubDate>Sat, 20 Jan 2018 00:00:00 +0000</pubDate>
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
<li class="post">
|
||||
<a href="../../redirect">
|
||||
<span>重定向网址至国内镜像</span>
|
||||
<span>重定向国外网址至国内镜像(附编辑本地文件)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<generator>Hugo -- gohugo.io</generator>
|
||||
<lastBuildDate>Mon, 25 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="/zh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>重定向网址至国内镜像</title>
|
||||
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
||||
<link>/zh/redirect/</link>
|
||||
<pubDate>Mon, 25 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
<li class="post">
|
||||
<a href="../../redirect">
|
||||
<span>重定向网址至国内镜像</span>
|
||||
<span>重定向国外网址至国内镜像(附编辑本地文件)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<generator>Hugo -- gohugo.io</generator>
|
||||
<lastBuildDate>Mon, 25 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="/zh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>重定向网址至国内镜像</title>
|
||||
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
||||
<link>/zh/redirect/</link>
|
||||
<pubDate>Mon, 25 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
|
|
Loading…
Reference in a new issue