We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebed3f5 commit 0a01445Copy full SHA for 0a01445
background/sources/videos/youtube.js
@@ -126,7 +126,7 @@ export default {
126
).thumbnails[0].url,
127
name: user.text,
128
verified: item.ownerBadges && item.ownerBadges.some((badge) => {
129
- badge.tooltip == 'Verified';
+ return badge.tooltip == 'Verified';
130
}),
131
},
132
url: videoUrl,
content/pause.js
@@ -15,5 +15,4 @@ const $button = get([
15
16
if ($button && getComputedStyle($button).display !== 'none') {
17
$button.click();
18
- true;
19
}
0 commit comments