mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-18 23:26:17 +00:00
fix(extension): preserve media detection across scrolling
This commit is contained in:
@@ -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'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user