Remove Chrome Loading Notification?
        Posted  
        
            by 
                Yottagray
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Yottagray
        
        
        
        Published on 2011-03-14T19:13:27Z
        Indexed on 
            2011/03/20
            19:20 UTC
        
        
        Read the original article
        Hit count: 213
        
JavaScript
|google-chrome
I am working on a project that runs in Chrome in full-screen mode and displays data that can be edited and interacted with. It makes AJAX calls(using jQuery) frequently that cause a loading notification in the lower left-hand corner on the bottom of the screen to pop up.
These notifications are distracting when you are viewing the display and I would like to remove/prevent Chrome from displaying these loading notifications at all. Is it possible to prevent these notification by any means, or perhaps even mask the javascript that causes these notifications?
© Stack Overflow or respective owner