Skip to content

Commit c152d0b

Browse files
committed
update kagi query (#517)
1 parent b1b9c6a commit c152d0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/scripts/verify-search-engine-configs.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ const config = {
4444
resultsContainerQuery: ['#content_left', '#results'],
4545
},
4646
kagi: {
47-
inputQuery: ["input[name='q']"],
48-
sidebarContainerQuery: ['.right-content-box._0_right_sidebar'],
47+
inputQuery: ["textarea[name='q']"],
48+
sidebarContainerQuery: ['.right-content-box'],
4949
appendContainerQuery: ['#_0_app_content'],
5050
resultsContainerQuery: ['#main', '#app'],
5151
},

src/content-script/site-adapters/index.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ export const config = {
7272
},
7373
},
7474
kagi: {
75-
inputQuery: ["input[name='q']"],
76-
sidebarContainerQuery: ['.right-content-box._0_right_sidebar'],
75+
inputQuery: ["textarea[name='q']"],
76+
sidebarContainerQuery: ['.right-content-box'],
7777
appendContainerQuery: ['#_0_app_content'],
7878
resultsContainerQuery: ['#main', '#app'],
7979
},

0 commit comments

Comments
 (0)