We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d6b26c commit b267899Copy full SHA for b267899
src/background/background.ts
@@ -120,7 +120,7 @@ const report = () => {
120
document.querySelector('yt-formatted-string.ytmusic-player-bar.byline').title,
121
document.querySelector('img.ytmusic-player-bar').src,
122
document.querySelector('.ytp-title-link').href,
123
- document.querySelector('paper-icon-button.like').getAttribute('aria-pressed'),
+ document.querySelector('tp-yt-paper-icon-button.like').getAttribute('aria-pressed'),
124
]`
125
}, results => {
126
const res = results[0] as string[];
0 commit comments