Google Search Plus

Google 搜索增强:自动显示被过滤的结果,并在新标签页打开外链

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

Advertisement:

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Advertisement:

May akda
ChenXu-Huang
Mga pang araw araw na pag install
0
Kabuuan na installs
37
Mga Rating
0 0 0
Bersyon
1.4
Nilikha
2025-10-28
Na update
2026-03-27
Laki
1.5 KB
Lisensya
MIT
Nalalapat sa

Google搜索增强

本项目重构自项目Google搜索结果新标签页打开

搜索结果新标签页打开的更改为:

  1. 能够匹配到*://www.google.com.*/search*
  2. 原项目对于所有的网页*google.com都没有进行排除,而此项目仅仅对搜索的网页进行排除,而类似于https://about.google.com不会被排除;
  3. v1.1更新后能够匹配到*://scholar.google.com/scholar*

新增加的功能如下:

  1. 在搜索过程中,可能会显示省略了部分结果,现在在搜索链接最后增加了标识符&filter=0,这样可以搜索到所有的结果;
  2. 修复了在GoogleScholar页面点击CiteSave后会跳转至空白页面的错误;
  3. 使用了 run-at 元数据指令,可以更加丝滑的跳转,完全更新了逻辑。