mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-03 09:43:15 +08:00
update kagi query (#517)
This commit is contained in:
@@ -44,8 +44,8 @@ const config = {
|
||||
resultsContainerQuery: ['#content_left', '#results'],
|
||||
},
|
||||
kagi: {
|
||||
inputQuery: ["input[name='q']"],
|
||||
sidebarContainerQuery: ['.right-content-box._0_right_sidebar'],
|
||||
inputQuery: ["textarea[name='q']"],
|
||||
sidebarContainerQuery: ['.right-content-box'],
|
||||
appendContainerQuery: ['#_0_app_content'],
|
||||
resultsContainerQuery: ['#main', '#app'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user