功能说明:
1、并列展示常用的搜索引擎;
2、一键打开搜索页面,快人一步;
3、自动在浏览器一个新窗口中,一键打开多个目标网站,同时搜索;
一、并列展示常用搜索引擎
效果图:
源码
<html><head></head><title>聚合搜索</title><body> <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> <div> <form name="searchForm"> <input id="input" name="searchInput" style="width:33%; height:30; font-size: 15px;" type="text" value="" onchange ="search()" /> <input id="input2" type="text" value="" style="display:none"/> <!-- --> <button type="button" style="height:30; font-size: 15px;" onclick="searchByWuzhui()">无追</button> <button type="button" style="height:30; font-size: 15px;" onclick="searchByBaidu()">百度</button> <button type="button" style="height:30; font-size: 15px;" onclick="searchByGoogle()">google</button> <button type="button" style="height:30; font-size: 15px;" onclick="searchByStackoverflow()">stackoverfolw</button> <button type="button" style="height:30; font-size: 15px;" onclick="searchByGithub()">github</button> </form> </div> <iframe id="biyin" src="https://cn.bing.com/" /> 二、windows脚本:输入关键字直接打开目标网站的搜索页面
效果图
脚本代码(我用的是chrome浏览器)
新建文本文档,复制脚本内容后,修改文件后缀为 .bat 保存即可
set /p var=start chrome gaode.com/search" /> 脚本代码
同上,在一个脚本里打开多个目标网站搜索页面即可,这个可以自行整理,分享一下我自用的一个脚本吧
set /p var=start chrome -startup-window sc stop OracleOraDb10g_home1TNSListenerping -n 2 127.0.0.1>nulsc start OracleOraDb10g_home1TNSListenerstart chrome -startup-window baidu.com/s?wd=%var%start chrome bing.com/search?q=%var%start chrome https://www.zhihu.com/search?q=%var%start chrome https://search.bilibili.com/all?keyword=%var%start chrome https://www.douyin.com/search/%var%start chrome https://www.wuzhuiso.com/s?q=%var%start chrome https://www.google.com.hk/search?q=%var%
其中依次是百度、必应、知乎、B站、抖音、无追、谷歌