Skip to content

Commit 665f203

Browse files
committed
chore: improve mount point of reddit
1 parent e8ed2ff commit 665f203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ export const config = {
155155
},
156156
reddit: {
157157
inputQuery: reddit.inputQuery,
158-
sidebarContainerQuery: ['.side'],
158+
sidebarContainerQuery: ['.side div:nth-child(2)'],
159159
appendContainerQuery: [],
160-
resultsContainerQuery: ['.side'],
160+
resultsContainerQuery: ['.side div:nth-child(2)'],
161161
},
162162
quora: {
163163
inputQuery: quora.inputQuery,

0 commit comments

Comments
 (0)