Go to file
James Feng Cao a2ad390c55 rebuilding site Fri Sep 2 10:55:54 PM CST 2022 2022-09-02 22:55:54 +08:00
en rebuilding site Sun Aug 28 05:12:28 PM CST 2022 2022-08-28 17:12:29 +08:00
res rebuilding site Sun Aug 28 05:12:28 PM CST 2022 2022-08-28 17:12:29 +08:00
termux rebuilding site Fri Aug 12 11:37:00 AM CST 2022 2022-08-12 11:37:01 +08:00
uwebzh rebuilding site Fri Nov 13 05:30:50 PM CST 2020 2020-11-13 17:30:50 +08:00
zh rebuilding site Thu Aug 25 10:40:28 AM CST 2022 2022-08-25 10:40:29 +08:00
.gitlab-ci.yml rebuilding site Sat Jul 30 08:43:49 AM CST 2022 2022-07-30 08:43:49 +08:00
LICENSE rebuilding site Thu Aug 11 07:14:34 PM CST 2022 2022-08-11 19:14:34 +08:00
README.md rebuilding site Sun Aug 28 05:12:28 PM CST 2022 2022-08-28 17:12:29 +08:00
README.zh.md rebuilding site Sun Aug 28 11:23:20 PM CST 2022 2022-08-28 23:23:20 +08:00
index.html rebuilding site Sun Aug 28 11:23:20 PM CST 2022 2022-08-28 23:23:20 +08:00
redirect.html rebuilding site Fri Sep 2 10:55:54 PM CST 2022 2022-09-02 22:55:54 +08:00
redirect.html~ rebuilding site Fri Sep 2 10:55:54 PM CST 2022 2022-09-02 22:55:54 +08:00
sitemap.xml rebuilding site Thu Aug 4 09:41:27 AM CST 2022 2022-08-04 09:41:27 +08:00

README.md

Uweb browser for android

中文

Uweb browser: updates, plugins and tips
(Mirrors: vercel netlify pages stormkit surge gitlab render )

  • 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 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)
  • 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.

Screenshots

Help with localization

We encourage everyone to help with localization. The following is how to do.

  • Fork this repository
  • Copy res/values/strings.xml to path like res/values-%(lang)/, replace %(lang) with the ISO 639-1 language code.
  • Translate app/src/main/res/values-%(lang)/strings.xml
  • Make a Pull Request