Google & baidu & Bing Switcher (ALL in One)

Google, Baidu and Bing search engine tool, Automatically updated and detected by default, The Bing button can be customized.

As of 2021-06-30. See the latest version.

Author
F9y4ng
Ratings
0 0 0
Version
3.3.20210630.1
Created
2015-10-07
Updated
2021-06-30
Compatibility
Compatible with Firefox Compatible with Chrome Compatible with Opera Compatible with Safari
License
GPL-3.0-only
Applies to

测试版及最新版将在 @Github@OpenuserJs 进行发布,greasyfork会在24小时内自动同步。


更新说明 new

Version 3.2.20210626.2

+ 重新制作脚本说明和示例文档。
@ @namespace 变更。请删除旧版本,安装新版本。
@ 修正内置Css样式。
@ 调整若干参数。

重要说明:若要减少更新频率,请将代码中 const expireTime = "4h" 的 4h(4小时)修改为20h(20小时)或 5d(5天)或 2w(2周)等更长的时间。修改完成保存后重新打开页面或刷新页面,打开TamperMonkey/ViolentMonkey脚本菜单,根据菜单中的提示,进行缓存时间的重置操作即可。(首次修改刷新页面后自动应用,无需任何菜单操作。


脚本介绍 new

首次使用脚本打开百度页面:

首次使用脚本

首次打开Google页面:

首次使用脚本

首次使用Console的默认提示

首次使用Console的默认提示

菜单栏修改BING设置

菜单栏修改BING设置

修改BING设置的系统提示

修改BING设置的系统提示

打开BING搜索插入后的百度页面显示

打开BING搜索插入后的百度页面显示

打开BING搜索插入后的Google页面显示

打开BING搜索插入后的Google页面显示

打开BING搜索插入后的Google页面显示 - 滚动折叠效果

打开BING搜索插入后的Google页面显示 - 滚动折叠效果

使用BING.COM搜索的页面

BING.COM搜索的页面

Greasemonkey 的脚本菜单

兼容Greasemonkey - 脚本菜单1 兼容Greasemonkey - 脚本菜单2

兼容AC-baidu双栏居中

兼容AC-baidu双栏居中

手动检测脚本更新

手动检测脚本更新

脚本更新提示 - 已更新

脚本更新提示 - 已更新

脚本更新提示 - 已更新 Console 提示

脚本更新提示 - 已更新2

脚本更新提示 - 发现更新

脚本更新提示 - 发现更新

脚本更新提示 - 发现更新 Console提示

脚本更新提示 - 发现更新2

脚本更新提示 - 更新错误

脚本更新提示 - 更新错误

脚本更新提示 - 更新错误 脚本菜单

脚本更新提示 - 更新错误2

脚本更新提示 - 首次修改更新缓存时间 Console提示

编辑脚本代码:

/* The following variable is used to define the expiration time of version detection.
   * In order to reduce the query pressure on the script source server as much as possible,
   * Please don`t set the Query-cache expiration time too short. So we set 4 hours by default,
   * And to reduce update-tips frequency, you can extend the expireTime to a few days, or even weeks.
   * (s = second, m = minute, h = hour, d = day, w = week) */

 const expireTime = "4h";

const expireTime = "4h";的缓存时间修改为您希望的时间。

脚本更新提示 - 首次修改更新缓存时间

脚本更新提示 - 再次修改缓存时间 脚本菜单

当您首次修改缓存时间后,再次修改时,需要从脚本菜单激活最新的缓存时间。

脚本更新提示 - 再次修改缓存时间

脚本更新提示 - 再次修改缓存时间 系统提示

脚本更新提示 - 再次修改缓存时间 系统提示

脚本更新提示 - 脚本自动更新 脚本菜单

如果您修改过更新缓存时间,脚本再次更新后会自动保留您上次设置的缓存时间。此时,若您通过菜单手动更新后,脚本的更新缓存将自动还原为4小时。

脚本更新提示 - 脚本自动更新 脚本菜单