VS
🔥 Limited Time Special$30NOW $17— SAVE 43%!Lifetime Access • No Subscription
🔥 Limited Time Special$30NOW $17— SAVE 43%!Lifetime Access • No Subscription
🔥 Limited Time Special$30NOW $17— SAVE 43%!Lifetime Access • No Subscription
🔥 Limited Time Special$30NOW $17— SAVE 43%!Lifetime Access • No Subscription
📱
TikTok

TikTok Auto Advance to Next Video

When a TikTok ends, the next one begins automatically. No more watching the same video replay 5 times before you remember to swipe.

Vibe Scroll
VIBESCROLL2 PROFILES
Advanced
TRANSPARENCY
100%
HIDE/SHOW SHORTCUT
K
👤ACCOUNT
📸 #personal
▶️ #personal
📱 #doom-scroll
✖️ #personal
📷
REELS
2 PROFILES
▶️
SHORTS
🎵
TikTok
FYP VIBES
𝕏
X
DOOMSCROLL
🔥
Reddit
ENDLESS
📘
Facebook
💼
LinkedIn
ADD
v2.5.0
0h 7m
LICENSED
Cursor - Project: Roller Coaster Tycoon w/ Assembly
RCTsrcphysicscoaster_physics.asm
mainUTF-8Assembly
Explorer...
📁RCT
📁src
📁core
📁physics
📁utils
📁include
📁data
λcoaster_physics.asm×
; RollerCoaster Tycoon Physics Engine
1section .data
2gravity dd 9.81
3friction dd 0.02
4max_speed dd 999 ; optimized!
5
6section .text
7global _calculate_velocity
8
9_calculate_velocity:
10push ebp
11mov ebp, esp
12 ; Get current speed
13mov eax, [ebp+8]
14 ; Apply gravity
15imul eax, [gravity]
16sar eax, 8
17
Cursor chat
User:

build rct3 coaster physics in asm

Cursor:

Creating physics engine...

Optimized
Ask Cursor...
TikTok
❤️
17.8K
💬
254
🔖
2.5K
↗️
4.4K
TikTok 1

The TikTok Problem

TikTok videos replay infinitely until you manually swipe

You've watched that same 15-second clip 6 times without realizing

The phone demands your attention every half minute

Your brain gets stuck in a mini-loop instead of flowing content

Desktop browser versions have the same replay problem

It breaks the 'background entertainment' experience completely

Vibe Scroll for TikTok

Vibe Scroll intelligently detects video completion and automatically triggers the next video. It's like having a DJ for your FYP — always queuing up fresh content.

Seamless Transitions

Videos transition smoothly using TikTok's native scroll mechanism. Feels natural, like swiping — but automatic.

Visibility Preservation

Vibe Scroll fakes visibility APIs so TikTok thinks the window is always focused. Videos won't pause when you click your IDE.

Fresh Algorithm

Uses your real TikTok account, so your FYP stays personalized. The algorithm learns what you skip and what you watch.

How It Works

1

Timeupdate Listener

Each video element gets a timeupdate event listener that fires as the video plays, tracking currentTime against duration.

2

Completion Check

When currentTime >= duration - 0.5 AND currentTime > 1 second, the video is ending (not just starting a replay).

3

Debounced Advance

A 2-second minimum gap between advances prevents rapid-fire skipping and ensures stable transitions.

4

Scroll Execution

Uses scrollBy with viewport height to smoothly bring the next video into view, triggering TikTok's own video loading.

Why Developers Love This

Endless Fresh Content

Your FYP becomes an actual feed, not a single video on repeat. New content every 15-60 seconds, automatically.

Perfect for Background Viewing

Finally, TikTok works like Spotify — content just flows. Glance over when something catches your eye, otherwise keep coding.

Manual Override Available

Press the ⏯ key to pause on something interesting. Auto-advance respects your control and waits for you.

Works While Minimized*

Even when Vibe Scroll isn't your active window, videos keep playing and advancing. *Always-on-top recommended for best experience.

Ready to Scroll Smarter?

10 MB download. 1 hour free trial. $17 forever. Includes TikTok and 7 other platforms.