Skip to content

Commit 29ff065

Browse files
committed
Fix
1 parent 537c9dd commit 29ff065

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

improve-adult-experience.user.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,6 @@
696696
}, 1000);
697697
} else if (isVideoUrl(p)) {
698698
const durationFromNormalPlayer = timeToSeconds(body.querySelector('span.mgp_total')?.textContent);
699-
const normalPlayer = body.querySelector(videoSelector);
700699
if (durationFromNormalPlayer) {
701700
const lowQuality = ![...body.querySelectorAll('ul.mgp_quality > li')].find(i => i.textContent.includes(MIN_VIDEO_HEIGHT));
702701
console.log('low quality', lowQuality);

0 commit comments

Comments
 (0)