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 97a853f commit a1e36feCopy full SHA for a1e36fe
src/content-script/site-adapters/index.mjs
@@ -120,9 +120,13 @@ export const config = {
120
},
121
youtube: {
122
inputQuery: youtube.inputQuery,
123
- sidebarContainerQuery: ['#secondary:not([style*="display: none"])'],
+ sidebarContainerQuery: [
124
+ '#secondary:not([style*="display: none"]):not(.ytd-two-column-browse-results-renderer)',
125
+ ],
126
appendContainerQuery: [],
- resultsContainerQuery: ['#secondary:not([style*="display: none"])'],
127
+ resultsContainerQuery: [
128
129
130
action: {
131
init: youtube.init,
132
0 commit comments