@@ -33,9 +33,9 @@ const config = {
33
33
} ,
34
34
startpage : {
35
35
inputQuery : [ "input[name='query']" ] ,
36
- sidebarContainerQuery : [ '.layout-web__sidebar.layout-web__sidebar--web ' ] ,
37
- appendContainerQuery : [ '.layout-web__body.layout-web__body--desktop' ] ,
38
- resultsContainerQuery : [ '.mainline-results ' ] ,
36
+ sidebarContainerQuery : [ '#sidebar ' ] ,
37
+ appendContainerQuery : [ ] ,
38
+ resultsContainerQuery : [ '#main ' ] ,
39
39
} ,
40
40
baidu : {
41
41
inputQuery : [ "input[id='kw']" ] ,
@@ -44,7 +44,7 @@ const config = {
44
44
resultsContainerQuery : [ '#content_left' , '#results' ] ,
45
45
} ,
46
46
kagi : {
47
- inputQuery : [ "textarea[name='q']" ] ,
47
+ inputQuery : [ "input[name='q']" , " textarea[name='q']"] ,
48
48
sidebarContainerQuery : [ '.right-content-box' ] ,
49
49
appendContainerQuery : [ '#_0_app_content' ] ,
50
50
resultsContainerQuery : [ '#main' , '#app' ] ,
@@ -57,7 +57,7 @@ const config = {
57
57
} ,
58
58
naver : {
59
59
inputQuery : [ "input[name='query']" ] ,
60
- sidebarContainerQuery : [ '#sub_pack ' ] ,
60
+ sidebarContainerQuery : [ '#main_pack ' ] ,
61
61
appendContainerQuery : [ '#content' ] ,
62
62
resultsContainerQuery : [ '#main_pack' , '#ct' ] ,
63
63
} ,
@@ -88,17 +88,23 @@ const config = {
88
88
}
89
89
90
90
const urls = {
91
- google : [ 'https://www.google.com/search?q=hello' ] ,
91
+ google : [
92
+ /*'https://www.google.com/search?q=hello'*/
93
+ ] ,
92
94
bing : [ 'https://www.bing.com/search?q=hello' ] ,
93
- yahoo : [ 'https://search.yahoo.com/search?p=hello' , 'https://search.yahoo.co.jp/search?p=hello' ] ,
95
+ yahoo : [
96
+ /*'https://search.yahoo.com/search?p=hello', */ 'https://search.yahoo.co.jp/search?p=hello' ,
97
+ ] ,
94
98
duckduckgo : [ ] ,
95
99
startpage : [ ] , // need redirect and post https://www.startpage.com/do/search?query=hello
96
100
baidu : [ 'https://www.baidu.com/s?wd=hello' ] ,
97
101
kagi : [ ] , // need login https://kagi.com/search?q=hello
98
102
yandex : [ ] , // need cookie https://yandex.com/search/?text=hello
99
103
naver : [ 'https://search.naver.com/search.naver?query=hello' ] ,
100
104
brave : [ ] ,
101
- searx : [ 'https://searx.tiekoetter.com/search?q=hello' ] ,
105
+ searx : [
106
+ /*'https://searx.tiekoetter.com/search?q=hello'*/
107
+ ] ,
102
108
ecosia : [ ] , // unknown verify method https://www.ecosia.org/search?q=hello
103
109
neeva : [ ] , // unknown verify method(FetchError: maximum redirect reached) https://neeva.com/search?q=hello
104
110
presearch : [ ] ,
0 commit comments