ru24.pro
News in English
Январь
2025
1 2 3 4 5 6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

Kenfuku Ken Injured

0
1. WATCH | Kenny 'Kung Fu' Bednarek On Recovering From InjuryDuration: 0:39Posted: Aug 15, 2024 See details › 2. WATCH | Kenny 'Kung Fu' Bednarek On Recovering From Injury - EssenceMissing: Kenfuku | Show results with:Kenfuku"; } }); // Drag-to-scroll functionality const playlistContainer = document.getElementById('playlist'); let isDown = false; let startY; let scrollTop; playlistContainer.addEventListener('mousedown', (e) => { isDown = true; playlistContainer.classList.add('active'); startY = e.pageY - playlistContainer.offsetTop; scrollTop = playlistContainer.scrollTop; }); playlistContainer.addEventListener('mouseleave', () => { isDown = false; playlistContainer.classList.remove('active'); }); playlistContainer.addEventListener('mouseup', () => { isDown = false; playlistContainer.classList.remove('active'); }); playlistContainer.addEventListener('mousemove', (e) => { if (!isDown) return; e.preventDefault(); const y = e.pageY - playlistContainer.offsetTop; const walk = (y - startY)...