From 75867db071d33d6749d7c6270dab51a0524dd6dc Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Sat, 9 Apr 2022 09:29:15 +0800 Subject: [PATCH] rebuilding site Sat Apr 9 09:29:15 AM CST 2022 --- rjs/index.html | 47 ------ searchurl/rjs.html | 8 +- searchurl/rjs.html~ | 36 ++++ searchurl/search.html | 380 +++++++++++++++++++++--------------------- searchurl/urls.html | 112 +++++++------ 5 files changed, 287 insertions(+), 296 deletions(-) delete mode 100644 rjs/index.html create mode 100644 searchurl/rjs.html~ diff --git a/rjs/index.html b/rjs/index.html deleted file mode 100644 index c2687be..0000000 --- a/rjs/index.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - 运行javascript脚本 - - -
- - -
-
- -
-

运行javascript脚本 -
- -

- -

uweb浏览器支持运行本地及远程javascript脚本。
-大型脚本可安装到"/sdcard/uweb/bookmarklet"目录下:
-彩云小译

-

远程及小型脚本可安装到default.rjs文件中:
-点击安装站内搜索、背景图、新窗口打开链接、移除覆盖物等

-

远程脚本配置文件/sdcard/uweb/default.rjs示例如下:

-
彩云小译:'https://caiyunapp.com/dest/trs.js'
-移除覆盖物:'https://jamesfengcao.gitee.io/uweb/searchurl/bml/content/rmo.js'
-新窗口打开链接:'';{d=document,b=d.createElement('base');b.setAttribute('target','_blank');d.head.appendChild(b);}
-google translate:'https://translate.google.cn/translate_a/element.js?cb=googleTranslateElementInit';b=d.body;v=d.createElement('div');v.id='google_translate_element';v.style.display='none';b.insertBefore(v,b.firstChild);p=d.createElement('script');p.text="function googleTranslateElementInit(){new google.translate.TranslateElement({pageLanguage: 'auto',includedLanguages:'zh-CN,zh-TW,en'},'google_translate_element');}";p.type='text/javascript';b.appendChild(p)
-
-

default.rjs每行格式如下 (url部分支持js代码运算):
-[远程脚本名]:[返回js脚本url的javascript代码]

-

其中js脚本url可以为本地html5应用脚本地址。譬如'file:///sdcard/uweb/app[XXX]/....../[XXX].js'。
-清空后台重启浏览器,长按搜索按钮,则弹出远程脚本菜单。

- -
- - - diff --git a/searchurl/rjs.html b/searchurl/rjs.html index 38b5729..fc781a7 100644 --- a/searchurl/rjs.html +++ b/searchurl/rjs.html @@ -8,7 +8,7 @@ 极速网页

大型脚本可安装到"/sdcard/uweb/bookmarklet"目录下(长按js按钮):
-Eruda
+Eruda
彩云小译
Performance
移除覆盖物
@@ -18,9 +18,9 @@ 自动安装 (清空后台重启浏览器,长按搜索按钮,则弹出远程脚本菜 单):
-Selection to sentence:'';{let g='sentence';getSelection().modify('move','forward',g);getSelection().modify('extend','backward',g);}

-Selection to line:'';{let g='line';getSelection().modify('move','forward',g);getSelection().modify('extend','backward',g);}

-Selection to paragraph:'';{let g='paragraph';getSelection().modify('move','forward',g);getSelection().modify('extend','backward',g);}

+Selection to sentence:'';let g='sentence';getSelection().modify('move','forward',g);getSelection().modify('extend','backward',g);

+Selection to line:'';let g='line';getSelection().modify('move','forward',g);getSelection().modify('extend','backward',g);

+Selection to paragraph:'';let g='paragraph';getSelection().modify('move','forward',g);getSelection().modify('extend','backward',g);

显示数学公式:'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js'

md内容的html文件显示:'https://cdn.jsdelivr.net/npm/mdme'

md+tex内容的html文件:'https://cdn.jsdelivr.net/npm/texme'

diff --git a/searchurl/rjs.html~ b/searchurl/rjs.html~ new file mode 100644 index 0000000..c553cc4 --- /dev/null +++ b/searchurl/rjs.html~ @@ -0,0 +1,36 @@ + +运行javascript脚本 +

运行javascript脚本

+

特定网址用户脚本

+

全局脚本位于js子目录, 长按[☰]按钮配置。点击以下链 +接安装:
+记住密码
+极速网页

+ +

大型脚本可安装到"/sdcard/uweb/bookmarklet"目录下(长按js按钮):
+
+彩云小译
+Performance
+移除覆盖物
+

+ +

远程脚本配置文件default.rjs样列如下,点击以下链接 +自动安装 (清空后台重启浏览器,长按搜索按钮,则弹出远程脚本菜 +单):
+ +Selection to sentence:'';let g='sentence';getSelection().modify('move','forward',g);getSelection().modify('extend','backward',g);

+Selection to line:'';let g='line';getSelection().modify('move','forward',g);getSelection().modify('extend','backward',g);

+Selection to paragraph:'';let g='paragraph';getSelection().modify('move','forward',g);getSelection().modify('extend','backward',g);

+显示数学公式:'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js'

+md内容的html文件显示:'https://cdn.jsdelivr.net/npm/mdme'

+md+tex内容的html文件:'https://cdn.jsdelivr.net/npm/texme'

+新窗口打开链接:'';b=d.createElement('base');b.setAttribute('target','_blank');d.head.appendChild(b)

+站内搜索:'';open('i:15site:' + location.hostname)

+编辑器拼写检查:'';let t=d.getElementsByTagName('textarea');let v=t[0].spellcheck;if(v==null)v=false;t[0].spellcheck=!v

+

+

远程及小型脚本可安装到default.rjs文件中(远程脚本对CSP网站无效):
点击安装google翻译、背景图等

+

远程脚本配置文件/sdcard/uweb/default.rjs每行格式如下 (url部分支持js代码运算):
[远程脚本名]:[返回url的javascript代码]

+

其中url可以为本地html5应用脚本地址。譬如'https://local/sdcard/uweb/app[XXX]/....../[XXX].js'。此时,js脚本也可使用.link文件方式调用。

+ + + diff --git a/searchurl/search.html b/searchurl/search.html index 991f429..131be1d 100644 --- a/searchurl/search.html +++ b/searchurl/search.html @@ -6,46 +6,46 @@ 推荐引擎(将下面文本添加到/sdcard/uweb/home5.search中):
-顺序:i:40%s_00
-影视:https://www.cupfox.com/search?key=
-努努影院:https://www.nunuyy.top/so/%s---.html
-4444影视:http://k.4444.li/search.php?searchword=
-nfmovies:https://www.nfmovies.com/search.php?searchword=
-电影狗:https://www.dianyinggou.com/so/
-pianku:https://www.pianku.la/search/%s-------------.html
-google镜像:https://go-xyz.xyz/search?q=
-apkdl:https://apkdl.in/app/search?q=
-apkbog:https://www.apkbog.com/en/apks/search/
-知乎:https://www.zhihu.com/search?type=content&q=
-bilibili:https://m.bilibili.com/search?keyword=
-抖音:https://www.douyin.com/search/%s?source=normal_search
-高德地图:https://ditu.amap.com/search?query=
-京东:https://search.jd.com/Search?enc=utf-8&keyword=
-淘宝:https://taobao.com/search?q=
-苏宁:https://m.suning.com/search/%s/
-拼多多:http://mobile.yangkeduo.com/search_result.html?search_key=
-优惠券:http://mall.yhm11.com/index.php?r=l&kw=
-百度图片:http://image.baidu.com/search/index?tn=baiduimage&word=
-bing图片:http://bing.com/images/search?q=
-搜狗表情:https://pic.sogou.com/pic/emo/searchList.jsp?keyword=
-微信:https://weixin.sogou.com/weixin?type=2&s_from=input&query=
-大百科全书:http://h.bkzx.cn/search?sublibId=2&query=
-wolfram:https://www.wolframalpha.com/input/?i=
-维基:POST:kw=%s:https://www.wanweibaike.com/search
-wiki:POST:kw=%s:https://en.wanweibaike.com/search
-volupedia:https://en.volupedia.org/wiki/Special:Search?search=
-wiki:https://en.wikipedia.org/wiki/Special:Search?search=
-答案答案:https://daandaan.com/search?q=
-问答库:https://m.asklib.com/s/
-ACG:http://www.acgsou.com/?bound=content&local=1&keyword=
-动漫花园:https://share.dmhy.org/topics/list?keyword=
-末日动漫:https://share.acgnx.se/search.php?keyword=
-慢慢买:http://s.manmanbuy.com/default.aspx?key=
-快搜比价:https://ks.pconline.com.cn/product.shtml?q=
-比一比价:http://www.b1bj.com/s.aspx?key=
-盒子比价:http://www.boxz.com/search/
-buzz:https://search.buzz.im/?search=
-toplinks:https://www.toplinks.cc/s/?keyword=
+

顺序:i:40%s_00

+

影视:https://www.cupfox.com/search?key=

+

努努影院:https://www.nunuyy.top/so/%s---.html

+

4444影视:http://k.4444.li/search.php?searchword=

+

nfmovies:https://www.nfmovies.com/search.php?searchword=

+

电影狗:https://www.dianyinggou.com/so/

+

pianku:https://www.pianku.la/search/%s-------------.html

+

google镜像:https://go-xyz.xyz/search?q=

+

apkdl:https://apkdl.in/app/search?q=

+

apkbog:https://www.apkbog.com/en/apks/search/

+

知乎:https://www.zhihu.com/search?type=content&q=

+

bilibili:https://m.bilibili.com/search?keyword=

+

抖音:https://www.douyin.com/search/%s?source=normal_search

+

高德地图:https://ditu.amap.com/search?query=

+

京东:https://search.jd.com/Search?enc=utf-8&keyword=

+

淘宝:https://taobao.com/search?q=

+

苏宁:https://m.suning.com/search/%s/

+

拼多多:http://mobile.yangkeduo.com/search_result.html?search_key=

+

优惠券:http://mall.yhm11.com/index.php?r=l&kw=

+

百度图片:http://image.baidu.com/search/index?tn=baiduimage&word=

+

bing图片:http://bing.com/images/search?q=

+

搜狗表情:https://pic.sogou.com/pic/emo/searchList.jsp?keyword=

+

微信:https://weixin.sogou.com/weixin?type=2&s_from=input&query=

+

大百科全书:http://h.bkzx.cn/search?sublibId=2&query=

+

wolfram:https://www.wolframalpha.com/input/?i=

+

维基:POST:kw=%s:https://www.wanweibaike.com/search

+

wiki:POST:kw=%s:https://en.wanweibaike.com/search

+

volupedia:https://en.volupedia.org/wiki/Special:Search?search=

+

wiki:https://en.wikipedia.org/wiki/Special:Search?search=

+

答案答案:https://daandaan.com/search?q=

+

问答库:https://m.asklib.com/s/

+

ACG:http://www.acgsou.com/?bound=content&local=1&keyword=

+

动漫花园:https://share.dmhy.org/topics/list?keyword=

+

末日动漫:https://share.acgnx.se/search.php?keyword=

+

慢慢买:http://s.manmanbuy.com/default.aspx?key=

+

快搜比价:https://ks.pconline.com.cn/product.shtml?q=

+

比一比价:http://www.b1bj.com/s.aspx?key=

+

盒子比价:http://www.boxz.com/search/

+

buzz:https://search.buzz.im/?search=

+

toplinks:https://www.toplinks.cc/s/?keyword=

注:顺序搜索需文件default.engine,格式与home5.search相同,但其中url关键词部分必须用“%s”标识。用此引擎搜索的网页按前进键自动用下一引擎搜索。

@@ -58,172 +58,172 @@

常用引擎,供用户查漏添加:
-google:https://google.com/search?q=
-必应:http://cn.bing.com/search?q=
-必应4:http://www4.bing.com/search?q=
-百度:https://m.baidu.com/s?wd=
-paulgo:https://paulgo.io/search?q=
-whoogle:https://whogles.herokuapp.com/search?q=
-you:https://you.com/search?q=
-神马:http://m.sm.cn/s?q=
-夸克AI:https://quark.sm.cn/s?q=
-无追:https://www.wuzhuiso.com/s?q=
-360:http://www.so.com/s?q=
-搜狗:https://m.sogou.com/web?query=
-ecosia:https://www.ecosia.org/search?q=
-萌搜:https://mengso.com/search?q=
-头条:https://m.toutiao.com/search/?keyword=
-magi:https://magi.com/search?q=
-Lookao:https://lookao.com/search?q=
-answers:https://www.answers.com/search?q=
-微博:https://s.weibo.com/weibo/
-疯狂音乐:http://music.myepoch.cn/?type=ximalaya&name=
-墨灵音乐:https://music.mli.im/music.web?auto-action=true&action=search&wd=
-apkdl:https://apkdl.net/search?q=
-apkpure:https://apkpure.com/search?t=app&q=
-豌豆荚:http://m.wandoujia.com/search?key=
-360手机助手:http://m.app.so.com/search/index?q=
-应用宝:http://app.qq.com/#id=search&key=
-xda:https://www.xda-developers.com/search/
-boardreader:https://boardreader.com/s/%s.html
-Feeling lucky:https://google.com/search?btnl=1&q=
-pix:https://www.google.com/search?tbm=isch&q=
-youtube:https://youtube.com/results?search_query=
-news:https://news.search.yahoo.com/search/news?p=
-stock:https://finance.yahoo.com/quote/
-amazon:https://www.amazon.com/s/?field-keywords=
-weather:https://www.wunderground.com/cgi-bin/findweather/getForecast?query=
-IMDB:https://www.imdb.com/find?q=
-film review:https://www.rottentomatoes.com/search/?search=
-goodreads:https://www.goodreads.com/search?query=
-audible:http://www.audible.com/search?sort=review-rank&advsearchKeywords=
-audiobay:http://audiobookbay.me/?s=
-book_google:https://whogles.herokuapp.com/search?q=%22parent+directory%22+pdf+OR+epub+OR+DjVU+OR+xps+%22%s%22+-html+-htm+-shtml+-phtml+-php+-buy+-aspx+-jsp+-asp+-cgi+-pdf+-ftp+-unknownsecret&num=100&filter=0
-book:https://booksc.org/s/?q=
-book2:https://b-ok.cc/s/?q=
+

google:https://google.com/search?q=

+

必应:http://cn.bing.com/search?q=

+

必应4:http://www4.bing.com/search?q=

+

百度:https://m.baidu.com/s?wd=

+

paulgo:https://paulgo.io/search?q=

+

whoogle:https://whogles.herokuapp.com/search?q=

+

you:https://you.com/search?q=

+

神马:http://m.sm.cn/s?q=

+

夸克AI:https://quark.sm.cn/s?q=

+

无追:https://www.wuzhuiso.com/s?q=

+

360:http://www.so.com/s?q=

+

搜狗:https://m.sogou.com/web?query=

+

ecosia:https://www.ecosia.org/search?q=

+

萌搜:https://mengso.com/search?q=

+

头条:https://m.toutiao.com/search/?keyword=

+

magi:https://magi.com/search?q=

+

Lookao:https://lookao.com/search?q=

+

answers:https://www.answers.com/search?q=

+

微博:https://s.weibo.com/weibo/

+

疯狂音乐:http://music.myepoch.cn/?type=ximalaya&name=

+

墨灵音乐:https://music.mli.im/music.web?auto-action=true&action=search&wd=

+

apkdl:https://apkdl.net/search?q=

+

apkpure:https://apkpure.com/search?t=app&q=

+

豌豆荚:http://m.wandoujia.com/search?key=

+

360手机助手:http://m.app.so.com/search/index?q=

+

应用宝:http://app.qq.com/#id=search&key=

+

xda:https://www.xda-developers.com/search/

+

boardreader:https://boardreader.com/s/%s.html

+

Feeling lucky:https://google.com/search?btnl=1&q=

+

pix:https://www.google.com/search?tbm=isch&q=

+

youtube:https://youtube.com/results?search_query=

+

news:https://news.search.yahoo.com/search/news?p=

+

stock:https://finance.yahoo.com/quote/

+

amazon:https://www.amazon.com/s/?field-keywords=

+

weather:https://www.wunderground.com/cgi-bin/findweather/getForecast?query=

+

IMDB:https://www.imdb.com/find?q=

+

film review:https://www.rottentomatoes.com/search/?search=

+

goodreads:https://www.goodreads.com/search?query=

+

audible:http://www.audible.com/search?sort=review-rank&advsearchKeywords=

+

audiobay:http://audiobookbay.me/?s=

+

book_google:https://whogles.herokuapp.com/search?q=%22parent+directory%22+pdf+OR+epub+OR+DjVU+OR+xps+%22%s%22+-html+-htm+-shtml+-phtml+-php+-buy+-aspx+-jsp+-asp+-cgi+-pdf+-ftp+-unknownsecret&num=100&filter=0

+

book:https://booksc.org/s/?q=

+

book2:https://b-ok.cc/s/?q=

语言学习:
-OED:https://www.oed.com/LIBRARY?dest=https%3A%2F%2Fwww.oed.com%2Fsearch%3FsearchType%3Ddictionary%26q%3D%s%26_searchBtn%3DSearch&acc_id=65585&library_card=12363257
-webster1913:https://www.websters1913.com/words/
-powerthesaurus:https://www.powerthesaurus.org/%s/synonyms
-macmillanthesaurus:https://www.macmillanthesaurus.com/search/?auto=complete&q=
-柯林斯双解:http://www.iciba.com/
-柯林斯汉英大词典:https://www.hjdict.com/w/
-剑桥双解:https://dictionary.cambridge.org/dictionary/english-chinese-simplified/
-lword:https://lword.top/word.html#
-ludwig:https://ludwig.guru/s/
-webster:https://www.merriam-webster.com/dictionary/
-googledict:http://googledictionary.freecollocation.com/meaning?word=
-牛津搭配:http://www.freecollocation.com/search?word=
-eudic:http://dict.eudic.net/mdicts/en/
-现代日汉双解:https://dict.hjenglish.com/jp/jc/
-訓詁:POST:word=%s:http://www.kaom.net/book_xungu8.php
-ctext:https://ctext.org/dictionary.pl?char=
-漢後:https://ctext.org/post-han?searchu=
-先秦兩漢:https://ctext.org/pre-qin-and-han?searchu=
-汉字:http://www.guoxuedashi.net/zidian/so.php?kz=1&sokeyzi=
-说文解字:http://www.shuowen.net/so.php?s=
-登樓古籍:POST:text=%s:https://denglou.pgdict.com
-漢語大字典:POST:search_type=term&keyword=%s:https://homeinmists.ilotus.org/hd/hydzd2.php
-漢語大字典页码:https://homeinmists.ilotus.org/hd/hydzd3.php?st=term&kw=
-漢語大词典:POST:search_type=term&keyword=%s:https://homeinmists.ilotus.org/hd/hydcd2.php
-漢語大词典全文:POST:search_type=description&keyword=%s:https://homeinmists.ilotus.org/hd/hydcd2.php
-guoxuemi:http://www.guoxuemi.com/search/?keyword=
-二十四史:http://www.guoxuemi.com/24shi/?keyword=
-四库全书:http://www.guoxuemi.com/search/skqs.php?keyword=
-古今图书集成:http://www.guoxuemi.com/gjtsjc/?keyword=
-汉典:https://www.zdic.net/hans/
-萌典:https://www.moedict.tw/
-異體字:http://jf.xmu.edu.cn/variants/cc.html?q=
-诗词:http://www.guoxuedashi.net/shici/so.php?kt=44&sokeysc=
+

OED:https://www.oed.com/LIBRARY?dest=https%3A%2F%2Fwww.oed.com%2Fsearch%3FsearchType%3Ddictionary%26q%3D%s%26_searchBtn%3DSearch&acc_id=65585&library_card=12363257

+

webster1913:https://www.websters1913.com/words/

+

powerthesaurus:https://www.powerthesaurus.org/%s/synonyms

+

macmillanthesaurus:https://www.macmillanthesaurus.com/search/?auto=complete&q=

+

柯林斯双解:http://www.iciba.com/

+

柯林斯汉英大词典:https://www.hjdict.com/w/

+

剑桥双解:https://dictionary.cambridge.org/dictionary/english-chinese-simplified/

+

lword:https://lword.top/word.html#

+

ludwig:https://ludwig.guru/s/

+

webster:https://www.merriam-webster.com/dictionary/

+

googledict:http://googledictionary.freecollocation.com/meaning?word=

+

牛津搭配:http://www.freecollocation.com/search?word=

+

eudic:http://dict.eudic.net/mdicts/en/

+

现代日汉双解:https://dict.hjenglish.com/jp/jc/

+

訓詁:POST:word=%s:http://www.kaom.net/book_xungu8.php

+

ctext:https://ctext.org/dictionary.pl?char=

+

漢後:https://ctext.org/post-han?searchu=

+

先秦兩漢:https://ctext.org/pre-qin-and-han?searchu=

+

汉字:http://www.guoxuedashi.net/zidian/so.php?kz=1&sokeyzi=

+

说文解字:http://www.shuowen.net/so.php?s=

+

登樓古籍:POST:text=%s:https://denglou.pgdict.com

+

漢語大字典:POST:search_type=term&keyword=%s:https://homeinmists.ilotus.org/hd/hydzd2.php

+

漢語大字典页码:https://homeinmists.ilotus.org/hd/hydzd3.php?st=term&kw=

+

漢語大词典:POST:search_type=term&keyword=%s:https://homeinmists.ilotus.org/hd/hydcd2.php

+

漢語大词典全文:POST:search_type=description&keyword=%s:https://homeinmists.ilotus.org/hd/hydcd2.php

+

guoxuemi:http://www.guoxuemi.com/search/?keyword=

+

二十四史:http://www.guoxuemi.com/24shi/?keyword=

+

四库全书:http://www.guoxuemi.com/search/skqs.php?keyword=

+

古今图书集成:http://www.guoxuemi.com/gjtsjc/?keyword=

+

汉典:https://www.zdic.net/hans/

+

萌典:https://www.moedict.tw/

+

異體字:http://jf.xmu.edu.cn/variants/cc.html?q=

+

诗词:http://www.guoxuedashi.net/shici/so.php?kt=44&sokeysc=

科技教材:
-化学品:http://www.basechem.org/search?q=
-britannica:https://www.britannica.com/search?query=
-mathRef:https://reference.wolfram.com/search/?q=
-mathSE:https://math.stackexchange.com/search?q=
-phySE:https://physics.stackexchange.com/search?q=
-physicsForum:https://www.physicsforums.com/search/2195918/?q=
-chemSE:https://chemistry.stackexchange.com/search?q=
-chem:https://www.ncbi.nlm.nih.gov/pccompound?term=
-proofwiki:https://proofwiki.org/w/index.php?search=
-physics:http://www.physics.org/explore-results-all.asp?q=
-biology:https://www.biologyonline.com/dictionary/
-nist chem:https://webbook.nist.gov/cgi/cbook.cgi?Formula=
-chemiday:https://chemiday.com/search/?lang=en&q=
-chem.libretexts:https://chem.libretexts.org/Special:Search?q=
-bio.libretexts:https://bio.libretexts.org/Special:Search?q=
-phys.libretexts:https://phys.libretexts.org/Special:Search?q=
-med.libretexts:https://med.libretexts.org/Special:Search?q=
-math.libretexts:https://math.libretexts.org/Special:Search?q=
-stats.libretexts:https://stats.libretexts.org/Special:Search?q=
-geo.libretexts:https://geo.libretexts.org/Special:Search?q=
-eng.libretexts:https://eng.libretexts.org/Special:Search?q=
-biz.libretexts:https://biz.libretexts.org/Special:Search?q=
-human.libretexts:https://human.libretexts.org/Special:Search?q=
-socialsci.libretexts:https://socialsci.libretexts.org/Special:Search?q=
-workforce.libretexts:https://workforce.libretexts.org/Special:Search?q=
+

化学品:http://www.basechem.org/search?q=

+

britannica:https://www.britannica.com/search?query=

+

mathRef:https://reference.wolfram.com/search/?q=

+

mathSE:https://math.stackexchange.com/search?q=

+

phySE:https://physics.stackexchange.com/search?q=

+

physicsForum:https://www.physicsforums.com/search/2195918/?q=

+

chemSE:https://chemistry.stackexchange.com/search?q=

+

chem:https://www.ncbi.nlm.nih.gov/pccompound?term=

+

proofwiki:https://proofwiki.org/w/index.php?search=

+

physics:http://www.physics.org/explore-results-all.asp?q=

+

biology:https://www.biologyonline.com/dictionary/

+

nist chem:https://webbook.nist.gov/cgi/cbook.cgi?Formula=

+

chemiday:https://chemiday.com/search/?lang=en&q=

+

chem.libretexts:https://chem.libretexts.org/Special:Search?q=

+

bio.libretexts:https://bio.libretexts.org/Special:Search?q=

+

phys.libretexts:https://phys.libretexts.org/Special:Search?q=

+

med.libretexts:https://med.libretexts.org/Special:Search?q=

+

math.libretexts:https://math.libretexts.org/Special:Search?q=

+

stats.libretexts:https://stats.libretexts.org/Special:Search?q=

+

geo.libretexts:https://geo.libretexts.org/Special:Search?q=

+

eng.libretexts:https://eng.libretexts.org/Special:Search?q=

+

biz.libretexts:https://biz.libretexts.org/Special:Search?q=

+

human.libretexts:https://human.libretexts.org/Special:Search?q=

+

socialsci.libretexts:https://socialsci.libretexts.org/Special:Search?q=

+

workforce.libretexts:https://workforce.libretexts.org/Special:Search?q=

直达官方文档的国外引擎:
-oscobo:https://www.oscobo.com/search.php?q=
-metager:https://metager.org/meta/meta.ger3?eingabe=
-teoma:https://www.teoma.com/web?q=
-lycos:https://search.lycos.com/web/?q=
-technorati:http://technorati.com/search/index.php?q=
-qwant:https://lite.qwant.com/?q=
-swisscows:https://swisscows.com/web?query=
-duck:https://duckduckgo.com/?q=
-mojeek:https://www.mojeek.com/search?q=
-gigablast:https://www.gigablast.com/search?c=main&qlangcountry=en-us&q=
-yandex:https://yandex.com/search/?text=
-yandex image:https://yandex.com/images/search?text=
-searx:https://searx.be/?q=
-tiekoetter:https://searx.tiekoetter.com/search?q=
-lukol:https://www.lukol.com/s.php?q=
-hotbot:https://www.hotbot.com/web?q=
+

oscobo:https://www.oscobo.com/search.php?q=

+

metager:https://metager.org/meta/meta.ger3?eingabe=

+

teoma:https://www.teoma.com/web?q=

+

lycos:https://search.lycos.com/web/?q=

+

technorati:http://technorati.com/search/index.php?q=

+

qwant:https://lite.qwant.com/?q=

+

swisscows:https://swisscows.com/web?query=

+

duck:https://duckduckgo.com/?q=

+

mojeek:https://www.mojeek.com/search?q=

+

gigablast:https://www.gigablast.com/search?c=main&qlangcountry=en-us&q=

+

yandex:https://yandex.com/search/?text=

+

yandex image:https://yandex.com/images/search?text=

+

searx:https://searx.be/?q=

+

tiekoetter:https://searx.tiekoetter.com/search?q=

+

lukol:https://www.lukol.com/s.php?q=

+

hotbot:https://www.hotbot.com/web?q=

网盘搜索:
-哎哟喂:http://www.aiyoweia.com/search/
-飞飞盘:https://www.feifeipan.com/#/main/search?keyword=
-56盘:https://www.56wangpan.com/search/kw
+

哎哟喂:http://www.aiyoweia.com/search/

+

飞飞盘:https://www.feifeipan.com/#/main/search?keyword=

+

56盘:https://www.56wangpan.com/search/kw

学术搜索:
-sweetsearch:https://sweetsearch.com/search?q=
-refseek:https://www.refseek.com/search?q=
-google scholar:https://scholar.google.com/scholar?q=
-semanticscholar:https://www.semanticscholar.org/search?sort=relevance&q=
-base:https://www.base-search.net/Search/Results?lookfor=
+

sweetsearch:https://sweetsearch.com/search?q=

+

refseek:https://www.refseek.com/search?q=

+

google scholar:https://scholar.google.com/scholar?q=

+

semanticscholar:https://www.semanticscholar.org/search?sort=relevance&q=

+

base:https://www.base-search.net/Search/Results?lookfor=

开发者友好搜索:
-git:https://github.com/search?type=Repositories&q=
-man:http://man.cx/
-code:http://searchcode.com/?q=
-symbolhound:http://symbolhound.com/?q=
-vector:https://vector.me/search/
-jsdelivr:http://www.jsdelivr.com/?query=
-goobe:https://goobe.io/search.aspx?k=
+

git:https://github.com/search?type=Repositories&q=

+

man:http://man.cx/

+

code:http://searchcode.com/?q=

+

symbolhound:http://symbolhound.com/?q=

+

vector:https://vector.me/search/

+

jsdelivr:http://www.jsdelivr.com/?query=

+

goobe:https://goobe.io/search.aspx?k=

应用内搜索:
-淘宝:taobao://s.m.taobao.com/h5?q=
-百度地图:bdapp://map/place/search?query=
-有道词典:yddict://dict/query?q=
-知乎:zhihu://search?q=
-应用商店:market://search?q=
-微博:sinaweibo://searchall?q=
-bilibili:bilibili://search?keyword=
-dianping:dianping://shoplist/search?keyword=
-bmap:bmap://?action=search&keyword=
-meituan:imeituan://www.meituan.com/search?q=
-拼多多:pinduoduo://com.xunmeng.pinduoduo/search_result.html?search_key=
-小红书:xhsdiscover://search/result?keyword=
-抖音:snssdk1128://search/result?keyword=
-eudic:eudic://dict/
-高德地图:androidamap://arroundpoi?sourceApplication=softname&dev=0&keywords=
+

淘宝:taobao://s.m.taobao.com/h5?q=

+

百度地图:bdapp://map/place/search?query=

+

有道词典:yddict://dict/query?q=

+

知乎:zhihu://search?q=

+

应用商店:market://search?q=

+

微博:sinaweibo://searchall?q=

+

bilibili:bilibili://search?keyword=

+

dianping:dianping://shoplist/search?keyword=

+

bmap:bmap://?action=search&keyword=

+

meituan:imeituan://www.meituan.com/search?q=

+

拼多多:pinduoduo://com.xunmeng.pinduoduo/search_result.html?search_key=

+

小红书:xhsdiscover://search/result?keyword=

+

抖音:snssdk1128://search/result?keyword=

+

eudic:eudic://dict/

+

高德地图:androidamap://arroundpoi?sourceApplication=softname&dev=0&keywords=

本地引擎(需安装定制termux及相应工具如bc,gnuplot等):
-计算器:d:text/html:echo \'%s\'|bc -l -q:
-函数作图:d:image/svg+xml:gnuplot -e \'set term svg;set output; plot %s\':
-3d函数作图:d:image/svg+xml:gnuplot -e \'set term svg;set output; splot %s\':
+

计算器:d:text/html:echo \'%s\'|bc -l -q:

+

函数作图:d:image/svg+xml:gnuplot -e \'set term svg;set output; plot %s\':

+

3d函数作图:d:image/svg+xml:gnuplot -e \'set term svg;set output; splot %s\':

分类搜索

更多引擎可参看:
网盘搜索
BT磁力
词典
有哪些特殊的搜索引擎
google镜像 镜像2

diff --git a/searchurl/urls.html b/searchurl/urls.html index a635c64..de21593 100644 --- a/searchurl/urls.html +++ b/searchurl/urls.html @@ -5,65 +5,67 @@ 超微浏览器下点击配置链接可自动添加特色服务,强制清空后台重启后长按图像按钮可用。

配置文件"/sdcard/uweb/default.urls"如下:
-重定向:e:
-书签:i:51
-笔记:i:52
-保存地址栏提示:i:53
-保存为搜索引擎:i:54
-添加至链接:i:55
-保存到桌面:i:58
-媒体扫描单文件::001
-tgurl:https://tx.me/share/url?url=
-tgdownload:https://tx.me/share/url?url=/download
-兼容模式:i:5d
-购物党:https://gwdang.com/trend?url=
-历史价格:http://www.hisprice.cn/his.php?hisurl=
-历史价格2:http://p.zwjhl.com/price.aspx?url=
-慢慢买:http://tool.manmanbuy.com/historyLowest.aspx?url=
-过客比价:http://www.tool168.cn/?m=history&a=view&k=
-历史价格3:http://www.xitie.com/s.php?no=
-买买买:https://just998.com/price?url=
-网页快照:https://his.sh/
-微软翻译:http://www.translatetheweb.com/?to=zh-Hans&a=
-有道翻译:http://webtrans.yodao.com/webTransPc/index.html/?from=auto&to=zh-CHS&type=1&url=
-搜狗翻译:http://translate.sogoucdn.com/pcvtsnapshot?to=zh-CHS&tfr=translatepc&url=
-google翻译:https://translate.google.com/translate?sl=auto&tl=zh&u=
-网址工具:https://wn.run/
-查看源码:view-source:
-outline:https://www.outline.com/
-printfriendly:https://www.printfriendly.com/print/?url=
-htmlview:https://htmlview.glitch.me/?
-htmlpreview:https://htmlpreview.github.io/?
-archive:https://web.archive.org/web/*/
-google识图:https://www.google.com/searchbyimage?image_url=
-tinyeye:https://tineye.com/search?url=
-Yandex图片:https://yandex.com/images/search?text=
-Yandex识图:https://yandex.com/images/search?family=yes&rpt=imageview&url=
-ascii2d:https://ascii2d.net/search/url/
-trace.moe:https://trace.moe/?url=
-saucenao:https://saucenao.com/search.php?url=
-搜狗识图:https://pic.sogou.com/pics?query=
-360识图:https://image.so.com/i?q=
-Add to Feedly:https://feedly.com/i/subscription/feed/
-Video download:https://tbvd.herokuapp.com/redirect?url=
-Audio download:https://tbvd.herokuapp.com/video?audio=on&url=
-Site analyzer:https://www.similarweb.com/website/
-Site buildwith:https://builtwith.com/?
-instapaper:https://www.instapaper.com/text?u=
-google docs:http://docs.google.com/gview?embedded=true&url=
+

重定向/编辑:e:

+

书签:i:51

+

笔记:i:52

+

保存地址栏提示:i:53

+

保存为搜索引擎:i:54

+

添加至链接:i:55

+

保存到桌面:i:58

+

媒体扫描单文件::001

+

tgurl:https://tx.me/share/url?url=

+

tgdownload:https://tx.me/share/url?url=/download

+

兼容模式:i:5d

+

购物党:https://gwdang.com/trend?url=

+

历史价格:http://www.hisprice.cn/his.php?hisurl=

+

历史价格2:http://p.zwjhl.com/price.aspx?url=

+

慢慢买:http://tool.manmanbuy.com/historyLowest.aspx?url=

+

过客比价:http://www.tool168.cn/?m=history&a=view&k=

+

历史价格3:http://www.xitie.com/s.php?no=

+

买买买:https://just998.com/price?url=

+

网页快照:https://his.sh/

+

微软翻译:http://www.translatetheweb.com/?to=zh-Hans&a=

+

有道翻译:http://webtrans.yodao.com/webTransPc/index.html/?from=auto&to=zh-CHS&type=1&url=

+

搜狗翻译:http://translate.sogoucdn.com/pcvtsnapshot?to=zh-CHS&tfr=translatepc&url=

+

google翻译:https://translate.google.com/translate?sl=auto&tl=zh&u=

+

网址工具:https://wn.run/

+

查看源码:view-source:

+

outline:https://www.outline.com/

+

2pdf:https://www.web2pdfconvert.com#

+

printfriendly:https://www.printfriendly.com/print/?url=

+

htmlview:https://htmlview.glitch.me/?

+

htmlpreview:https://htmlpreview.github.io/?

+

webarchive:https://web.archive.org/web/*/

+

archive:https://archive.is/?run=1&url=

+

google识图:https://www.google.com/searchbyimage?image_url=

+

tinyeye:https://tineye.com/search?url=

+

Yandex图片:https://yandex.com/images/search?text=

+

Yandex识图:https://yandex.com/images/search?family=yes&rpt=imageview&url=

+

ascii2d:https://ascii2d.net/search/url/

+

trace.moe:https://trace.moe/?url=

+

saucenao:https://saucenao.com/search.php?url=

+

搜狗识图:https://pic.sogou.com/pics?query=

+

360识图:https://image.so.com/i?q=

+

Add to Feedly:https://feedly.com/i/subscription/feed/

+

Video download:https://tbvd.herokuapp.com/redirect?url=

+

Audio download:https://tbvd.herokuapp.com/video?audio=on&url=

+

Site analyzer:https://www.similarweb.com/website/

+

Site buildwith:https://builtwith.com/?

+

instapaper:https://www.instapaper.com/text?u=

+

google docs:http://docs.google.com/gview?embedded=true&url=

以下需安装相应的html5应用至匹配的目录:
-大文件:file:///sdcard/uweb/app/txtview.html?url=
-markdeep大文件:file:///sdcard/uweb/app/markdeep.html?url=
-plyr播放器:file:///sdcard/uweb/app/plyr.html?u=
-dplayer播放器:file:///sdcard/uweb/app/dplayer.html?u=
-pdf:file:///sdcard/uweb/app/pdfviewer.html?file=
-epub:file:///sdcard/uweb/app/epub.html?u=
-djvu:file:///sdcard/uweb/app/djvu.html?url=
+

大文件:file:///sdcard/uweb/app/txtview.html?url=

+

markdeep大文件:file:///sdcard/uweb/app/markdeep.html?url=

+

plyr播放器:file:///sdcard/uweb/app/plyr.html?u=

+

dplayer播放器:file:///sdcard/uweb/app/dplayer.html?u=

+

pdf:file:///sdcard/uweb/app/pdfviewer.html?file=

+

epub:file:///sdcard/uweb/app/epub.html?u=

+

djvu:file:///sdcard/uweb/app/djvu.html?url=

视频解析 (UA为PC时无广告):
-2020jx:https://api.2020jx.com/?url=
-iztyy:http://jx.iztyy.com/svip/?url=
+

2020jx:https://api.2020jx.com/?url=

+

iztyy:http://jx.iztyy.com/svip/?url=

其中"重定向"由文件default.redirect配置,对"file://"重定向将调用合适编辑器编辑文件。

更多视频服务见: