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