"<ahref="file:///data/data/info.torinfo.uweb/files/default.longclick">default.longclick</a>": to configure menus when long-pressing hypertext.<br>
"<ahref="file:///data/data/info.torinfo.uweb/files/default.acmd">default.acmd</a>":<ahref="../gnuplot/index.html">configure address bar functionalities</a><br>
"<ahref="file:///data/data/info.torinfo.uweb/files/default.hosts">default.hosts</a>":<ahref="../adblock_hosts/index.html">hosts not allowed to visit</a><br>
"<ahref="file:///data/data/info.torinfo.uweb/files/default.select">default.select</a>":<ahref="../pccopy/index.html">menus for selected text</a><br>
"<ahref="file:///data/data/info.torinfo.uweb/files/default.rc">default.rc</a>": check the option "custom file handling" to execute the shell script file during uweb launching. <ahref="../tools/index.html">tcron</a> provides extra cron tools.<br>
"<ahref="file:///data/data/info.torinfo.uweb/files/default.rc2">default.rc2</a>": check the option "custom file handling" to execute the shell script file when uweb returns to foreground.<br>
"<ahref="file:///data/data/info.torinfo.uweb/files/engine.search">engine.search</a>": to define quick search engines (pressing right arrow button to use next engine to search). The file format is similar to <ahref="../searchurl/search.html">home5.search</a> but using "%s" as search keywords.<br>
"<ahref="file:///data/data/info.torinfo.uweb/files/engine.search">engine.search</a>": to define quick search engines (pressing right arrow button to use next engine to search). The file format is similar to <ahref="../search/index.html">home5.search</a> but using "%s" as search keywords.<br>
"<ahref="file:///data/data/info.torinfo.uweb/files/default.siteconf">default.siteconf</a>": to save ua, js disabling, no-image mode, forbids 3rd-party resources (js and others), active scripts, global scripts for sites. Only save the difference to default ones.<br>
"<ahref="file:///data/data/info.torinfo.uweb/files/default.playrate">default.playrate</a>": fullscreen playing menu. The file format is same as <ahref="../links/index.html">default.link</a>. Playing ratio menu items should have empty link parts such as ".5x:", at least one such menu is required. All other menus must be put after playing ratio menus.<br>
"<ahref="file:///data/data/info.torinfo.uweb/files/default.autoc">default.autoc</a>": address bar autocomplete candidate strings.<br>
"query.autoc": home screen search autocomplete candidate strings.<br>
"<ahref="file:///data/data/info.torinfo.uweb/files/home5.html">home5.html</a>": user defined home screen. home6.html, home6.search, home7.html ... multiple home screen (pressing right arrow button to visit). ".html" files have priority over ".search" files. home4.html, home4.search, home3.html ... (long pressing left arrow button to access).<br>
<p>Each line of file "<ahref="file:///data/data/info.torinfo.uweb/files/default.longclick">default.longclick</a>" has the following format: (same as <ahref="../searchurl/cmds.html">default.cmds</a>)<br>
<p>Each line of file "<ahref="file:///data/data/info.torinfo.uweb/files/default.longclick">default.longclick</a>" has the following format: (same as <ahref="../cmds/index.html">default.cmds</a>)<br>
[Name]:[mimetype]:[command line]<br>
in which [command line] can have <ahref="../searchurl/cmds.html">"%c" (cookie), "%u" (current url), "%t" (title)</a> etc.</p>
in which [command line] can have <ahref="../cmds/index.html">"%c" (cookie), "%u" (current url), "%t" (title)</a> etc.</p>
<h4id="to-visit-url-and-load-javascript-file">To visit url and load javascript file</h4>
<p>All ".js" files under the folder "<ahref="file:///data/data/info.torinfo.uweb/files/longclick/">longclick</a>" are part of the popup menu.<br>
These javascript files are in the following format:</p>
<ul>
<li>The very first line can begin with "//" followed by website url that can have <ahref="../searchurl/cmds.html">"%u" (current url), "%t" (title)</a> etc. included. In this case, the website is visited, then the javascript file is loaded on the new loaded site.</li>
<li>The very first line can begin with "//" followed by website url that can have <ahref="../cmds/index.html">"%u" (current url), "%t" (title)</a> etc. included. In this case, the website is visited, then the javascript file is loaded on the new loaded site.</li>
<li>In the ".js" file, variable "arguments" can be used to get parameters. in which arguments[1] is the long-pressed link url, argument[2] is the text description and arguments[0] is the ".js" file name.</li>
@ -71,7 +71,7 @@ It formats as "[input mimetype]/[output mimetype]".<br>
<li>"" (empty): text</li>
<li>".js" file name under configuration folder. The js file is evaluated and its return value is passed to [command line] as standard input.</li>
</ul>
<p>[output mimetype] is same as the one defined in "<ahref="../searchurl/cmds.html">Commands</a>".</p>
<p>[output mimetype] is same as the one defined in "<ahref="../cmds/index.html">Commands</a>".</p>
<ul>
<li>regular mimetype such as "text/html": output as the mimetype</li>