We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e02d1 commit 97a853fCopy full SHA for 97a853f
1 file changed
src/content-script/site-adapters/index.mjs
@@ -120,9 +120,9 @@ export const config = {
120
},
121
youtube: {
122
inputQuery: youtube.inputQuery,
123
- sidebarContainerQuery: ['#secondary'],
+ sidebarContainerQuery: ['#secondary:not([style*="display: none"])'],
124
appendContainerQuery: [],
125
- resultsContainerQuery: ['#secondary'],
+ resultsContainerQuery: ['#secondary:not([style*="display: none"])'],
126
action: {
127
init: youtube.init,
128
0 commit comments