fix(extension): preserve media detection across scrolling

This commit is contained in:
KoalaDev
2026-08-17 17:04:05 +02:00
parent 082b69f509
commit 0701d347c7
5 changed files with 104 additions and 18 deletions
+4
View File
@@ -35,12 +35,16 @@ export function extractFunction(name, source = fs.readFileSync(contentPath, 'utf
export const VIDEO_FINDER_EXPORTS = [
'findVideo',
'collectVideoCandidates',
'getElementRenderBox',
'elementStylesAllowRendering',
'isElementRendered',
'getRenderedVideoArea',
'getVideoSizeBucket',
'isVideoRendered',
'hasPlayableVideoSource',
'isBackgroundVideo',
'isVideoPlaying',
'isShortUncontrolledVideo',
'compareVideoRanks',
'pickBestVideo'
];