Skip to content

Commit dd4fdfb

Browse files
committed
Update searchJumperDefaultConfig.js
1 parent 1db3ad9 commit dd4fdfb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

SearchJumper/searchJumperDefaultConfig.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ switch (lang) {
113113
},
114114
{
115115
"name": "谷歌图片",
116-
"url": "https://www.google.com/search?q=%s&tbm=isch",
117-
"match": "www\\.google\\..*tbm=isch"
116+
"url": "https://www.google.com/search?q=%s&udm=2",
117+
"match": "www\\.google\\..*udm=2"
118118
},
119119
{
120120
"name": "图片聚合搜索",
@@ -207,7 +207,7 @@ switch (lang) {
207207
"name": "Google",
208208
"url": "https://www.google.com/search?q=%s&ie=utf-8&oe=utf-8",
209209
"keywords": "textarea[name='q']",
210-
"match": "https://www\\.google\\..*/search(?!.*tbm=isch)"
210+
"match": "https://www\\.google\\..*/search((?!udm=2).)*$"
211211
},
212212
{
213213
"name": "📄 复制",
@@ -780,7 +780,7 @@ switch (lang) {
780780
{
781781
"name": "Google",
782782
"url": "https://www.google.com/search?q=%s&ie=utf-8&oe=utf-8",
783-
"match": "https://www\\.google\\..*/search",
783+
"match": "https://www\\.google\\..*/search((?!udm=2).)*$",
784784
"charset": "utf-8",
785785
"keywords": "textarea[name='q']",
786786
"shortcut": "g",
@@ -789,7 +789,7 @@ switch (lang) {
789789
{
790790
"name": "Google advanced",
791791
"url": "https://www.google.com/search?q=%s%input{Filetype, filetype:doc/ filetype:ppt/ filetype:xls/ filetype:pdf}%input{Limit lang/zh-CN/zh-TW/zh-ALL/JA/EN,&lr=lang_zh-CN/&lr=lang_zh-TW/&lr=lang_zh-CN|lang_zh-TW/&lr=lang_ja/&lr=lang_en}%input{Limit date/Last hour/Last day/Last week/Last month/Last year,&as_qdr=h1/&as_qdr=d1/&as_qdr=w1/&as_qdr=m1/&as_qdr=y1}&ie=utf-8&oe=utf-8",
792-
"match": "https://www\\.google\\..*/search",
792+
"match": "https://www\\.google\\..*/search((?!udm=2).)*$",
793793
"hideNotMatch": true
794794
},
795795
{
@@ -850,8 +850,8 @@ switch (lang) {
850850
"sites": [
851851
{
852852
"name": "Google image",
853-
"url": "https://www.google.com/search?q=%s&tbm=isch",
854-
"match": "www\\.google\\..*tbm=isch"
853+
"url": "https://www.google.com/search?q=%s&udm=2",
854+
"match": "www\\.google\\..*udm=2"
855855
},
856856
{
857857
"name": "Bing image",

0 commit comments

Comments
 (0)