We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70f8a7 commit b193b31Copy full SHA for b193b31
src/content-script/site-adapters/index.mjs
@@ -25,7 +25,7 @@ import stackoverflow from './stackoverflow'
25
*/
26
export const config = {
27
google: {
28
- inputQuery: ["input[name='q']"],
+ inputQuery: ["input[name='q']", "textarea[name='q']"],
29
sidebarContainerQuery: ['#rhs'],
30
appendContainerQuery: ['#rcnt'],
31
resultsContainerQuery: ['#rso'],
0 commit comments