mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-06-27 18:04:15 +08:00
update verify config
This commit is contained in:
@@ -3,7 +3,7 @@ import fetch, { Headers } from 'node-fetch'
|
||||
|
||||
const config = {
|
||||
google: {
|
||||
inputQuery: ["input[name='q']"],
|
||||
inputQuery: ["input[name='q']", "textarea[name='q']"],
|
||||
sidebarContainerQuery: ['#rhs'],
|
||||
appendContainerQuery: ['#rcnt'],
|
||||
resultsContainerQuery: ['#rso'],
|
||||
|
||||
Reference in New Issue
Block a user