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
▶️
YouTube Shorts

YouTube Shorts Auto Scroll

Automatic video advancement that keeps fresh Shorts flowing. When one ends, the next begins. No swiping required.

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...
YouTube Shorts
👍
41K
👎
💬
1.5K
↗️
Shorts 1

The YouTube Shorts Problem

Shorts replay on loop until you manually swipe to the next one

Every 15-60 seconds you need to interact with your phone or browser

That micro-interruption pulls you out of coding flow

Browser-based Shorts pause when you switch tabs

You waste mental energy on 'should I swipe or keep watching?'

The replay loop makes Shorts useless as background content

Vibe Scroll for YouTube Shorts

Vibe Scroll detects when a Short genuinely ends (not replays) and automatically triggers YouTube's native navigation to the next video. Seamless, smooth, automatic.

Smart End Detection

Monitors video currentTime vs duration. Only advances when the video truly ends, not when it starts replaying.

Debounced Transitions

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

Native Navigation

Uses YouTube's own 'Next video' button or scrollBy as fallback. Clean, native-feeling transitions.

How It Works

1

Video Monitoring

Vibe Scroll attaches timeupdate listeners to all video elements on the Shorts page.

2

End Detection

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

3

Navigation Trigger

First tries clicking YouTube's native 'Next video' button. Falls back to scrollBy with viewport height.

4

Continuous Monitoring

MutationObserver watches for new videos in the DOM, ensuring auto-scroll works throughout your session.

Why Developers Love This

True Background Entertainment

Shorts finally work like background music. Content flows automatically while you focus on code.

No Replay Frustration

Never watch the same Short 5 times in a row again. Fresh content, always.

Algorithm Training

What you skip and what you watch trains your algorithm. Your feed gets better over time.

Manual Override

Press pause on your media keys to stop on something interesting. Auto-scroll waits for you.

Ready to Scroll Smarter?

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