Skip to content

Commit 18c9c4f

Browse files
committed
update brave sidebar query
1 parent 86314e0 commit 18c9c4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scripts/verify-search-engine-configs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const config = {
6363
},
6464
brave: {
6565
inputQuery: ["input[name='q']"],
66-
sidebarContainerQuery: ['#side-right'],
66+
sidebarContainerQuery: ['.sidebar'],
6767
appendContainerQuery: [],
6868
resultsContainerQuery: ['#results'],
6969
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const config = {
9191
},
9292
brave: {
9393
inputQuery: ["input[name='q']"],
94-
sidebarContainerQuery: ['#side-right'],
94+
sidebarContainerQuery: ['.sidebar'],
9595
appendContainerQuery: [],
9696
resultsContainerQuery: ['#results'],
9797
},

0 commit comments

Comments
 (0)