mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-06-30 21:09:28 +08:00
chore: improve for youtube
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user