Clear cache with greasemonkey
        Posted  
        
            by Paul
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Paul
        
        
        
        Published on 2009-12-01T13:36:32Z
        Indexed on 
            2010/04/14
            1:03 UTC
        
        
        Read the original article
        Hit count: 514
        
I have a web application running in a kiosk, which is set up with greasemonkey so that we can customize little things about the application and ensure the customizations only occur at the kiosk. I have been digging through the GM api hoping that it would have some functionality to affect browser settings, but alas it looks like it only affects pages running in the browser. Is there a way for me to tell the browser to clear it's cache when a certain event happens in the application?
© Stack Overflow or respective owner