Files
return-youtube-dislike/Extensions/UserScript/live/live-navigation-constants.js
T
Anarios e500088e65 Prepare 4.0.5 Firefox update and Shorts fixes
Add Firefox data consent, repair contributor sign-in, and introduce optional Hide clutter buttons. Harden video navigation, voting, and action layouts with shared browser regression coverage and reproducible release packaging.
2026-09-06 12:51:12 +02:00

10 lines
232 B
JavaScript

const DEFAULT_LIVE_SHORTS_NEXT_HOPS = 10;
const MIN_LIVE_SHORTS_NEXT_HOPS = 10;
const MAX_LIVE_SHORTS_NEXT_HOPS = 25;
module.exports = {
DEFAULT_LIVE_SHORTS_NEXT_HOPS,
MAX_LIVE_SHORTS_NEXT_HOPS,
MIN_LIVE_SHORTS_NEXT_HOPS,
};