Skip to content

Commit b193b31

Browse files
committed
chore: improve compatibility for firefox
1 parent a70f8a7 commit b193b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import stackoverflow from './stackoverflow'
2525
*/
2626
export const config = {
2727
google: {
28-
inputQuery: ["input[name='q']"],
28+
inputQuery: ["input[name='q']", "textarea[name='q']"],
2929
sidebarContainerQuery: ['#rhs'],
3030
appendContainerQuery: ['#rcnt'],
3131
resultsContainerQuery: ['#rso'],

0 commit comments

Comments
 (0)