mirror of
https://github.com/Alvin-Zilverstand/return-youtube-dislike.git
synced 2026-09-12 09:58:20 +02:00
e500088e65
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.
10 lines
232 B
JavaScript
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,
|
|
};
|