mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
enhance web.js for ':! '
This commit is contained in:
parent
d05e18ea53
commit
b96d51b85d
1 changed files with 15 additions and 6 deletions
|
@ -1,9 +1,18 @@
|
||||||
let ess = {};
|
let ess = {
|
||||||
ess["g"]=["https://google.com/search?q=",];
|
"a":["http://www.amazon.com/s?url=search-alias%3Daps&field-keywords=",],
|
||||||
ess["v"]=["https://www.youtube.com/results?search_query=",];
|
"ab":["http://audiobookbay.se/?s=",],
|
||||||
ess["b"]=["http://www.bing.com/search?q=",];
|
"b":["http://www.bing.com/search?q=",],
|
||||||
ess["w"]=["https://encyclopedia.thefreedictionary.com/",];
|
"bi":["http://bing.com/images/search?q=",],
|
||||||
ess["a"]=["http://www.amazon.com/s?url=search-alias%3Daps&field-keywords=",];
|
"bv":["https://www.bing.com/videos/search?q=",],
|
||||||
|
"g":["https://google.com/search?q=",],
|
||||||
|
"gi":["http://www.google.com/images?as_q=",],
|
||||||
|
"gf":["https://google.com/search?q=intitle:index.of+%22parent+directory%22+",],
|
||||||
|
"n":["https://neeva.com/search?q=",],
|
||||||
|
"sx":["https://searx.be/?q=",],
|
||||||
|
"w":["https://en.wikipedia.org/wiki/Special:Search?search=",],
|
||||||
|
"wf":["https://encyclopedia.thefreedictionary.com/",],
|
||||||
|
"yt":["https://www.youtube.com/results?search_query=",],
|
||||||
|
};
|
||||||
|
|
||||||
let url=arguments[1];
|
let url=arguments[1];
|
||||||
let iS1 = url.search(/ [^ ]/);
|
let iS1 = url.search(/ [^ ]/);
|
||||||
|
|
Loading…
Reference in a new issue