chore: improve for youtube

This commit is contained in:
josc146
2023-03-17 11:10:02 +08:00
parent c418d64fa6
commit 91a4aa6e11
+6 -2
View File
@@ -120,9 +120,13 @@ export const config = {
},
youtube: {
inputQuery: youtube.inputQuery,
sidebarContainerQuery: ['#secondary:not([style*="display: none"])'],
sidebarContainerQuery: [
'#secondary:not([style*="display: none"]):not(.ytd-two-column-browse-results-renderer)',
],
appendContainerQuery: [],
resultsContainerQuery: ['#secondary:not([style*="display: none"])'],
resultsContainerQuery: [
'#secondary:not([style*="display: none"]):not(.ytd-two-column-browse-results-renderer)',
],
action: {
init: youtube.init,
},