Skip to content

Commit

Permalink
Update channels query
Browse files Browse the repository at this point in the history
  • Loading branch information
frosty5689 committed Jun 18, 2022
1 parent e34df15 commit 7c53b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var browserConfig = {

const cookiePolicyQuery = 'button[data-a-target="consent-banner-accept"]';
const matureContentQuery = 'button[data-a-target="player-overlay-mature-accept"]';
const channelsQuery = 'a[data-test-selector*="ChannelLink"]';
const channelsQuery = 'a[data-a-target="preview-card-image-link"]';
const streamPauseQuery = 'button[data-a-target="player-play-pause-button"]';
const streamSettingsQuery = '[data-a-target="player-settings-button"]';
const streamQualitySettingQuery = '[data-a-target="player-settings-menu-item-quality"]';
Expand Down

0 comments on commit 7c53b6d

Please sign in to comment.