mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
readme change
This commit is contained in:
parent
cfd4961502
commit
7b4e088180
2 changed files with 16 additions and 7 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)
|
||||
|
|
11
index.html
11
index.html
|
@ -1 +1,10 @@
|
|||
<meta http-equiv="refresh" content="0; url=en/index.html">
|
||||
<!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>
|
||||
|
|
Loading…
Reference in a new issue