chore: improve for youtube

This commit is contained in:
josc146
2023-03-17 11:04:25 +08:00
parent 25ea12d8e3
commit c418d64fa6
+2 -2
View File
@@ -120,9 +120,9 @@ export const config = {
},
youtube: {
inputQuery: youtube.inputQuery,
sidebarContainerQuery: ['#secondary'],
sidebarContainerQuery: ['#secondary:not([style*="display: none"])'],
appendContainerQuery: [],
resultsContainerQuery: ['#secondary'],
resultsContainerQuery: ['#secondary:not([style*="display: none"])'],
action: {
init: youtube.init,
},