• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions Is it possible to change the ui fade time in the web player on windows

     
    • 0 Vote(s) - 0 Average

    Is it possible to change the ui fade time in the web player on windows

    4n8
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Jan
    Reputation: 0
    #2
    2025-01-11, 09:17 PM
    This is mega scuffed but I use this JS in my browser


    (function() {
    const originalSetTimeout = window.setTimeout;
    const targetDelay = 3000;
    const newDelay = 500;

    window.setTimeout = function(func, delay) {
    if (delay === targetDelay) {
    return originalSetTimeout(func, newDelay);
    }
    return originalSetTimeout(func, delay);
    };
    })();
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Is it possible to change the ui fade time in the web player on windows - by AwesomeQuest - 2024-09-12, 08:58 PM
    RE: Is it possible to change the ui fade time in the web player on windows - by 4n8 - 2025-01-11, 09:17 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode