mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-20 12:20:31 +08:00
chore: improve compatibility for firefox
This commit is contained in:
@@ -25,7 +25,7 @@ import stackoverflow from './stackoverflow'
|
||||
*/
|
||||
export 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