Skip to content

Commit 178a776

Browse files
committed
Fix
1 parent 9caded4 commit 178a776

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

improve-adult-experience.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ const sites = {
12931293
durationSelector: 'span[data-testid="video-item-length"], div[data-testid="video-item-length"]',
12941294
isVideoUrl: href => href.includes('/video/'),
12951295
hideSelector: 'div[x-data="gifPage"], section.timeline, div.positions-wrapper',
1296-
onPlaybackStart: video => {
1296+
onPlaybackStart: _ => {
12971297
body.querySelector('button.vjs-control[title="Unmute"]')?.click();
12981298
const cover = body.querySelector('div.play_cover');
12991299
if (cover?.style?.cursor === 'pointer') {

0 commit comments

Comments
 (0)