chore: improve compatibility for firefox

This commit is contained in:
josc146
2023-03-19 22:37:33 +08:00
parent 64a666b40d
commit 8c499fbbe1
+1 -1
View File
@@ -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'],