mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
Compare commits
2 commits
8e7b56a157
...
7b4e088180
Author | SHA1 | Date | |
---|---|---|---|
|
7b4e088180 | ||
|
cfd4961502 |
4 changed files with 12 additions and 9 deletions
12
README.md
12
README.md
|
@ -18,24 +18,24 @@
|
|||
[render](https://uwebzh.onrender.com/en/)
|
||||
)
|
||||
|
||||
- Powerful: any native functionality with html5 enhancement and still secure; any urls to host a website; javascript and shell scripting for general processing; piping between console and GUI and more with Termux.
|
||||
- Customizable: user-defined menus, (new) buttons and gestures for user agents, bookmarklets, url services, shell commands, internal functionality links and text processing etc.
|
||||
- Convenient: Any book (pdf/djvu)/dictionary (mdict)/txt/command line/app/webapp (web extensions) can be search engine.
|
||||
- Tiny: less than 200k.
|
||||
- Fast: run fast, even with thousands of user provided css/scripts.
|
||||
- Efficient: less touches, one click to reach any number of search engines without repeated input.
|
||||
- Convenient: Any book (pdf/djvu)/dictionary (mdict)/txt/command line/app/webapp (web extensions) can be search engine.
|
||||
- Customizable: user-defined menus, (new) buttons and gestures for user agents, bookmarklets, url services, shell commands, internal functionality links and text processing etc.
|
||||
- Powerful: enabling html5 applications to work like native; javascript and shell scripting for general processing and more if enhanced by Termux.
|
||||
|
||||
#### Main features
|
||||
TTS, text reflow, resource sniffer, translation, reader's mode, user-defined url redirection, webdav/http backup & restore, auto next page, sending/receiving msg/file(s), site config (UA, no JS, no image, no 3rd party script/resource,active script, global scripts), http(s)/socks proxy, enabling html5 apps for local files (pdf/djvu/epub viewer, mdict dictionary lookup etc.).
|
||||
|
||||
- Resizable floating video support.
|
||||
- User-defined global and site-specific CSS and javascript.
|
||||
- Bookmarklets (with option to auto apply to similar sites)
|
||||
- Bookmarklets (works with CSP sites and with option to auto apply to similar sites)
|
||||
- AD blocking (block whole root domain trees etc.)
|
||||
- Customization (define extra menus/buttons/gestures with user-defined functionalities)
|
||||
- Support shell scripts, javascript for general processing, other languages (python etc.) are also supported by installing uweb compatible Termux versions.
|
||||
- Serverless local sites: PWA-kind web extension (chrome .crx & firefox .xpi) support.
|
||||
- pipe support: command line output to uweb tabs.
|
||||
- Piping between console and uweb tabs.
|
||||
- Resizable floating video support.
|
||||
|
||||
#### Screenshots
|
||||
![](https://i.postimg.cc/rsL9G5N1/home1.png)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="generator" content="Hugo 0.105.0">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
|
|
@ -162,10 +162,13 @@
|
|||
<p><a href="i:00medicinenet:https://www.medicinenet.com/%s/definition.htm">medicinenet:https://www.medicinenet.com/%s/definition.htm</a></p>
|
||||
<p>Cloud storage:</p>
|
||||
<p>Scholar:<br>
|
||||
<a href="i:00sweetsearch:https://sweetsearch.com/search?q=">sweetsearch:https://sweetsearch.com/search?q=</a></p>
|
||||
<a href="i:00base:https://www.base-search.net/Search/Results?lookfor=">base:https://www.base-search.net/Search/Results?lookfor=</a></p>
|
||||
<p><a href="i:00science.gov:POST:fullRecord=%s:https://www.science.gov/scigov/search.html">science.gov:POST:fullRecord=%s:https://www.science.gov/scigov/search.html</a></p>
|
||||
<p><a href="i:00sweetsearch:https://sweetsearch.com/search?q=">sweetsearch:https://sweetsearch.com/search?q=</a></p>
|
||||
<p><a href="i:00refseek:https://www.refseek.com/search?q=">refseek:https://www.refseek.com/search?q=</a></p>
|
||||
<p><a href="i:00google scholar:https://scholar.google.com/scholar?q=">google scholar:https://scholar.google.com/scholar?q=</a></p>
|
||||
<p><a href="i:00semanticscholar:https://www.semanticscholar.org/search?sort=relevance&q=">semanticscholar:https://www.semanticscholar.org/search?sort=relevance&q=</a></p>
|
||||
<p><a href="i:00xueshu:https://xueshu.baidu.com/s?wd=">xueshu:https://xueshu.baidu.com/s?wd=</a></p>
|
||||
<p>Developer:<br>
|
||||
<a href="i:00devdocs:https://devdocs.io/#q=">devdocs:https://devdocs.io/#q=</a></p>
|
||||
<p><a href="i:00grep.app:https://grep.app/search?q=">grep.app:https://grep.app/search?q=</a></p>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="generator" content="Hugo 0.105.0">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue