mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
apply same folder home.css to search engines
This commit is contained in:
parent
36012141dd
commit
472a62a35b
6 changed files with 11 additions and 13 deletions
|
@ -49,7 +49,8 @@
|
|||
<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>955: Address bar: <a href="../acmd/index.html">":!" or "!"</a> for command line support (.js/.sh files as executables).<br>
|
||||
<p>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>
|
||||
949: Address bar: ":p [width in milliInch]x[height]" to generate PDF in custom size<br>
|
||||
946: Option "use offline cache" to support serverless local websites.</p>
|
||||
|
|
|
@ -69,12 +69,10 @@ uweb, termux &amp; history versions
|
|||
github
|
||||
pagure
|
||||
sourceforge
|
||||
Change logs 955: Address bar: &quot;:!&quot; or &quot;!&quot; for command line support (.js/.sh files as executables).
|
||||
Change logs 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;!&quot; to set focus on address bar
|
||||
949: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size
|
||||
946: Option &quot;use offline cache&quot; to support serverless local websites.
|
||||
945: commands to support evaluation of generated js code.
|
||||
943: Multiple home screens support .</description>
|
||||
949: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<script>function g(){
|
||||
let d=document;
|
||||
let f=d.forms[0];
|
||||
d.location.href="i:19"; setTimeout(function(){ document.location.href="i:0i/data/data/info.torapp.uweb/files/home.css:"+f.b.value+":https://fastly.jsdelivr.net/gh/torappinfo/uweb/searchurl/template/home.css";
|
||||
d.location.href="i:19"; setTimeout(function(){ document.location.href="i:0i/data/data/info.torapp.uweb/files/home.css:"+f.b.value+":https://fastly.jsdelivr.net/gh/torappinfo/uweb/zh/searchurl/template/home.css";
|
||||
},100);
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -17,12 +17,10 @@ uweb, termux &amp; history versions
|
|||
github
|
||||
pagure
|
||||
sourceforge
|
||||
Change logs 955: Address bar: &quot;:!&quot; or &quot;!&quot; for command line support (.js/.sh files as executables).
|
||||
Change logs 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;!&quot; to set focus on address bar
|
||||
949: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size
|
||||
946: Option &quot;use offline cache&quot; to support serverless local websites.
|
||||
945: commands to support evaluation of generated js code.
|
||||
943: Multiple home screens support .</description>
|
||||
949: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<script>function g(){
|
||||
let d=document;
|
||||
let f=d.forms[0];
|
||||
d.location.href="i:19"; setTimeout(function(){ document.location.href="i:0i/data/data/info.torapp.uweb/files/home.css:"+f.b.value+":https://fastly.jsdelivr.net/gh/torappinfo/uweb/searchurl/template/home.css";
|
||||
d.location.href="i:19"; setTimeout(function(){ document.location.href="i:0i/data/data/info.torapp.uweb/files/home.css:"+f.b.value+":https://fastly.jsdelivr.net/gh/torappinfo/uweb/zh/searchurl/template/home.css";
|
||||
},100);
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<style>
|
||||
a{color:inherit;text-decoration:inherit;}.O{display:none}
|
||||
.se+.se:before{content:' • '}
|
||||
.L{line-height:1;}.G{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;}input{height:40px;width:100%;border-radius:50px;}
|
||||
a.icon{display:inline-block;margin:0 10px 0 10px;text-align:center;}a.icon>img{width:40px;height:40px;font-size:28px;border-radius:20px;position:relative;}a.icon>img:after{content:attr(alt);font-size:28px;display:block;position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background-color:#fff;}a.icon>span{display:block;overflow:hidden;height:24px;line-height:24px;}
|
||||
|
||||
|
|
Loading…
Reference in a new issue