mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add smiles2structure bookmark
This commit is contained in:
parent
7b4e088180
commit
1a202f5bfc
3 changed files with 4 additions and 12 deletions
|
@ -29,7 +29,7 @@
|
||||||
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.).
|
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.).
|
||||||
|
|
||||||
- User-defined global and site-specific CSS and javascript.
|
- User-defined global and site-specific CSS and javascript.
|
||||||
- Bookmarklets (works with CSP sites and with option to auto apply to similar sites)
|
- Bookmarklets (works for CSP sites and with option to auto apply to similar sites)
|
||||||
- AD blocking (block whole root domain trees etc.)
|
- AD blocking (block whole root domain trees etc.)
|
||||||
- Customization (define extra menus/buttons/gestures with user-defined functionalities)
|
- 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.
|
- Support shell scripts, javascript for general processing, other languages (python etc.) are also supported by installing uweb compatible Termux versions.
|
||||||
|
|
|
@ -67,7 +67,8 @@
|
||||||
<p><a href="https://www.feynmanlectures.caltech.edu/">Feynman lectures</a></p>
|
<p><a href="https://www.feynmanlectures.caltech.edu/">Feynman lectures</a></p>
|
||||||
<h4 id="chemistry">Chemistry</h4>
|
<h4 id="chemistry">Chemistry</h4>
|
||||||
<p><a href="https://www.chemspider.com">chemspider</a><br>
|
<p><a href="https://www.chemspider.com">chemspider</a><br>
|
||||||
<a href="http://bl.ocks.org/chemplexity/raw/180e960a6d9e68adf28429dd16f05fa0/">molecule SMILES</a></p>
|
<a href="http://bl.ocks.org/chemplexity/raw/180e960a6d9e68adf28429dd16f05fa0/">molecule SMILES</a><br>
|
||||||
|
<a href="http://cdb.ics.uci.edu/cgibin/Smi2DepictWeb.py">SMILES2structure</a></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
11
index.html
11
index.html
|
@ -1,10 +1 @@
|
||||||
<!DOCTYPE html>
|
<meta http-equiv="refresh" content="0; url=en/index.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