2022-07-29 00:13:45 +00:00
<!doctype html>
< html >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2022-10-31 07:44:05 +00:00
< link rel = "stylesheet" href = "../style.css" type = "text/css" / >
2022-07-29 00:13:45 +00:00
< title > Search engines< / title >
< script type = "text/javascript" >
function findLang(){
let href = location.href;
for(let i=href.length-1;i>0;i--){
if('/'==href.charAt(i) & & '/'==href.charAt(i-3))
return i;
}
return 0;
}
function nav2(page){
let i = findLang();
location.href = location.href.substring(0,i+1)+page;
}
function nav2Lang(lang){
let i = findLang();
let href = location.href;
location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
}
< / script >
< / head >
< body >
< header class = 'header' >
< a class = "logo" href = "javascript:void(0)" onclick = "return nav2('index.html')" > Home< / a > < a class = "logo" href = "javascript:void(0)" onclick = "return nav2('tags/index.html')" > Tags< / a >
2022-07-29 04:32:43 +00:00
< a class = "logo" href = "javascript:void(0)" onclick = "return nav2Lang('zh')" > 简体中文< / a >
2022-07-29 00:13:45 +00:00
< nav >
< / nav >
< / header >
< br / >
< div class = "container" >
< h1 class = "title" > Search engines
< br >
< span class = "subtitle" > < / span >
< / h1 >
< ul class = "tags" >
< / ul >
2023-03-21 05:34:59 +00:00
< p > Recommended engines (click or append any of the following to the file " home5.search" ): < / p >
2022-07-29 00:50:13 +00:00
< p > < a href = "i:00Engines:i:40%s_00" > Engines:i:40%s_00< / a > < / p >
< p > < a href = "i:00bing image:http://bing.com/images/search?q=" > bing image:http://bing.com/images/search?q=< / a > < / p >
2023-01-12 01:45:05 +00:00
< p > < a href = "i:00google image:http://www.google.com/images?as_q=" > google image:http://www.google.com/images?as_q=< / a > < / p >
< p > < a href = "i:00flickr:http://www.flickr.com/photos/tags/" > flickr:http://www.flickr.com/photos/tags/< / a > < / p >
2023-01-13 10:00:48 +00:00
< p > < a href = "i:00Yandex image:https://yandex.com/images/search?text=" > Yandex image:https://yandex.com/images/search?text=< / a > < / p >
2022-07-29 00:50:13 +00:00
< p > < a href = "i:00wiki:https://en.wikipedia.org/wiki/Special:Search?search=" > wiki:https://en.wikipedia.org/wiki/Special:Search?search=< / a > < / p >
2023-01-12 01:45:05 +00:00
< p > < a href = "i:00wikipedia:http://en.wikipedia.org/?search=" > wikipedia:http://en.wikipedia.org/?search=< / a > < / p >
< p > < a href = "i:00wikifull:http://en.wikipedia.org/wiki/Special:Search?fulltext=Search&search=" > wikifull:http://en.wikipedia.org/wiki/Special:Search?fulltext=Search& search=< / a > < / p >
2022-07-29 00:50:13 +00:00
< p > < a href = "i:00Youtube:https://www.youtube.com/results?search_query=" > Youtube:https://www.youtube.com/results?search_query=< / a > < / p >
2023-03-12 14:09:00 +00:00
< p > < a href = "i:00eBay:https://www.ebay.com/sch/i.html?_nkw=" > eBay:https://www.ebay.com/sch/i.html?_nkw=< / a > < / p >
< p > < a href = "i:00Quora:https://www.quora.com/search?q=" > Quora:https://www.quora.com/search?q=< / a > < / p >
< p > < a href = "i:00Pinterest:https://www.pinterest.com/search/pins/?q=" > Pinterest:https://www.pinterest.com/search/pins/?q=< / a > < / p >
< p > < a href = "i:00LinkedIn:https://www.linkedin.com/search/results/all/?keywords=" > LinkedIn:https://www.linkedin.com/search/results/all/?keywords=< / a > < / p >
< p > < a href = "i:00Netflix:https://www.netflix.com/search?q=" > Netflix:https://www.netflix.com/search?q=< / a > < / p >
< p > < a href = "i:00Spotify:https://open.spotify.com/search/" > Spotify:https://open.spotify.com/search/< / a > < / p >
< p > < a href = "i:00Medium:https://medium.com/search?q=" > Medium:https://medium.com/search?q=< / a > < / p >
< p > < a href = "i:00TripAdvisor:https://www.tripadvisor.com/Search?q=" > TripAdvisor:https://www.tripadvisor.com/Search?q=< / a > < / p >
2023-03-07 05:36:52 +00:00
< p > < a href = "i:00incaption:https://incaptions.com/" > incaption:https://incaptions.com/< / a > < / p >
2023-02-01 14:29:25 +00:00
< p > < a href = "i:00perplexity:https://www.perplexity.ai/?q=" > perplexity:https://www.perplexity.ai/?q=< / a > < / p >
2023-01-12 01:45:05 +00:00
< p > < a href = "i:00answer:http://mobile.answers.com/" > answer:http://mobile.answers.com/< / a > < / p >
< p > < a href = "i:00twitter:https://twitter.com/search?q=" > twitter:https://twitter.com/search?q=< / a > < / p >
2022-07-29 00:50:13 +00:00
< p > < a href = "i:00Facebook:https://www.facebook.com/search/str/%s/keywords_search" > Facebook:https://www.facebook.com/search/str/%s/keywords_search< / a > < / p >
< p > < a href = "i:00Instagram:https://www.instagram.com/explore/tags/%s/" > Instagram:https://www.instagram.com/explore/tags/%s/< / a > < / p >
2023-01-12 01:45:05 +00:00
< p > < a href = "i:00social-search:https://www.social-searcher.com/social-buzz/?q5=" > social-search:https://www.social-searcher.com/social-buzz/?q5=< / a > < / p >
< p > < a href = "i:00reddit:http://reddit.com/search?q=" > reddit:http://reddit.com/search?q=< / a > < / p >
2022-07-29 00:50:13 +00:00
< p > < a href = "i:00boardreader:https://boardreader.com/s/%s.html" > boardreader:https://boardreader.com/s/%s.html< / a > < / p >
2023-01-12 01:45:05 +00:00
< p > < a href = "i:00bingvideo:https://www.bing.com/videos/search?q=" > bingvideo:https://www.bing.com/videos/search?q=< / a > < / p >
< p > < a href = "i:00vsearch:https://www.vsearch.me/s?q=" > vsearch:https://www.vsearch.me/s?q=< / a > < / p >
< p > < a href = "i:00groups:http://groups.google.com/groups/search?q=" > groups:http://groups.google.com/groups/search?q=< / a > < / p >
2023-01-22 09:27:29 +00:00
< p > < a href = "i:00wolfram:https://www.wolframalpha.com/input/?i=" > wolfram:https://www.wolframalpha.com/input/?i=< / a > < / p >
< p > < a href = "i:00fxsolver:https://www.fxsolver.com/browse/?q=" > fxsolver:https://www.fxsolver.com/browse/?q=< / a > < / p >
2022-07-29 00:50:13 +00:00
< p > < a href = "i:00book_google:https://google.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_google:https://google.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< / a > < / p >
2023-01-06 05:18:15 +00:00
< p > < a href = "i:00annas-archive:https://annas-archive.org/search?q=" > annas-archive:https://annas-archive.org/search?q=< / a > < / p >
2023-01-12 01:45:05 +00:00
< p > < a href = "i:00libgen:http://gen.lib.rus.ec/search.php?req=" > libgen:http://gen.lib.rus.ec/search.php?req=< / a > < / p >
< p > < a href = "i:00google_file:https://google.com/search?q=intitle:index.of+%22parent+directory%22+" > google_file:https://google.com/search?q=intitle:index.of+%22parent+directory%22+< / a > < / p >
2023-03-07 05:36:52 +00:00
< p > < a href = "i:00apkcombo:https://apkcombo.com/search/" > apkcombo:https://apkcombo.com/search/< / a > < / p >
2022-07-29 00:13:45 +00:00
< p > Note: "Engines" needs file "engine.search", whose format is same as "home.search" except that the keyword part of url must be denoted with "%s". Pressing the right arrow button on the search result page will automatically query with next engine in the file.< / p >
< p > Common engines:< br >
2022-07-29 00:50:13 +00:00
< a href = "i:00google:https://google.com/search?q=" > google:https://google.com/search?q=< / a >
< p > < a href = "i:00bing:http://www.bing.com/search?q=" > bing:http://www.bing.com/search?q=< / a > < / p >
2022-10-29 08:14:47 +00:00
< p > < a href = "i:00mojeek:https://www.mojeek.com/search?q=" > mojeek:https://www.mojeek.com/search?q=< / a > < / p >
< p > < a href = "i:00rightdao:https://rightdao.com/search?q=" > rightdao:https://rightdao.com/search?q=< / a > < / p >
< p > < a href = "i:00alexandria:https://www.alexandria.org/?q=" > alexandria:https://www.alexandria.org/?q=< / a > < / p >
< p > < a href = "i:00yep:https://yep.com/web?q=" > yep:https://yep.com/web?q=< / a > < / p >
2022-10-31 07:28:14 +00:00
< p > < a href = "i:00seznam:https://search.seznam.cz/?q=" > seznam:https://search.seznam.cz/?q=< / a > < / p >
2022-10-17 00:01:26 +00:00
< p > < a href = "i:00metager:https://metager.org/meta/meta.ger3?eingabe=" > metager:https://metager.org/meta/meta.ger3?eingabe=< / a > < / p >
2022-07-29 00:50:13 +00:00
< p > < a href = "i:00you:https://you.com/search?q=" > you:https://you.com/search?q=< / a > < / p >
< p > < a href = "i:00seekr:https://www.seekr.com/search?query=" > seekr:https://www.seekr.com/search?query=< / a > < / p >
2022-09-24 06:12:26 +00:00
< p > < a href = "i:00brave:https://search.brave.com/search?q=" > brave:https://search.brave.com/search?q=< / a > < / p >
2023-01-13 10:00:48 +00:00
< p > < a href = "i:00ellpedia:https://en.ellpedia.com/search?q=" > ellpedia:https://en.ellpedia.com/search?q=< / a > < / p >
2022-10-31 07:28:14 +00:00
< p > < a href = "i:00gemini:https://portal.mozz.us/gemini/geminispace.info/search?" > gemini:https://portal.mozz.us/gemini/geminispace.info/search?< / a > < / p >
2022-07-29 00:50:13 +00:00
< p > < a href = "i:00xda:https://www.xda-developers.com/search/" > xda:https://www.xda-developers.com/search/< / a > < / p >
< p > < a href = "i:00Feeling lucky:https://google.com/search?btnl=1&q=" > Feeling lucky:https://google.com/search?btnl=1& q=< / a > < / p >
< p > < a href = "i:00pix:https://www.google.com/search?tbm=isch&q=" > pix:https://www.google.com/search?tbm=isch& q=< / a > < / p >
< p > < a href = "i:00youtube:https://youtube.com/results?search_query=" > youtube:https://youtube.com/results?search_query=< / a > < / p >
< p > < a href = "i:00news:https://news.search.yahoo.com/search/news?p=" > news:https://news.search.yahoo.com/search/news?p=< / a > < / p >
< p > < a href = "i:00stock:https://finance.yahoo.com/quote/" > stock:https://finance.yahoo.com/quote/< / a > < / p >
< p > < a href = "i:00amazon:https://www.amazon.com/s/?field-keywords=" > amazon:https://www.amazon.com/s/?field-keywords=< / a > < / p >
< p > < a href = "i:00weather:https://www.wunderground.com/cgi-bin/findweather/getForecast?query=" > weather:https://www.wunderground.com/cgi-bin/findweather/getForecast?query=< / a > < / p >
< p > < a href = "i:00IMDB:https://www.imdb.com/find?q=" > IMDB:https://www.imdb.com/find?q=< / a > < / p >
< p > < a href = "i:00film review:https://www.rottentomatoes.com/search/?search=" > film review:https://www.rottentomatoes.com/search/?search=< / a > < / p >
< p > < a href = "i:00goodreads:https://www.goodreads.com/search?query=" > goodreads:https://www.goodreads.com/search?query=< / a > < / p >
< p > < a href = "i:00audible:http://www.audible.com/search?sort=review-rank&advsearchKeywords=" > audible:http://www.audible.com/search?sort=review-rank& advsearchKeywords=< / a > < / p >
2023-01-06 13:58:00 +00:00
< p > < a href = "i:00audiobay:http://audiobookbay.se/?s=" > audiobay:http://audiobookbay.se/?s=< / a > < / p >
< p > < a href = "i:00telegramsearcher:https://telegramsearcher.com/search?q=" > telegramsearcher:https://telegramsearcher.com/search?q=< / a > < / p >
< p > < a href = "i:00lyzem:https://lyzem.com/search?q=" > lyzem:https://lyzem.com/search?q=< / a > < / p >
< p > < a href = "i:00gramxlu:https://gramxly.com/s?q=" > gramxlu:https://gramxly.com/s?q=< / a > < / p >
2022-07-29 00:13:45 +00:00
< p > language:< br >
2022-07-29 00:50:13 +00:00
< a href = "i:00OED: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" > 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< / a > < / p >
< p > < a href = "i:00webster1913:https://www.websters1913.com/words/" > webster1913:https://www.websters1913.com/words/< / a > < / p >
< p > < a href = "i:00merriam-webster:https://www.merriam-webster.com/dictionary/" > merriam-webster:https://www.merriam-webster.com/dictionary/< / a > < / p >
< p > < a href = "i:00dictionary:https://www.dictionary.com/browse/" > dictionary:https://www.dictionary.com/browse/< / a > < / p >
2022-08-28 09:12:29 +00:00
< p > < a href = "i:00finedict:https://www.finedictionary.com/" > finedict:https://www.finedictionary.com/< / a > < / p >
2022-07-29 00:50:13 +00:00
< p > < a href = "i:00freedictionary:https://www.thefreedictionary.com/" > freedictionary:https://www.thefreedictionary.com/< / a > < / p >
2022-07-29 09:28:24 +00:00
< p > < a href = "i:00legal_fd:https://legal-dictionary.thefreedictionary.com/" > legal_fd:https://legal-dictionary.thefreedictionary.com/< / a > < / p >
< p > < a href = "i:00finance_fd:https://financial-dictionary.thefreedictionary.com/" > finance_fd:https://financial-dictionary.thefreedictionary.com/< / a > < / p >
< p > < a href = "i:00wikipedia_fd:https://encyclopedia.thefreedictionary.com/" > wikipedia_fd:https://encyclopedia.thefreedictionary.com/< / a > < / p >
< p > < a href = "i:00encyclopedia_fd:https://encyclopedia2.thefreedictionary.com/" > encyclopedia_fd:https://encyclopedia2.thefreedictionary.com/< / a > < / p >
2022-07-29 00:50:13 +00:00
< p > < a href = "i:00wordreference:https://www.wordreference.com/definition/" > wordreference:https://www.wordreference.com/definition/< / a > < / p >
< p > < a href = "i:00vocabulary:https://www.vocabulary.com/dictionary/" > vocabulary:https://www.vocabulary.com/dictionary/< / a > < / p >
< p > < a href = "i:00etymology:https://www.etymonline.com/search?q=" > etymology:https://www.etymonline.com/search?q=< / a > < / p >
< p > < a href = "i:00powerthesaurus:https://www.powerthesaurus.org/%s/synonyms" > powerthesaurus:https://www.powerthesaurus.org/%s/synonyms< / a > < / p >
< p > < a href = "i:00macmillanthesaurus:https://www.macmillanthesaurus.com/search/?auto=complete&q=" > macmillanthesaurus:https://www.macmillanthesaurus.com/search/?auto=complete& q=< / a > < / p >
< p > < a href = "i:00lword:https://lword.top/word.html#" > lword:https://lword.top/word.html#< / a > < / p >
< p > < a href = "i:00ludwig:https://ludwig.guru/s/" > ludwig:https://ludwig.guru/s/< / a > < / p >
< p > < a href = "i:00webster:https://www.merriam-webster.com/dictionary/" > webster:https://www.merriam-webster.com/dictionary/< / a > < / p >
< p > < a href = "i:00googledict:http://googledictionary.freecollocation.com/meaning?word=" > googledict:http://googledictionary.freecollocation.com/meaning?word=< / a > < / p >
< p > < a href = "i:00freetts_ru:https://freetts.com/Home/PlayAudio?Language=ru-RU&Voice=ru-RU-Standard-A&id=undefined&type=0&TextMessage=" > freetts_ru:https://freetts.com/Home/PlayAudio?Language=ru-RU& Voice=ru-RU-Standard-A& id=undefined& type=0& TextMessage=< / a > < / p >
< p > < a href = "i:00freetts_ar:https://freetts.com/Home/PlayAudio?Language=ar-XA&Voice=ar-XA-Standard-A&id=undefined&type=0&TextMessage=" > freetts_ar:https://freetts.com/Home/PlayAudio?Language=ar-XA& Voice=ar-XA-Standard-A& id=undefined& type=0& TextMessage=< / a > < / p >
2022-07-29 00:13:45 +00:00
< p > Science:< br >
2022-07-29 00:50:13 +00:00
< a href = "i:00britannica:https://www.britannica.com/search?query=" > britannica:https://www.britannica.com/search?query=< / a > < / p >
< p > < a href = "i:00mathRef:https://reference.wolfram.com/search/?q=" > mathRef:https://reference.wolfram.com/search/?q=< / a > < / p >
< p > < a href = "i:00mathSE:https://math.stackexchange.com/search?q=" > mathSE:https://math.stackexchange.com/search?q=< / a > < / p >
< p > < a href = "i:00phySE:https://physics.stackexchange.com/search?q=" > phySE:https://physics.stackexchange.com/search?q=< / a > < / p >
< p > < a href = "i:00physicsForum:https://www.physicsforums.com/search/2195918/?q=" > physicsForum:https://www.physicsforums.com/search/2195918/?q=< / a > < / p >
2022-10-06 06:06:27 +00:00
< p > < a href = "i:00pubchem SMILES:https://pubchem.ncbi.nlm.nih.gov/#input_type=smiles&query=" > pubchem SMILES:https://pubchem.ncbi.nlm.nih.gov/#input_type=smiles& query=< / a > < / p >
< p > < a href = "i:00pubchem:https://pubchem.ncbi.nlm.nih.gov/#query=" > pubchem:https://pubchem.ncbi.nlm.nih.gov/#query=< / a > < / p >
2022-07-29 00:50:13 +00:00
< p > < a href = "i:00chemSE:https://chemistry.stackexchange.com/search?q=" > chemSE:https://chemistry.stackexchange.com/search?q=< / a > < / p >
< p > < a href = "i:00chem:https://www.ncbi.nlm.nih.gov/pccompound?term=" > chem:https://www.ncbi.nlm.nih.gov/pccompound?term=< / a > < / p >
< p > < a href = "i:00proofwiki:https://proofwiki.org/w/index.php?search=" > proofwiki:https://proofwiki.org/w/index.php?search=< / a > < / p >
< p > < a href = "i:00physics:http://www.physics.org/explore-results-all.asp?q=" > physics:http://www.physics.org/explore-results-all.asp?q=< / a > < / p >
< p > < a href = "i:00biology:https://www.biologyonline.com/dictionary/" > biology:https://www.biologyonline.com/dictionary/< / a > < / p >
< p > < a href = "i:00nist chem:https://webbook.nist.gov/cgi/cbook.cgi?Formula=" > nist chem:https://webbook.nist.gov/cgi/cbook.cgi?Formula=< / a > < / p >
< p > < a href = "i:00chemiday:https://chemiday.com/search/?lang=en&q=" > chemiday:https://chemiday.com/search/?lang=en& q=< / a > < / p >
< p > < a href = "i:00chem.libretexts:https://chem.libretexts.org/Special:Search?q=" > chem.libretexts:https://chem.libretexts.org/Special:Search?q=< / a > < / p >
< p > < a href = "i:00bio.libretexts:https://bio.libretexts.org/Special:Search?q=" > bio.libretexts:https://bio.libretexts.org/Special:Search?q=< / a > < / p >
< p > < a href = "i:00phys.libretexts:https://phys.libretexts.org/Special:Search?q=" > phys.libretexts:https://phys.libretexts.org/Special:Search?q=< / a > < / p >
< p > < a href = "i:00med.libretexts:https://med.libretexts.org/Special:Search?q=" > med.libretexts:https://med.libretexts.org/Special:Search?q=< / a > < / p >
< p > < a href = "i:00math.libretexts:https://math.libretexts.org/Special:Search?q=" > math.libretexts:https://math.libretexts.org/Special:Search?q=< / a > < / p >
< p > < a href = "i:00stats.libretexts:https://stats.libretexts.org/Special:Search?q=" > stats.libretexts:https://stats.libretexts.org/Special:Search?q=< / a > < / p >
< p > < a href = "i:00geo.libretexts:https://geo.libretexts.org/Special:Search?q=" > geo.libretexts:https://geo.libretexts.org/Special:Search?q=< / a > < / p >
< p > < a href = "i:00eng.libretexts:https://eng.libretexts.org/Special:Search?q=" > eng.libretexts:https://eng.libretexts.org/Special:Search?q=< / a > < / p >
< p > < a href = "i:00biz.libretexts:https://biz.libretexts.org/Special:Search?q=" > biz.libretexts:https://biz.libretexts.org/Special:Search?q=< / a > < / p >
< p > < a href = "i:00human.libretexts:https://human.libretexts.org/Special:Search?q=" > human.libretexts:https://human.libretexts.org/Special:Search?q=< / a > < / p >
< p > < a href = "i:00socialsci.libretexts:https://socialsci.libretexts.org/Special:Search?q=" > socialsci.libretexts:https://socialsci.libretexts.org/Special:Search?q=< / a > < / p >
< p > < a href = "i:00workforce.libretexts:https://workforce.libretexts.org/Special:Search?q=" > workforce.libretexts:https://workforce.libretexts.org/Special:Search?q=< / a > < / p >
2022-09-16 08:09:19 +00:00
< p > More engines:< br >
2022-07-29 00:50:13 +00:00
< a href = "i:00oscobo:https://www.oscobo.com/search.php?q=" > oscobo:https://www.oscobo.com/search.php?q=< / a > < / p >
< p > < a href = "i:00teoma:https://www.teoma.com/web?q=" > teoma:https://www.teoma.com/web?q=< / a > < / p >
< p > < a href = "i:00lycos:https://search.lycos.com/web/?q=" > lycos:https://search.lycos.com/web/?q=< / a > < / p >
< p > < a href = "i:00technorati:http://technorati.com/search/index.php?q=" > technorati:http://technorati.com/search/index.php?q=< / a > < / p >
< p > < a href = "i:00qwant:https://lite.qwant.com/?q=" > qwant:https://lite.qwant.com/?q=< / a > < / p >
< p > < a href = "i:00swisscows:https://swisscows.com/web?query=" > swisscows:https://swisscows.com/web?query=< / a > < / p >
2022-10-17 00:01:26 +00:00
< p > < a href = "i:00ecosia:https://www.ecosia.org/search?q=" > ecosia:https://www.ecosia.org/search?q=< / a > < / p >
2022-07-29 00:50:13 +00:00
< p > < a href = "i:00duck:https://duckduckgo.com/?q=" > duck:https://duckduckgo.com/?q=< / a > < / p >
< p > < a href = "i:00gigablast:https://www.gigablast.com/search?c=main&qlangcountry=en-us&q=" > gigablast:https://www.gigablast.com/search?c=main& qlangcountry=en-us& q=< / a > < / p >
< p > < a href = "i:00yandex:https://yandex.com/search/?text=" > yandex:https://yandex.com/search/?text=< / a > < / p >
2022-10-17 00:01:26 +00:00
< p > < a href = "i:00searx:https://searx.be/?q=" > searx:https://searx.be/?q=< / a > < / p >
< p > < a href = "i:00startpage:https://startpage.com/do/search?query=" > startpage:https://startpage.com/do/search?query=< / a > < / p >
2023-03-07 05:36:52 +00:00
< p > < a href = "i:00gibiru:https://gibiru.com/results.html?q=" > gibiru:https://gibiru.com/results.html?q=< / a > < / p >
2022-07-29 00:13:45 +00:00
< p > Medical:< br >
2022-07-29 09:28:24 +00:00
< a href = "i:00medical_freedict:https://medical-dictionary.thefreedictionary.com/" > medical_freedict:https://medical-dictionary.thefreedictionary.com/< / a > < / p >
< p > < a href = "i:00merckmanuals:https://www.merckmanuals.com/professional/SearchResults?query=" > merckmanuals:https://www.merckmanuals.com/professional/SearchResults?query=< / a > < / p >
2022-07-29 00:50:13 +00:00
< p > < a href = "i:00openmd:https://openmd.com/search?q=" > openmd:https://openmd.com/search?q=< / a > < / p >
2022-07-31 08:18:31 +00:00
< p > < a href = "i:00radiopaedia:https://radiopaedia.org/search?q=" > radiopaedia:https://radiopaedia.org/search?q=< / a > < / p >
2022-07-29 00:50:13 +00:00
< p > < a href = "i:00medical-dict:https://medical-dictionary.com/results.php?term=" > medical-dict:https://medical-dictionary.com/results.php?term=< / a > < / p >
< p > < a href = "i:00ncbiBooks:https://www.ncbi.nlm.nih.gov/books/?term=" > ncbiBooks:https://www.ncbi.nlm.nih.gov/books/?term=< / a > < / p >
< p > < a href = "i:00healio:https://journals.healio.com/action/doSearch?AllField=" > healio:https://journals.healio.com/action/doSearch?AllField=< / a > < / p >
< p > < a href = "i:00pubmed:https://pubmed.ncbi.nlm.nih.gov/?term=" > pubmed:https://pubmed.ncbi.nlm.nih.gov/?term=< / a > < / p >
< p > < a href = "i:00pmc:https://www.ncbi.nlm.nih.gov/pmc/?term=" > pmc:https://www.ncbi.nlm.nih.gov/pmc/?term=< / a > < / p >
< p > < a href = "i:00Tabers:https://www.tabers.com/tabersonline/search?st=OSS&q=" > Tabers:https://www.tabers.com/tabersonline/search?st=OSS& q=< / a > < / p >
2022-07-29 09:28:24 +00:00
< p > < a href = "i:00medicinenet:https://www.medicinenet.com/%s/definition.htm" > medicinenet:https://www.medicinenet.com/%s/definition.htm< / a > < / p >
2023-01-06 05:18:15 +00:00
< p > Torrent:< br >
< a href = "i:00aio:https://www.aiosearch.com/search/4/Torrents/" > aio:https://www.aiosearch.com/search/4/Torrents/< / a > < / p >
< p > < a href = "i:00academictorrents:https://academictorrents.com/browse.php?search=" > academictorrents:https://academictorrents.com/browse.php?search=< / a > < / p >
2023-01-13 10:00:48 +00:00
< p > < a href = "i:00piratebay:https://thepiratebay.org/search/%s/0/7/0" > piratebay:https://thepiratebay.org/search/%s/0/7/0< / a > < / p >
2023-01-06 05:18:15 +00:00
< p > < a href = "i:00katcr:https://katcr.to/search/" > katcr:https://katcr.to/search/< / a > < / p >
2023-01-12 01:45:05 +00:00
< p > < a href = "i:001337x:https://1337x.to/search/%s/1/" > 1337x:https://1337x.to/search/%s/1/< / a > < / p >
2022-07-29 00:13:45 +00:00
< p > Scholar:< br >
2023-01-06 05:18:15 +00:00
< a href = "i:00classcentral:https://www.classcentral.com/search?q=" > classcentral:https://www.classcentral.com/search?q=< / a > < / p >
< p > < a href = "i:00base:https://www.base-search.net/Search/Results?lookfor=" > base:https://www.base-search.net/Search/Results?lookfor=< / a > < / p >
2022-11-11 01:09:24 +00:00
< p > < a href = "i:00science.gov:POST:fullRecord=%s:https://www.science.gov/scigov/search.html" > science.gov:POST:fullRecord=%s:https://www.science.gov/scigov/search.html< / a > < / p >
< p > < a href = "i:00sweetsearch:https://sweetsearch.com/search?q=" > sweetsearch:https://sweetsearch.com/search?q=< / a > < / p >
2022-07-29 00:50:13 +00:00
< p > < a href = "i:00refseek:https://www.refseek.com/search?q=" > refseek:https://www.refseek.com/search?q=< / a > < / p >
< p > < a href = "i:00google scholar:https://scholar.google.com/scholar?q=" > google scholar:https://scholar.google.com/scholar?q=< / a > < / p >
2023-01-13 10:00:48 +00:00
< p > < a href = "i:00bing academic:http://bing.com/academic/search?q=" > bing academic:http://bing.com/academic/search?q=< / a > < / p >
2023-01-06 05:18:15 +00:00
< p > < a href = "i:00core:https://core.ac.uk/search?q=" > core:https://core.ac.uk/search?q=< / a > < / p >
2022-07-29 00:50:13 +00:00
< p > < a href = "i:00semanticscholar:https://www.semanticscholar.org/search?sort=relevance&q=" > semanticscholar:https://www.semanticscholar.org/search?sort=relevance& q=< / a > < / p >
2022-11-11 01:09:24 +00:00
< p > < a href = "i:00xueshu:https://xueshu.baidu.com/s?wd=" > xueshu:https://xueshu.baidu.com/s?wd=< / a > < / p >
2022-07-29 00:13:45 +00:00
< p > Developer:< br >
2022-08-01 01:37:01 +00:00
< a href = "i:00devdocs:https://devdocs.io/#q=" > devdocs:https://devdocs.io/#q=< / a > < / p >
2022-09-24 06:12:26 +00:00
< p > < a href = "i:00grep.app:https://grep.app/search?q=" > grep.app:https://grep.app/search?q=< / a > < / p >
2022-08-01 01:37:01 +00:00
< p > < a href = "i:00git:https://github.com/search?type=Repositories&q=" > git:https://github.com/search?type=Repositories& q=< / a > < / p >
2022-07-29 00:50:13 +00:00
< p > < a href = "i:00man:http://man.cx/" > man:http://man.cx/< / a > < / p >
< p > < a href = "i:00code:http://searchcode.com/?q=" > code:http://searchcode.com/?q=< / a > < / p >
< p > < a href = "i:00symbolhound:http://symbolhound.com/?q=" > symbolhound:http://symbolhound.com/?q=< / a > < / p >
< p > < a href = "i:00vector:https://vector.me/search/" > vector:https://vector.me/search/< / a > < / p >
< p > < a href = "i:00jsdelivr:http://www.jsdelivr.com/?query=" > jsdelivr:http://www.jsdelivr.com/?query=< / a > < / p >
< p > < a href = "i:00greasyfork:https://greasyfork.org/en/scripts?sort=updated&q=" > greasyfork:https://greasyfork.org/en/scripts?sort=updated& q=< / a > < / p >
2022-09-24 06:12:26 +00:00
< p > < a href = "i:00cdn.githubjs.cf:https://cdn.githubjs.cf/search?q=" > cdn.githubjs.cf:https://cdn.githubjs.cf/search?q=< / a > < / p >
2022-10-06 06:06:27 +00:00
< p > < a href = "i:00hub.yzuu:https://hub.yzuu.cf/search?q=" > hub.yzuu:https://hub.yzuu.cf/search?q=< / a > < / p >
< p > < a href = "i:00hub.nuaa:https://hub.nuaa.cf/search?q=" > hub.nuaa:https://hub.nuaa.cf/search?q=< / a > < / p >
< p > < a href = "i:00hub.njuu:https://hub.njuu.cf/search?q=" > hub.njuu:https://hub.njuu.cf/search?q=< / a > < / p >
2022-07-29 00:13:45 +00:00
< p > app:< br >
2022-07-29 00:50:13 +00:00
< a href = "i:00App store:market://search?q=" > App store:market://search?q=< / a > < / p >
2022-07-29 00:13:45 +00:00
< p > local engines(May need termux customized edition and tools like bc, gnuplot etc.):< br >
2022-07-29 00:50:13 +00:00
< a href = "i:00bc:d:text/html:echo \'%s\'|bc -l -q:" > bc:d:text/html:echo '%s'|bc -l -q:< / a > < / p >
< p > < a href = "i:002D plot:d:image/svg+xml:gnuplot -e \'set term svg;set output; plot %s\':" > 2D plot:d:image/svg+xml:gnuplot -e 'set term svg;set output; plot %s':< / a > < / p >
< p > < a href = "i:003D plot:d:image/svg+xml:gnuplot -e \'set term svg;set output; splot %s\':" > 3D plot:d:image/svg+xml:gnuplot -e 'set term svg;set output; splot %s':< / a > < / p >
2023-03-07 05:36:52 +00:00
< p > < a href = "../searchcat/index.html" > Search engine files< / a > < / p >
2023-01-22 09:27:29 +00:00
< p > More at:< br >
< a href = "https://alternativeto.net/software/google-search/?feature=web-search" > alternativeto< / a > < / p >
2022-07-29 00:13:45 +00:00
< / div >
2023-05-29 13:01:22 +00:00
< p > Last Modified: 26 May 2023< br >
remove neeva< br >
2023-03-07 05:36:52 +00:00
< pre > Add bingUS engine to access bingchat directly from restricted area
< / pre >
2023-03-07 02:07:05 +00:00
< / p >
2023-05-09 03:11:05 +00:00
< script >
if(location.href.indexOf("/zh/")>0){
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "../../js/gissues.js";
script.setAttribute("repo","jamesfengcao/uweb");
script.setAttribute("issue-term","title");
script.setAttribute("theme","github-light");
script.async = true;
document.body.appendChild(script);
}
< / script >
2023-05-06 01:56:44 +00:00
< script id = 'jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
2023-05-06 02:49:29 +00:00
data-mapping="title"
2023-05-06 01:56:44 +00:00
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="light"
data-lang="en"
data-loading="lazy"
2023-05-06 02:49:29 +00:00
crossorigin="anonymous" async>
2023-05-06 01:40:28 +00:00
< / script >
2022-07-29 00:13:45 +00:00
< / body >
< / html >